NAiOS IconNAiOS Logo
Volver al catálogo

Stannp

stannp

Stannp provides a direct mail API enabling users to send postcards and letters programmatically.

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

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.

Add Recipient to GroupSTANNP_ADD_RECIPIENT_TO_GROUPAcción

Tool to add a recipient to a recipient group. use when you need to add new mailing list subscribers.

Parámetros de entrada

  • citystringObligatorio

    Recipient city.

  • emailstring

    Recipient email address.

  • companystring

    Recipient company name.

  • countrystring

    Recipient country code; defaults to 'GB'.

  • custom1string

    Custom field 1.

  • custom2string

    Custom field 2.

  • custom3string

    Custom field 3.

  • address1stringObligatorio

    First line of recipient address.

  • address2string

    Second line of recipient address.

  • address3string

    Third line of recipient address.

  • group_idstringObligatorio

    The ID of the recipient group to add the recipient to.

  • postcodestringObligatorio

    Recipient postcode.

  • last_namestringObligatorio

    Recipient last name.

  • first_namestringObligatorio

    Recipient first name.

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

Tool to create a new recipient group in stannp. use when you need to organize contacts into a distinct group before sending campaigns.

Parámetros de entrada

  • namestringObligatorio

    Name of the group (must be unique within your account).

  • descriptionstring

    Optional description for the group.

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

Tool to retrieve details of a specific contact. use when you need all stored fields of a contact by its id.

Parámetros de entrada

  • contact_idstringObligatorio

    The ID of the contact to retrieve

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

Import RecipientsSTANNP_IMPORT_RECIPIENTSAcción

Tool to import recipients from a csv or xls file into a stannp recipient group. use when you have a mailing list file ready to upload.

Parámetros de entrada

  • filestringObligatorio

    Base64-encoded CSV or XLS file content to upload

  • group_idstringObligatorio

    ID of the recipient group to import into

  • update_existingboolean

    Whether to update existing recipients if duplicates are found

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

List ContactsSTANNP_LIST_CONTACTSAcción

Tool to list all contacts. use when you need to retrieve contacts with optional pagination filters.

Parámetros de entrada

  • pageinteger

    Page number for paginated results

  • limitinteger

    Number of results per page

Parámetros de salida

  • dataobject[]Obligatorio

    List of contact objects

  • 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

List TemplatesSTANNP_LIST_TEMPLATESAcción

Tool to list all templates associated with the account. use when you need to retrieve available templates after authentication.

Parámetros de entrada

  • pageinteger

    Page number for paginated results

  • sizeinteger

    Number of records per page

Parámetros de salida

  • dataobject[]Obligatorio

    List of template objects

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Informational message from the API

  • successbooleanObligatorio

    Indicates if the request was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not