Skip to main content
Every dripcel.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.

Balance

get

balance.get Get the current Dripcel credit balance Risk: read
Input: empty object Output

Campaigns

list

campaigns.list List Dripcel campaigns Risk: read
Input: empty object Output

Compliance

checkSend

compliance.checkSend Check whether phone numbers may receive SMS Risk: read
Input Output

Contacts

addTags

contacts.addTags Add tags to a Dripcel contact by cell number Risk: write
Input Output

create

contacts.create Create new Dripcel contacts in bulk (POST /contacts) Risk: write
Input
Output

delete

contacts.delete Delete a Dripcel contact by cell number Risk: destructive
Input Output

get

contacts.get Get a Dripcel contact by cell number (MSISDN) Risk: read
Input Output

optOut

contacts.optOut Opt a Dripcel contact out of campaigns Risk: write
Input Output

upsert

contacts.upsert Create or update Dripcel contacts in bulk (PUT /contacts) Risk: write
Input
Output

Deliveries

list

deliveries.list List Dripcel deliveries by cell or send customerId Risk: read
Input Output

Email Templates

list

emailTemplates.list List Dripcel email templates Risk: read
Input: empty object Output

Replies

replies.search Search Dripcel message replies Risk: read
Input
Output

Sales

upload

sales.upload Upload sales to Dripcel (POST /sales) Risk: write
Input
Output

Send

bulkEmail

send.bulkEmail Send bulk email via a Dripcel template Risk: write
Input Output: empty object

sms

send.sms Send a single SMS via Dripcel Risk: write
Input
Output

Send Logs

search

sendLogs.search Search Dripcel send logs Risk: read
Input
Output

Tags

delete

tags.delete Delete a Dripcel tag by ID Risk: destructive
Input Output

list

tags.list List all Dripcel tags Risk: read
Input: empty object Output