Stannp
stannpStannp provides a direct mail API enabling users to send postcards and letters programmatically.
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ónTool to add a recipient to a recipient group. use when you need to add new mailing list subscribers.
STANNP_ADD_RECIPIENT_TO_GROUPAcciónTool to add a recipient to a recipient group. use when you need to add new mailing list subscribers.
Parámetros de entrada
citystringObligatorioRecipient city.
emailstringRecipient email address.
companystringRecipient company name.
countrystringRecipient country code; defaults to 'GB'.
custom1stringCustom field 1.
custom2stringCustom field 2.
custom3stringCustom field 3.
address1stringObligatorioFirst line of recipient address.
address2stringSecond line of recipient address.
address3stringThird line of recipient address.
group_idstringObligatorioThe ID of the recipient group to add the recipient to.
postcodestringObligatorioRecipient postcode.
last_namestringObligatorioRecipient last name.
first_namestringObligatorioRecipient first name.
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 recipient groupSTANNP_CREATE_GROUPAcciónTool to create a new recipient group in stannp. use when you need to organize contacts into a distinct group before sending campaigns.
STANNP_CREATE_GROUPAcciónTool 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
namestringObligatorioName of the group (must be unique within your account).
descriptionstringOptional description for the group.
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 ContactSTANNP_GET_CONTACTAcciónTool to retrieve details of a specific contact. use when you need all stored fields of a contact by its id.
STANNP_GET_CONTACTAcciónTool 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_idstringObligatorioThe ID of the contact to retrieve
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
Import RecipientsSTANNP_IMPORT_RECIPIENTSAcciónTool 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.
STANNP_IMPORT_RECIPIENTSAcciónTool 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
filestringObligatorioBase64-encoded CSV or XLS file content to upload
group_idstringObligatorioID of the recipient group to import into
update_existingbooleanWhether to update existing recipients if duplicates are found
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
List ContactsSTANNP_LIST_CONTACTSAcciónTool to list all contacts. use when you need to retrieve contacts with optional pagination filters.
STANNP_LIST_CONTACTSAcciónTool to list all contacts. use when you need to retrieve contacts with optional pagination filters.
Parámetros de entrada
pageintegerPage number for paginated results
limitintegerNumber of results per page
Parámetros de salida
dataobject[]ObligatorioList of contact objects
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
List TemplatesSTANNP_LIST_TEMPLATESAcciónTool to list all templates associated with the account. use when you need to retrieve available templates after authentication.
STANNP_LIST_TEMPLATESAcciónTool to list all templates associated with the account. use when you need to retrieve available templates after authentication.
Parámetros de entrada
pageintegerPage number for paginated results
sizeintegerNumber of records per page
Parámetros de salida
dataobject[]ObligatorioList of template objects
errorstringError if any occurred during the execution of the action
messagestringInformational message from the API
successbooleanObligatorioIndicates if the request was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not