NAiOS IconNAiOS Logo
Volver al catálogo

Sender

sender

Email marketing platform for creating campaigns, automating workflows, and tracking results

Acciones
9
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 (9)

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.

Create FieldSENDER_CREATE_FIELDAcción

Tool to create a new custom subscriber field in Sender.net. Use when you need to add custom fields for email personalization, segmentation, or storing additional subscriber information like company name, birthday, job title, or other custom attributes.

Parámetros de entrada

  • typestringObligatorio

    The data type of the field. Common types include 'text' for string values, 'number' for numeric values, 'date' for dates, and 'money' for currency values.

  • titlestringObligatorio

    The display name/title of the custom field. This will be visible when managing subscriber data.

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

Create Or Update SubscriberSENDER_CREATE_OR_UPDATE_SUBSCRIBERAcción

Tool to create a new subscriber or update an existing one in Sender.net. Use when you need to add new subscribers to your email list or update existing subscriber information. This performs an upsert operation - creates if the email doesn't exist, updates if it does.

Parámetros de entrada

  • emailstringObligatorio

    Subscriber's email address. This is required and will be used to identify existing subscribers.

  • phonestring

    Subscriber's phone number.

  • fieldsobject

    Custom fields object for additional subscriber attributes such as birthday, gender, location, company, title, or other relevant data.

  • groupsstring[]

    Array of group IDs to assign the subscriber to.

  • lastnamestring

    Subscriber's last name.

  • firstnamestring

    Subscriber's first name.

  • trigger_automationboolean

    Whether to trigger email automations for this subscriber. Default is true when not specified.

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

Tool to retrieve a list of all custom subscriber fields configured in the Sender.net account. Use when you need to view available fields for email personalization, segmentation, or managing subscriber data.

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

Tool to retrieve a list of all automation workflows in the Sender account. Use when you need to view or manage automation workflows.

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 Campaign By IDSENDER_GET_CAMPAIGN_BY_IDAcción

Tool to retrieve a specific campaign by its unique ID from Sender. Use when you need detailed information about a campaign including delivery metrics and engagement statistics.

Parámetros de entrada

  • campaign_idstringObligatorio

    The unique identifier of the campaign to retrieve. Example: '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 Group By IDSENDER_GET_GROUP_BY_IDAcción

Tool to retrieve a specific subscriber group by its unique ID from Sender. Use when you need detailed information about a single group including subscriber counts.

Parámetros de entrada

  • group_idstringObligatorio

    The unique identifier of the group to retrieve. Example: 'dBEVzJ'

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 Subscriber By EmailSENDER_GET_SUBSCRIBER_BY_EMAILAcción

Tool to retrieve a specific subscriber by their email address from Sender. Use when you need to fetch detailed information about a single subscriber including their status, groups, and custom fields.

Parámetros de entrada

  • emailstringObligatorio

    The email address of the subscriber to retrieve. This should be URL-encoded if it contains special characters.

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 Subscriber By IDSENDER_GET_SUBSCRIBER_BY_IDAcción

Tool to retrieve a specific subscriber by their unique ID from Sender. Use when you need to fetch detailed information about a single subscriber including their status, groups, and custom fields.

Parámetros de entrada

  • subscriber_idstringObligatorio

    The unique identifier of the subscriber to retrieve. Example: 'MJABNBP'

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

Update Subscriber FieldsSENDER_UPDATE_SUBSCRIBER_FIELDSAcción

Tool to update custom fields and information for an existing subscriber in Sender.net. Use when you need to modify subscriber details such as email, first name, last name, groups, or custom fields for email personalization and segmentation.

Parámetros de entrada

  • emailstring

    The subscriber's email address

  • groupsstring[]

    Array of group IDs to assign the subscriber to

  • lastnamestring

    The subscriber's last name

  • firstnamestring

    The subscriber's first name

  • subscriber_idstringObligatorio

    The unique identifier of the subscriber to update

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