Sendlane
sendlaneSendlane is a cloud-based marketing automation platform that helps eCommerce businesses engage customers through personalized email and SMS campaigns.
Acciones disponibles (2)
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.
Get custom fields listSENDLANE_GET_CUSTOM_FIELDSAcciónTool to retrieve a list of custom fields. use when you need to list all custom fields with optional pagination.
SENDLANE_GET_CUSTOM_FIELDSAcciónTool to retrieve a list of custom fields. use when you need to list all custom fields with optional pagination.
Parámetros de entrada
pageintegerPage number for pagination (default 1)
per_pageintegerNumber of results per page (default 30)
Parámetros de salida
dataobject[]ObligatorioList of custom field objects
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
successbooleanObligatorioWhether the request was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ListSENDLANE_POST_LISTAcciónTool to create a new list. use when you need to add a brand-new mailing list before sending campaigns.
SENDLANE_POST_LISTAcciónTool to create a new list. use when you need to add a brand-new mailing list before sending campaigns.
Parámetros de entrada
namestringObligatorioThe name of the list.
sender_zipstringObligatorioSender postal code.
sender_citystringObligatorioSender city.
sender_namestringObligatorioName displayed as the email sender for this list.
double_optinbooleanWhether to require double opt-in. Defaults to false.
sender_emailstringObligatorioEmail address shown in the From field.
sender_statestringObligatorioSender state or region.
sender_addressstringObligatorioPhysical sender street address.
sender_countrystringObligatorioSender country.
sender_reminderstringObligatorioBrief reminder why the contact is on this list, displayed in email footers.
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