Skip to main content
Every emelia.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Account

me

account.me Retrieve authenticated Emelia account details Risk: read
Input: empty object Output

Blacklist

add

blacklist.add Add a contact to the email blacklist Risk: write
Input Output

remove

blacklist.remove Remove a contact from the email blacklist Risk: destructive
Input Output

Campaigns

addContact

campaigns.addContact Add a contact to a campaign Risk: write
Input
Output

list

campaigns.list List all cold outreach campaigns Risk: read
Input
Output

removeContact

campaigns.removeContact Remove a contact from a campaign Risk: destructive
Input Output

Contacts

addToList

contacts.addToList Add a contact to a contact list Risk: write
Input
Output

listLists

contacts.listLists List all contact lists Risk: read
Input: empty object Output

Email Campaigns

addContact

emailCampaigns.addContact Add a contact to an email campaign (legacy REST) Risk: write
Input
Output

deleteContact

emailCampaigns.deleteContact Remove a contact from an email campaign Risk: destructive
Input Output

listContacts

emailCampaigns.listContacts List contacts in an email campaign Risk: read
Input Output: object

Linkedin

createCampaign

linkedin.createCampaign Create a new LinkedIn campaign Risk: write
Input Output

deleteContact

linkedin.deleteContact Delete a contact from a LinkedIn campaign Risk: destructive
Input Output

getActivities

linkedin.getActivities Retrieve activities for a LinkedIn campaign Risk: read
Input Output: object

listCampaigns

linkedin.listCampaigns List all LinkedIn campaigns Risk: read
Input Output: object

Providers

list

providers.list List all configured email providers Risk: read
Input: empty object Output: object

Rest Campaigns

create

restCampaigns.create Create a new email campaign (REST) Risk: write
Input Output

getActivities

restCampaigns.getActivities Retrieve activities for an email campaign Risk: read
Input Output: object

list

restCampaigns.list List all email campaigns (REST) Risk: read
Input Output: object

Tools

findEmailSingle

tools.findEmailSingle Initiate a find-email job for a single contact Risk: write
Input Output

findPhoneSingle

tools.findPhoneSingle Initiate a phone-find job for a single contact Risk: write
Input Output

getFindEmailResult

tools.getFindEmailResult Retrieve the result of a find-email job Risk: read
Input Output

getFindPhoneResult

tools.getFindPhoneResult Retrieve the result of a phone-find job Risk: read
Input Output

getVerifyEmailResult

tools.getVerifyEmailResult Retrieve the result of an email verification job Risk: read
Input Output

verifyEmailSingle

tools.verifyEmailSingle Initiate an email verification job Risk: write
Input Output

Webhooks

create

webhooks.create Create a webhook for campaign events Risk: write
Input Output

list

webhooks.list List all webhooks Risk: read
Input: empty object Output: object

remove

webhooks.remove Delete a webhook by URL Risk: destructive
Input Output