Sender
senderEmail marketing platform for creating campaigns, automating workflows, and tracking results
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ónTool 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.
SENDER_CREATE_FIELDAcciónTool 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
typestringObligatorioThe data type of the field. Common types include 'text' for string values, 'number' for numeric values, 'date' for dates, and 'money' for currency values.
titlestringObligatorioThe display name/title of the custom field. This will be visible when managing subscriber data.
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
Create Or Update SubscriberSENDER_CREATE_OR_UPDATE_SUBSCRIBERAcciónTool 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.
SENDER_CREATE_OR_UPDATE_SUBSCRIBERAcciónTool 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
emailstringObligatorioSubscriber's email address. This is required and will be used to identify existing subscribers.
phonestringSubscriber's phone number.
fieldsobjectCustom 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.
lastnamestringSubscriber's last name.
firstnamestringSubscriber's first name.
trigger_automationbooleanWhether to trigger email automations for this subscriber. Default is true when not specified.
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 All FieldsSENDER_GET_ALL_FIELDSAcciónTool 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.
SENDER_GET_ALL_FIELDSAcciónTool 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
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 All WorkflowsSENDER_GET_ALL_WORKFLOWSAcciónTool to retrieve a list of all automation workflows in the Sender account. Use when you need to view or manage automation workflows.
SENDER_GET_ALL_WORKFLOWSAcciónTool 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
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 Campaign By IDSENDER_GET_CAMPAIGN_BY_IDAcciónTool 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.
SENDER_GET_CAMPAIGN_BY_IDAcciónTool 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_idstringObligatorioThe unique identifier of the campaign to retrieve. Example: '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 Group By IDSENDER_GET_GROUP_BY_IDAcciónTool 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.
SENDER_GET_GROUP_BY_IDAcciónTool 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_idstringObligatorioThe unique identifier of the group to retrieve. Example: 'dBEVzJ'
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 Subscriber By EmailSENDER_GET_SUBSCRIBER_BY_EMAILAcciónTool 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.
SENDER_GET_SUBSCRIBER_BY_EMAILAcciónTool 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
emailstringObligatorioThe email address of the subscriber to retrieve. This should be URL-encoded if it contains special characters.
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 Subscriber By IDSENDER_GET_SUBSCRIBER_BY_IDAcciónTool 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.
SENDER_GET_SUBSCRIBER_BY_IDAcciónTool 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_idstringObligatorioThe unique identifier of the subscriber to retrieve. Example: 'MJABNBP'
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
Update Subscriber FieldsSENDER_UPDATE_SUBSCRIBER_FIELDSAcciónTool 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.
SENDER_UPDATE_SUBSCRIBER_FIELDSAcciónTool 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
emailstringThe subscriber's email address
groupsstring[]Array of group IDs to assign the subscriber to
lastnamestringThe subscriber's last name
firstnamestringThe subscriber's first name
subscriber_idstringObligatorioThe unique identifier of the subscriber to update
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