NAiOS IconNAiOS Logo
Volver al catálogo

Sendlane

sendlane

Sendlane is a cloud-based marketing automation platform that helps eCommerce businesses engage customers through personalized email and SMS campaigns.

Acciones
2
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 (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ón

Tool to retrieve a list of custom fields. use when you need to list all custom fields with optional pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination (default 1)

  • per_pageinteger

    Number of results per page (default 30)

Parámetros de salida

  • dataobject[]Obligatorio

    List of custom field objects

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • successbooleanObligatorio

    Whether the request was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ListSENDLANE_POST_LISTAcción

Tool to create a new list. use when you need to add a brand-new mailing list before sending campaigns.

Parámetros de entrada

  • namestringObligatorio

    The name of the list.

  • sender_zipstringObligatorio

    Sender postal code.

  • sender_citystringObligatorio

    Sender city.

  • sender_namestringObligatorio

    Name displayed as the email sender for this list.

  • double_optinboolean

    Whether to require double opt-in. Defaults to false.

  • sender_emailstringObligatorio

    Email address shown in the From field.

  • sender_statestringObligatorio

    Sender state or region.

  • sender_addressstringObligatorio

    Physical sender street address.

  • sender_countrystringObligatorio

    Sender country.

  • sender_reminderstringObligatorio

    Brief reminder why the contact is on this list, displayed in email footers.

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