Dripcel
dripcelDripcel is a platform for automated SMS and Email marketing, campaign compliance, and data-driven lead generation.
Acciones disponibles (10)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Delete ContactDRIPCEL_DELETE_CONTACTAcciónTool to delete a contact by their cell number. use when you need to remove a contact from dripcel after confirming the msisdn.
DRIPCEL_DELETE_CONTACTAcciónTool to delete a contact by their cell number. use when you need to remove a contact from dripcel after confirming the msisdn.
Parámetros de entrada
cellstringObligatorioThe MSISDN (E.164 formatted) of the contact to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Dripcel CampaignsDRIPCEL_DRIPCEL_GET_CAMPAIGNSAcciónTool to retrieve a list of all campaigns. use after authenticating when you need to paginate or filter campaigns.
DRIPCEL_DRIPCEL_GET_CAMPAIGNSAcciónTool to retrieve a list of all campaigns. use after authenticating when you need to paginate or filter campaigns.
Parámetros de entrada
pageintegerPage number for pagination, must be >=1
statusstringFilter campaigns by status (e.g., 'active', 'paused', 'completed')
pageSizeintegerNumber of items per page, must be >=1
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get current credit balanceDRIPCEL_GET_BALANCEAcciónTool to get current credit balance. use after authenticating and when you need to verify account balance before credit-consuming operations.
DRIPCEL_GET_BALANCEAcciónTool to get current credit balance. use after authenticating and when you need to verify account balance before credit-consuming operations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get DeliveriesDRIPCEL_GET_DELIVERIESAcciónTool to retrieve a list of deliveries. use when you need to fetch delivered messages optionally filtered by cell or customerid.
DRIPCEL_GET_DELIVERIESAcciónTool to retrieve a list of deliveries. use when you need to fetch delivered messages optionally filtered by cell or customerid.
Parámetros de entrada
cellstringThe MSISDN of the contact to query deliveries for
customerIdstringThe unique ID of a particular send to query deliveries for
Parámetros de salida
okbooleanObligatorioIndicates if the request was successful
dataobject[]ObligatorioList of delivery records
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get email templatesDRIPCEL_GET_EMAIL_TEMPLATESAcciónTool to list all available email templates. use when you need to retrieve available templates before sending email campaigns.
DRIPCEL_GET_EMAIL_TEMPLATESAcciónTool to list all available email templates. use when you need to retrieve available templates before sending email campaigns.
Parámetros de entrada
pageintegerPage number for pagination, must be >= 1.
sortstringField to sort by (e.g., 'created_at').
limitintegerNumber of templates per page, must be >= 1.
orderstringenumSort order: asc or desc.
ascdescsearchstringSearch keyword to filter template names.
Parámetros de salida
dataobject[]ObligatorioList of email templates.
pageintegerObligatorioCurrent page number returned.
errorstringError if any occurred during the execution of the action
limitintegerObligatorioNumber of results per page returned.
totalintegerObligatorioTotal number of templates available.
messagestringOptional status message.
successbooleanObligatorioIndicates if the request was successful.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get salesDRIPCEL_GET_SALESAcciónTool to retrieve a list of all sales. use when you need comprehensive sales data for reporting or analytics.
DRIPCEL_GET_SALESAcciónTool to retrieve a list of all sales. use when you need comprehensive sales data for reporting or analytics.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
okbooleanObligatorioWhether the API call was successful
dataobject[]ObligatorioList of sales records
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Dripcel Post Compliance SendDRIPCEL_POST_COMPLIANCE_SENDAcciónTool to check a list of cell numbers against campaign targeting criteria. use when ensuring suppliers comply with your campaign rules before sending messages.
DRIPCEL_POST_COMPLIANCE_SENDAcciónTool to check a list of cell numbers against campaign targeting criteria. use when ensuring suppliers comply with your campaign rules before sending messages.
Parámetros de entrada
cellsstring[]ObligatorioList of MSISDNs to verify compliance for.
countrystringObligatorioISO 3166-1 alpha-2 country code of the phone numbers.
campaign_idstringQuery against a given campaign's targeting criteria. If omitted, only global opt-outs will be checked.
Parámetros de salida
okbooleanObligatorioTrue if the check succeeded
dataobjectReturned when ok is true
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search replies based on filtersDRIPCEL_POST_REPLIES_SEARCHAcciónTool to search replies based on filters. use when you need to find replies by id, campaign, date range, or content.
DRIPCEL_POST_REPLIES_SEARCHAcciónTool to search replies based on filters. use when you need to find replies by id, campaign, date range, or content.
Parámetros de entrada
_idstringReply ID or list of IDs to filter (OR).
kindstringenumReply type(s): optIn, optOut, or unknown.
optInoptOutunknownMsisdnstringSender phone number(s) in full international format.
MessagestringContent of the reply message.
ReceivedobjectDate-range filter for when the reply was received.
campaign_idstringCampaign ID(s) that triggered the reply.
UserReferencestringID(s) of the send being replied to.
Parámetros de salida
okbooleanObligatorioWhether the request succeeded.
dataobject[]ObligatorioList of matching replies.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add tags to a contactDRIPCEL_PUT_CONTACT_TAG_ADDAcciónTool to add tags to a contact. use when you need to assign tag ids or tag names to an existing contact by msisdn. set create missing contact=true to auto-create the contact if it does not exist.
DRIPCEL_PUT_CONTACT_TAG_ADDAcciónTool to add tags to a contact. use when you need to assign tag ids or tag names to an existing contact by msisdn. set create missing contact=true to auto-create the contact if it does not exist.
Parámetros de entrada
cellanyObligatorioMSISDN (E.164 format) of the contact
tagsstring[]List of tag names to add (less stable than IDs).
tag_idsstring[]List of tag IDs to add. Preferred over tag names.
create_missing_contactbooleanIf true, create the contact if it does not exist with the provided tags.
Parámetros de salida
okbooleanObligatorioIndicates whether the operation succeeded.
dataobjectObligatorioResult details with counts of matches and modifications.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send SMSDRIPCEL_SEND_SMSAcciónTool to send a single sms to a contact. use when you need to deliver a targeted message immediately or schedule it for later.
DRIPCEL_SEND_SMSAcciónTool to send a single sms to a contact. use when you need to deliver a targeted message immediately or schedule it for later.
Parámetros de entrada
tostringObligatorioRecipient's phone number in international E.164 format.
typestringenumSMS encoding type. Use 'unicode' if message contains non-GSM characters.
plainunicodesenderstringObligatorioSender ID or phone number (alphanumeric up to 11 chars or E.164 format).
countrystringObligatorioenumCountry code for SMS delivery.
ZANAGBAUIEITUSmessagestringObligatorioSMS text content, up to 1600 characters.
schedulestringOptional scheduled send time in 'YYYY-MM-DD HH:MM' (24-hour) format.
campaignIdstringOptional campaign ID to associate the send.
deliveryMethodstringenumDelivery method to use for the SMS.
reversestandardtransactional
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not