NAiOS IconNAiOS Logo
Volver al catálogo

Dripcel

dripcel

Dripcel is a platform for automated SMS and Email marketing, campaign compliance, and data-driven lead generation.

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • cellstringObligatorio

    The MSISDN (E.164 formatted) of the contact to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Dripcel CampaignsDRIPCEL_DRIPCEL_GET_CAMPAIGNSAcción

Tool to retrieve a list of all campaigns. use after authenticating when you need to paginate or filter campaigns.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >=1

  • statusstring

    Filter campaigns by status (e.g., 'active', 'paused', 'completed')

  • pageSizeinteger

    Number of items per page, must be >=1

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get current credit balanceDRIPCEL_GET_BALANCEAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get DeliveriesDRIPCEL_GET_DELIVERIESAcción

Tool to retrieve a list of deliveries. use when you need to fetch delivered messages optionally filtered by cell or customerid.

Parámetros de entrada

  • cellstring

    The MSISDN of the contact to query deliveries for

  • customerIdstring

    The unique ID of a particular send to query deliveries for

Parámetros de salida

  • okbooleanObligatorio

    Indicates if the request was successful

  • dataobject[]Obligatorio

    List of delivery records

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get email templatesDRIPCEL_GET_EMAIL_TEMPLATESAcción

Tool to list all available email templates. use when you need to retrieve available templates before sending email campaigns.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1.

  • sortstring

    Field to sort by (e.g., 'created_at').

  • limitinteger

    Number of templates per page, must be >= 1.

  • orderstringenum

    Sort order: asc or desc.

    ascdesc
  • searchstring

    Search keyword to filter template names.

Parámetros de salida

  • dataobject[]Obligatorio

    List of email templates.

  • pageintegerObligatorio

    Current page number returned.

  • errorstring

    Error if any occurred during the execution of the action

  • limitintegerObligatorio

    Number of results per page returned.

  • totalintegerObligatorio

    Total number of templates available.

  • messagestring

    Optional status message.

  • successbooleanObligatorio

    Indicates if the request was successful.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get salesDRIPCEL_GET_SALESAcción

Tool 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

  • okbooleanObligatorio

    Whether the API call was successful

  • dataobject[]Obligatorio

    List of sales records

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Dripcel Post Compliance SendDRIPCEL_POST_COMPLIANCE_SENDAcción

Tool 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[]Obligatorio

    List of MSISDNs to verify compliance for.

  • countrystringObligatorio

    ISO 3166-1 alpha-2 country code of the phone numbers.

  • campaign_idstring

    Query against a given campaign's targeting criteria. If omitted, only global opt-outs will be checked.

Parámetros de salida

  • okbooleanObligatorio

    True if the check succeeded

  • dataobject

    Returned when ok is true

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search replies based on filtersDRIPCEL_POST_REPLIES_SEARCHAcción

Tool to search replies based on filters. use when you need to find replies by id, campaign, date range, or content.

Parámetros de entrada

  • _idstring

    Reply ID or list of IDs to filter (OR).

  • kindstringenum

    Reply type(s): optIn, optOut, or unknown.

    optInoptOutunknown
  • Msisdnstring

    Sender phone number(s) in full international format.

  • Messagestring

    Content of the reply message.

  • Receivedobject

    Date-range filter for when the reply was received.

  • campaign_idstring

    Campaign ID(s) that triggered the reply.

  • UserReferencestring

    ID(s) of the send being replied to.

Parámetros de salida

  • okbooleanObligatorio

    Whether the request succeeded.

  • dataobject[]Obligatorio

    List of matching replies.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add tags to a contactDRIPCEL_PUT_CONTACT_TAG_ADDAcción

Tool 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

  • cellanyObligatorio

    MSISDN (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_contactboolean

    If true, create the contact if it does not exist with the provided tags.

Parámetros de salida

  • okbooleanObligatorio

    Indicates whether the operation succeeded.

  • dataobjectObligatorio

    Result details with counts of matches and modifications.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send SMSDRIPCEL_SEND_SMSAcción

Tool 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

  • tostringObligatorio

    Recipient's phone number in international E.164 format.

  • typestringenum

    SMS encoding type. Use 'unicode' if message contains non-GSM characters.

    plainunicode
  • senderstringObligatorio

    Sender ID or phone number (alphanumeric up to 11 chars or E.164 format).

  • countrystringObligatorioenum

    Country code for SMS delivery.

    ZANAGBAUIEITUS
  • messagestringObligatorio

    SMS text content, up to 1600 characters.

  • schedulestring

    Optional scheduled send time in 'YYYY-MM-DD HH:MM' (24-hour) format.

  • campaignIdstring

    Optional campaign ID to associate the send.

  • deliveryMethodstringenum

    Delivery method to use for the SMS.

    reversestandardtransactional

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not