Postalytics
postalyticsDirect Mail Automation software in the cloud with deep integration to CRM and workflows, making direct mail look, act and feel like a digital marketing channel
Acciones disponibles (24)
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 AccountPOSTALYTICS_ADD_ACCOUNTAcciónTool to create a new sub-account in the Postalytics system. Use when you need to create a new account with a unique ID associated with the requester's user ID as parent. The response includes the API key and user ID for the new account, which should be stored for future API calls.
POSTALYTICS_ADD_ACCOUNTAcciónTool to create a new sub-account in the Postalytics system. Use when you need to create a new account with a unique ID associated with the requester's user ID as parent. The response includes the API key and user ID for the new account, which should be stored for future API calls.
Parámetros de entrada
phonestringThe phone number associated with the account
companystringThe company name associated with the account
passwordstringObligatorioThe password associated with the account. Must follow password guidelines - minimum 8 characters including 1 uppercase letter, 1 lowercase letter, 1 number, and 1 special character
usernamestringObligatorioThe username associated with the account - must be unique
last_namestringObligatorioThe last name of the account holder
first_namestringObligatorioThe first name of the account holder
address_zipstringThe zip code associated with the account's address
address_citystringThe city associated with the account's address
address_statestringThe state associated with the account's address
email_addressstringThe email address associated with the account
address_streetstringThe street address associated with the account
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
Add ContactPOSTALYTICS_ADD_CONTACTAcciónTool to add a contact to a specified contact list with their information. Use when you need to create a new contact or update an existing one on a contact list.
POSTALYTICS_ADD_CONTACTAcciónTool to add a contact to a specified contact list with their information. Use when you need to create a new contact or update an existing one on a contact list.
Parámetros de entrada
phonestringPhone number of the contact.
companystringCompany name of the contact.
websitestringWebsite URL of the contact.
last_namestringLast name of the contact.
contact_idintegerThe unique id of the contact. Required for updating but not required for inserting.
first_namestringFirst name of the contact.
occupationstringOccupation of the contact.
address_zipstringZip/postal code for the contact address.
var_field_1stringCustom variable field 1 for additional data.
var_field_2stringCustom variable field 2 for additional data.
var_field_3stringCustom variable field 3 for additional data.
var_field_4stringCustom variable field 4 for additional data.
var_field_5stringCustom variable field 5 for additional data.
var_field_6stringCustom variable field 6 for additional data.
var_field_7stringCustom variable field 7 for additional data.
var_field_8stringCustom variable field 8 for additional data.
var_field_9stringCustom variable field 9 for additional data.
address_citystringCity for the contact address.
created_datestringThe date and time when the contact was created (ISO 8601 format).
mobile_phonestringMobile phone number of the contact.
var_field_10stringCustom variable field 10 for additional data.
var_field_11stringCustom variable field 11 for additional data.
var_field_12stringCustom variable field 12 for additional data.
var_field_13stringCustom variable field 13 for additional data.
var_field_14stringCustom variable field 14 for additional data.
var_field_15stringCustom variable field 15 for additional data.
var_field_16stringCustom variable field 16 for additional data.
var_field_17stringCustom variable field 17 for additional data.
var_field_18stringCustom variable field 18 for additional data.
var_field_19stringCustom variable field 19 for additional data.
var_field_20stringCustom variable field 20 for additional data.
var_field_21stringCustom variable field 21 for additional data.
var_field_22stringCustom variable field 22 for additional data.
var_field_23stringCustom variable field 23 for additional data.
var_field_24stringCustom variable field 24 for additional data.
var_field_25stringCustom variable field 25 for additional data.
var_field_26stringCustom variable field 26 for additional data.
var_field_27stringCustom variable field 27 for additional data.
var_field_28stringCustom variable field 28 for additional data.
var_field_29stringCustom variable field 29 for additional data.
var_field_30stringCustom variable field 30 for additional data.
var_field_31stringCustom variable field 31 for additional data.
var_field_32stringCustom variable field 32 for additional data.
var_field_33stringCustom variable field 33 for additional data.
var_field_34stringCustom variable field 34 for additional data.
var_field_35stringCustom variable field 35 for additional data.
address_statestringState for the contact address.
email_addressstringEmail address of the contact.
address_streetstringStreet address for the contact.
address_street2stringSecond line of street address for the contact.
contact_list_idintegerObligatorioThe id of the contact list to add this contact to.
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 New CampaignPOSTALYTICS_CREATE_NEW_CAMPAIGNAcciónTool to create a new direct mail campaign in Postalytics. Use when you need to start a new campaign with specified sender details and template. Important: A template must be created and proofed before creating the campaign.
POSTALYTICS_CREATE_NEW_CAMPAIGNAcciónTool to create a new direct mail campaign in Postalytics. Use when you need to start a new campaign with specified sender details and template. Important: A template must be created and proofed before creating the campaign.
Parámetros de entrada
SenderZipstringObligatorioThe sender's postal code.
SenderCitystringObligatorioThe sender's city.
SenderNamestringObligatorioThe name of the campaign sender.
PostageTypeintegerObligatorioPostage type for the campaign. 0 for first class, 1 for standard mail.
SenderStatestringObligatorioThe sender's state abbreviation (e.g., NY, CA).
CreditTypeIdintegerObligatorioIdentifies media type. Valid values are 21-34, including postcards, letters, and bifolds in first class or standard mail.
SenderCountrystringThe sender's country code. Defaults to 'US' if not specified.
DirectMailNamestringObligatorioThe name of the direct mail campaign.
SenderAddress1stringObligatorioThe sender's primary street address.
SenderAddress2stringThe sender's secondary address line (e.g., apartment, suite number).
TemplateFrontIdintegerObligatorioThe ID of the template to use for the front of this campaign. Template must be created and proofed before campaign creation.
TemplateEnvelopeIdintegerCustom envelope ID for letter campaigns. Optional parameter only applicable to letter-type campaigns.
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 Suppression ListPOSTALYTICS_CREATE_SUPPRESSION_LISTAcciónTool to create a new suppression list that can be used in campaigns to suppress contacts from being sent mail. Use when you need to create an empty suppression list. Note that contacts must be added separately using the SuppressionListContact API after the list is created.
POSTALYTICS_CREATE_SUPPRESSION_LISTAcciónTool to create a new suppression list that can be used in campaigns to suppress contacts from being sent mail. Use when you need to create an empty suppression list. Note that contacts must be added separately using the SuppressionListContact API after the list is created.
Parámetros de entrada
NamestringThe name of the suppression list.
CountrystringThe country associated with the suppression list (e.g., 'US', 'CA').
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 Suppression List ContactPOSTALYTICS_CREATE_SUPPRESSION_LIST_CONTACTAcciónTool to create a new suppression contact on a specified suppression list. Use when you need to add a contact to a suppression list to prevent them from receiving mailings.
POSTALYTICS_CREATE_SUPPRESSION_LIST_CONTACTAcciónTool to create a new suppression contact on a specified suppression list. Use when you need to add a contact to a suppression list to prevent them from receiving mailings.
Parámetros de entrada
ZipstringZip/postal code.
CitystringCity.
EmailstringEmail address of the contact.
PhonestringPhone number.
StatestringState.
MobilestringMobile phone number.
AddressstringPrimary address line.
CompanystringCompany name.
CountrystringCountry.
WebsitestringWebsite URL.
list_idintegerObligatorioThe id of the suppression list to add the contact to.
Address2stringSecondary address line.
LastNamestringLast name of the contact.
FirstNamestringFirst name of the contact.
VarField1stringCustom variable field 1.
VarField2stringCustom variable field 2.
VarField3stringCustom variable field 3.
VarField4stringCustom variable field 4.
VarField5stringCustom variable field 5.
VarField6stringCustom variable field 6.
VarField7stringCustom variable field 7.
VarField8stringCustom variable field 8.
VarField9stringCustom variable field 9.
OccupationstringOccupation.
VarField10stringCustom variable field 10.
VarField11stringCustom variable field 11.
VarField12stringCustom variable field 12.
VarField13stringCustom variable field 13.
VarField14stringCustom variable field 14.
VarField15stringCustom variable field 15.
VarField16stringCustom variable field 16.
VarField17stringCustom variable field 17.
VarField18stringCustom variable field 18.
VarField19stringCustom variable field 19.
VarField20stringCustom variable field 20.
VarField21stringCustom variable field 21.
VarField22stringCustom variable field 22.
VarField23stringCustom variable field 23.
VarField24stringCustom variable field 24.
VarField25stringCustom variable field 25.
VarField26stringCustom variable field 26.
VarField27stringCustom variable field 27.
VarField28stringCustom variable field 28.
VarField29stringCustom variable field 29.
VarField30stringCustom variable field 30.
VarField31stringCustom variable field 31.
VarField32stringCustom variable field 32.
VarField33stringCustom variable field 33.
VarField34stringCustom variable field 34.
VarField35stringCustom variable field 35.
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 TemplatePOSTALYTICS_CREATE_TEMPLATEAcciónTool to create a new template with full HTML for postcard or letter. Use when you need to create a template by providing complete HTML markup or image URLs for front/back. The template can be used for various mail types including postcards, letters, and bifolds.
POSTALYTICS_CREATE_TEMPLATEAcciónTool to create a new template with full HTML for postcard or letter. Use when you need to create a template by providing complete HTML markup or image URLs for front/back. The template can be used for various mail types including postcards, letters, and bifolds.
Parámetros de entrada
backstringURL for full-sized back image or letter content. Used when is_full_html is false.
htmlstringObligatorioComplete HTML markup for the template following Postalytics formatting standards.
namestringObligatorioTemplate identifier name (e.g., 'The Architect', 'Welcome Postcard').
sizestringObligatorioTemplate dimensions: '0'=letter, '1'=4x6 postcard, '2'=6x9 postcard, '3'=6x11 postcard, '6'=12x9 bifold, '7'=6x18 bifold.
countintegerPage count for letter templates. Default: 0.
frontstringURL for full-sized front image or letter content. Used when is_full_html is false.
is_proofedbooleanIndicates proofing status; bypasses web app safeguards when true. Default: false.
font_familystringCSS font family designation (e.g., 'sans-serif', 'Arial').
is_full_htmlbooleanDetermines whether HTML is sent as complete markup (true) or as separate front/back images (false). Default: true.
is_double_sidedbooleanSpecifies double-sided letter configuration. Default: false.
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 WebhookPOSTALYTICS_CREATE_WEBHOOKAcciónTool to create a new webhook to receive campaign event notifications from Postalytics. Use when you need to set up a webhook endpoint that will be notified about campaign events like sent, delivered, opened, or clicked.
POSTALYTICS_CREATE_WEBHOOKAcciónTool to create a new webhook to receive campaign event notifications from Postalytics. Use when you need to set up a webhook endpoint that will be notified about campaign events like sent, delivered, opened, or clicked.
Parámetros de entrada
urlstringObligatorioThe destination URL that will receive webhook event notifications.
namestringObligatorioHuman-readable name for the webhook to help identify it.
eventsstring[]ObligatorioList of campaign event types to subscribe to. Common events include 'sent', 'delivered', 'opened', 'clicked'.
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
Delete AccountPOSTALYTICS_DELETE_ACCOUNTAcciónTool to delete a Postalytics account and all associated campaigns, templates, and lists. Use when you need to permanently remove a sub account or sub user account. Cannot delete parent accounts.
POSTALYTICS_DELETE_ACCOUNTAcciónTool to delete a Postalytics account and all associated campaigns, templates, and lists. Use when you need to permanently remove a sub account or sub user account. Cannot delete parent accounts.
Parámetros de entrada
account_idintegerObligatorioThe unique identifier of the account to delete. Only sub accounts and sub user accounts can be deleted. Cannot delete parent accounts.
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
Delete CampaignPOSTALYTICS_DELETE_CAMPAIGNAcciónTool to delete a campaign from the system. Use when you need to remove a campaign that is no longer needed.
POSTALYTICS_DELETE_CAMPAIGNAcciónTool to delete a campaign from the system. Use when you need to remove a campaign that is no longer needed.
Parámetros de entrada
idintegerObligatorioInteger contains the Id of the campaign to delete.
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
Delete Suppression ListPOSTALYTICS_DELETE_SUPPRESSION_LISTAcciónTool to delete a specified suppression list. Use when you need to remove a suppression list that is no longer needed.
POSTALYTICS_DELETE_SUPPRESSION_LISTAcciónTool to delete a specified suppression list. Use when you need to remove a suppression list that is no longer needed.
Parámetros de entrada
idintegerObligatorioThe ID of the suppression list to delete
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
Delete Suppression List ContactPOSTALYTICS_DELETE_SUPPRESSION_LIST_CONTACTAcciónTool to delete a specific contact from a suppression list. Use when you need to remove a contact from a suppression list in Postalytics.
POSTALYTICS_DELETE_SUPPRESSION_LIST_CONTACTAcciónTool to delete a specific contact from a suppression list. Use when you need to remove a contact from a suppression list in Postalytics.
Parámetros de entrada
list_idintegerObligatorioThe ID of the suppression list
contact_idintegerObligatorioThe ID of the contact to be deleted from the list
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 Contact ListsPOSTALYTICS_GET_ALL_CONTACT_LISTSAcciónTool to retrieve all contact lists for an account. Use when you need to get a complete list of contact lists including their IDs, names, item counts, and creation dates.
POSTALYTICS_GET_ALL_CONTACT_LISTSAcciónTool to retrieve all contact lists for an account. Use when you need to get a complete list of contact lists including their IDs, names, item counts, and creation dates.
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 Contacts on a ListPOSTALYTICS_GET_ALL_CONTACTS_ON_A_LISTAcciónTool to retrieve all contacts from a specified contact list with pagination support. Use when you need to get contacts from a list, with optional pagination using start offset and limit parameters.
POSTALYTICS_GET_ALL_CONTACTS_ON_A_LISTAcciónTool to retrieve all contacts from a specified contact list with pagination support. Use when you need to get contacts from a list, with optional pagination using start offset and limit parameters.
Parámetros de entrada
limitintegerMaximum number of contacts to return per page. Controls pagination page size.
startintegerPagination offset for retrieving contacts. Use 0 for the first page.
list_idintegerObligatorioThe unique identifier of the contact list to retrieve contacts from.
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 Drip CampaignsPOSTALYTICS_GET_ALL_DRIP_CAMPAIGNSAcciónTool to retrieve all triggered drip campaign names and endpoint IDs in the account. Use when you need to list all available drip campaigns for the authenticated user.
POSTALYTICS_GET_ALL_DRIP_CAMPAIGNSAcciónTool to retrieve all triggered drip campaign names and endpoint IDs in the account. Use when you need to list all available drip campaigns for the authenticated user.
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 FlowsPOSTALYTICS_GET_ALL_FLOWSAcciónTool to retrieve all flows for the requester's account. Use when you need to list or browse available flows.
POSTALYTICS_GET_ALL_FLOWSAcciónTool to retrieve all flows for the requester's account. Use when you need to list or browse available flows.
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 WebhooksPOSTALYTICS_GET_ALL_WEBHOOKSAcciónTool to retrieve all webhooks configured for the authenticated account. Use when you need to view webhook configurations for campaigns.
POSTALYTICS_GET_ALL_WEBHOOKSAcciónTool to retrieve all webhooks configured for the authenticated account. Use when you need to view webhook configurations for campaigns.
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 IntegrationsPOSTALYTICS_GET_INTEGRATIONSAcciónTool to retrieve all Connect integrations configured for the authenticated user's account. Use when you need to view CRM or data source integrations.
POSTALYTICS_GET_INTEGRATIONSAcciónTool to retrieve all Connect integrations configured for the authenticated user's account. Use when you need to view CRM or data source integrations.
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 My AccountPOSTALYTICS_GET_MY_ACCOUNTAcciónTool to retrieve basic account information for the authenticated user. Use when you need to get account details such as contact information, address, or API key.
POSTALYTICS_GET_MY_ACCOUNTAcciónTool to retrieve basic account information for the authenticated user. Use when you need to get account details such as contact information, address, or API key.
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 Suppression ListPOSTALYTICS_GET_SUPPRESSION_LISTAcciónTool to get the details of a suppression list based on the id supplied. Use when you need to retrieve information about a specific suppression list.
POSTALYTICS_GET_SUPPRESSION_LISTAcciónTool to get the details of a suppression list based on the id supplied. Use when you need to retrieve information about a specific suppression list.
Parámetros de entrada
idintegerObligatorioThe id of the suppression list 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
Get Suppression List ContactPOSTALYTICS_GET_SUPPRESSION_LIST_CONTACTAcciónTool to retrieve a specific contact from a suppression list. Use when you need to get details about a contact on a specific suppression list by their list ID and contact ID.
POSTALYTICS_GET_SUPPRESSION_LIST_CONTACTAcciónTool to retrieve a specific contact from a suppression list. Use when you need to get details about a contact on a specific suppression list by their list ID and contact ID.
Parámetros de entrada
offsetintegerOffset for pagination
list_idintegerObligatorioThe ID of the suppression list
contact_idintegerObligatorioThe ID of the suppression list contact
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 Suppression List ContactsPOSTALYTICS_GET_SUPPRESSION_LIST_CONTACTSAcciónTool to get all contacts on a specified suppression list. Use when you need to retrieve contacts that are suppressed for a particular list.
POSTALYTICS_GET_SUPPRESSION_LIST_CONTACTSAcciónTool to get all contacts on a specified suppression list. Use when you need to retrieve contacts that are suppressed for a particular list.
Parámetros de entrada
listIdintegerObligatorioThe listId of the suppression list to get contacts for.
offsetintegerOffset count for paging through results.
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 Suppression ListsPOSTALYTICS_GET_SUPPRESSION_LISTSAcciónTool to retrieve all suppression lists for the authenticated user. Use when you need to view or manage suppression lists. Returns all lists or a specific list when ID is provided.
POSTALYTICS_GET_SUPPRESSION_LISTSAcciónTool to retrieve all suppression lists for the authenticated user. Use when you need to view or manage suppression lists. Returns all lists or a specific list when ID is provided.
Parámetros de entrada
idintegerThe identifier of a specific suppression list to retrieve. If not provided, all suppression lists will be returned.
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 AccountPOSTALYTICS_UPDATE_ACCOUNTAcciónTool to update an existing account in the Postalytics system. Use when you need to modify account information such as contact details, address, or credentials for an existing account.
POSTALYTICS_UPDATE_ACCOUNTAcciónTool to update an existing account in the Postalytics system. Use when you need to modify account information such as contact details, address, or credentials for an existing account.
Parámetros de entrada
phonestringThe phone number associated with the account
companystringThe company name associated with the account
passwordstringObligatorioThe password associated with the account. Must follow password guidelines - minimum 8 characters including 1 uppercase letter, 1 lowercase letter, 1 number, and 1 special character
usernamestringObligatorioThe username associated with the account - must be unique
last_namestringObligatorioThe last name of the account holder
account_idintegerObligatorioThe unique identifier of the account to update
first_namestringObligatorioThe first name of the account holder
address_zipstringThe zip code associated with the account's address
address_citystringThe city associated with the account's address
address_statestringThe state associated with the account's address
email_addressstringThe email address associated with the account
address_streetstringThe street address associated with the account
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 Suppression List ContactPOSTALYTICS_UPDATE_SUPPRESSION_LIST_CONTACTAcciónTool to update a suppression contact on the specified suppression list. Use when you need to modify contact information for a specific contact on a suppression list.
POSTALYTICS_UPDATE_SUPPRESSION_LIST_CONTACTAcciónTool to update a suppression contact on the specified suppression list. Use when you need to modify contact information for a specific contact on a suppression list.
Parámetros de entrada
ZipstringPostal/ZIP code
CitystringCity name
EmailstringEmail address
PhonestringPhone number
StatestringState/Province
MobilestringMobile phone number
AddressstringStreet address
CompanystringCompany name
CountrystringCountry
WebsitestringWebsite URL
list_idintegerObligatorioThe id of the suppression list the contact is on
Address2stringAdditional address line
LastNamestringLast name
FirstNamestringFirst name
VarField1stringCustom variable field 1
VarField2stringCustom variable field 2
VarField3stringCustom variable field 3
VarField4stringCustom variable field 4
VarField5stringCustom variable field 5
VarField6stringCustom variable field 6
VarField7stringCustom variable field 7
VarField8stringCustom variable field 8
VarField9stringCustom variable field 9
OccupationstringOccupation
VarField10stringCustom variable field 10
VarField11stringCustom variable field 11
VarField12stringCustom variable field 12
VarField13stringCustom variable field 13
VarField14stringCustom variable field 14
VarField15stringCustom variable field 15
VarField16stringCustom variable field 16
VarField17stringCustom variable field 17
VarField18stringCustom variable field 18
VarField19stringCustom variable field 19
VarField20stringCustom variable field 20
VarField21stringCustom variable field 21
VarField22stringCustom variable field 22
VarField23stringCustom variable field 23
VarField24stringCustom variable field 24
VarField25stringCustom variable field 25
VarField26stringCustom variable field 26
VarField27stringCustom variable field 27
VarField28stringCustom variable field 28
VarField29stringCustom variable field 29
VarField30stringCustom variable field 30
VarField31stringCustom variable field 31
VarField32stringCustom variable field 32
VarField33stringCustom variable field 33
VarField34stringCustom variable field 34
VarField35stringCustom variable field 35
contact_idintegerObligatorioThe id of the contact to be updated
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