NAiOS IconNAiOS Logo
Volver al catálogo

Unisender

unisender

UniSender is a simple and easy-to-use service for email and SMS marketing campaigns

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

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.

Check Email StatusUNISENDER_CHECK_EMAILAcción

Tool to check the delivery status of emails sent via sendEmail method. Use when you need to verify email delivery status by email IDs. Statuses are stored for approximately one month. Rate limited to 300 requests per 60 seconds.

Parámetros de entrada

  • email_idinteger[]Obligatorio

    One or more email IDs to check delivery status for. These are the email_id values returned by the sendEmail method. Provide as a list of integers.

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 Email TemplateUNISENDER_CREATE_EMAIL_TEMPLATEAcción

Tool to create a new email template for mass campaigns in UniSender. Use when you need to create a reusable email template with customizable title, subject, body content, and sender information.

Parámetros de entrada

  • tagstring

    Tags for organizing and categorizing templates. Optional parameter.

  • bodystring

    HTML body content of the email template. Supports HTML markup and template variables like {{to_name}}.

  • langstring

    Language code for the template (e.g., 'en', 'ru', 'de'). Affects system messages.

  • titlestringObligatorio

    The title/name of the email template. Required parameter.

  • subjectstring

    Email subject line for the template. Optional parameter.

  • text_bodystring

    Plain text version of the email body. Optional parameter.

  • sender_namestring

    Name of the sender that will appear in the email. Optional parameter.

  • sender_emailstring

    Email address of the sender. Optional parameter.

  • generate_textinteger

    Auto-generate plain text version from HTML body. Set to 1 to enable, 0 to disable.

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

Tool to create a new custom field for contact data in UniSender. Use when you need to add a custom field that can store additional contact information and be used in email message substitutions.

Parámetros de entrada

  • namestringObligatorio

    The internal name of the field. This is the identifier used in API calls and must be unique.

  • field_typestringObligatorioenum

    The data type of the field. Possible values: 'string' (short text), 'text' (long text), 'number' (numeric), 'date' (date), 'bool' (boolean).

    stringtextnumberdatebool

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

Tool to create a new contact list for organizing thematic email campaigns in UniSender. Use when you need to create a new mailing list with a unique title. The list title must be unique within the account.

Parámetros de entrada

  • titlestringObligatorio

    The name/title of the contact list. Must be unique within the account.

  • after_subscribe_urlstring

    URL to redirect subscribers after successful subscription. Shows a message that the subscription has been completed successfully.

  • before_subscribe_urlstring

    URL to redirect subscribers before subscription confirmation. Shows a message that the contact should follow the confirmation link to activate the subscription.

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 Subscriber NoteUNISENDER_CREATE_SUBSCRIBER_NOTEAcción

Tool to create a note for a subscriber contact in UniSender. Use when you need to add a new note to a subscriber's profile. Notes created via API have an 'origin' field set to 'api'.

Parámetros de entrada

  • contentstringObligatorio

    The text content of the note to be created. This will be stored as a note associated with the subscriber.

  • subscriber_idintegerObligatorio

    The ID of the subscriber/contact to attach the note to. This is the unique identifier of the subscriber in UniSender.

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

Delete FieldUNISENDER_DELETE_FIELDAcción

Tool to remove a custom field from the Unisender system. Use when you need to permanently delete a custom field and all its associated contact data.

Parámetros de entrada

  • idintegerObligatorio

    The unique identifier of the custom field to be deleted. This will remove the field and all associated contact data.

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

Delete ListUNISENDER_DELETE_LISTAcción

Tool to permanently delete a contact list from your UniSender account. Use when you need to remove a mailing list by its ID.

Parámetros de entrada

  • list_idintegerObligatorio

    The unique identifier of the contact list to be deleted. This will permanently remove the list from your UniSender account.

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

Delete Subscriber NoteUNISENDER_DELETE_SUBSCRIBER_NOTEAcción

Tool to delete a subscriber note from UniSender by its ID. Use when you need to remove a note associated with a subscriber/contact from the system.

Parámetros de entrada

  • idintegerObligatorio

    The unique identifier of the note to be deleted.

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

Delete TagUNISENDER_DELETE_TAGAcción

Tool to delete a tag by its ID and remove it from all associated contacts. Use when you need to remove a tag from your UniSender account.

Parámetros de entrada

  • idintegerObligatorio

    The numeric identifier of the tag to be deleted. Once deleted, the tag will be removed from all associated contacts.

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

Delete TemplateUNISENDER_DELETE_TEMPLATEAcción

Tool to remove a template from the UniSender account. Use when you need to permanently delete a template by its ID.

Parámetros de entrada

  • template_idintegerObligatorio

    The unique identifier of the template to be deleted. Once deleted, the template cannot be recovered.

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

Exclude Contact from ListsUNISENDER_EXCLUDEAcción

Tool to remove contacts from specified lists or all lists in UniSender. Use when you need to exclude a contact (email or phone) from mailing lists. Unlike unsubscribe, exclude actually removes the contact from lists, allowing them to be re-added later using the subscribe method. Recommended when subscription management is performed by sender's initiative.

Parámetros de entrada

  • contactstringObligatorio

    Email address or phone number of the contact to exclude from lists.

  • list_idsstring

    Comma-separated list IDs from which the contact will be excluded. If not provided, the contact will be excluded from all lists.

  • contact_typestringenum

    Type of contact being excluded. Must be either 'email' or 'phone'. Defaults to 'email' if not specified.

    emailphone

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

Export ContactsUNISENDER_EXPORT_CONTACTSAcción

Tool to export contact data from UniSender lists for synchronization. Use when you need to export email addresses, phone numbers, and custom fields from lists. This method works asynchronously - the response contains a task_uuid for tracking export status.

Parámetros de entrada

  • tagstring

    Filter contacts by tag.

  • emailstring

    Email address. If specified, result will contain only one contact with this email.

  • limitinteger

    Maximum number of contacts to return. Defaults to 1000.

  • phonestring

    Phone number. If specified, result will contain only one contact with this phone.

  • offsetinteger

    Pagination offset. Defaults to 0.

  • list_idinteger

    Export list code. If not specified, all lists will be exported. Codes can be obtained via getLists method.

  • notify_urlstring

    URL to which the response will be sent after the report is generated.

  • field_namesstring[]

    Array of field names to export. Defaults to ['email']. If absent, all possible fields are exported.

  • email_statusstring

    Filter by email status. Options: 'active', 'activation_requested', 'blocked'.

  • phone_statusstring

    Filter by phone status. Options: 'active', 'blocked', 'inactive'.

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

Tool to retrieve list of campaigns from Unisender within a specified date range. Use when you need to fetch email campaign information with optional filtering by date and pagination support. Returns up to 10,000 campaigns per request.

Parámetros de entrada

  • tostring

    End time of the campaign until which campaigns are to be displayed. Format: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS or Unix timestamp.

  • fromstring

    Start time of the campaign from which campaigns are to be displayed. Format: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS or Unix timestamp.

  • limitinteger

    Number of records to return in the response. Maximum 10,000.

  • offsetinteger

    Offset from which position the selection is to be started for pagination.

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 Campaign StatusUNISENDER_GET_CAMPAIGN_STATUSAcción

Tool to check the current status of a campaign in UniSender. Use when you need to verify campaign progress or completion status. Returns detailed status information including creation time and start time.

Parámetros de entrada

  • campaign_idintegerObligatorio

    The ID of the campaign whose status you want to check. This ID is obtained when creating a campaign.

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

Tool to get information about a single contact from UniSender. Use when you need to retrieve detailed contact data including email/phone status, custom fields, list memberships, and engagement statistics. Either email or contact_id must be provided.

Parámetros de entrada

  • emailstring

    The contact's email address to search for. Either email or contact_id must be provided.

  • contact_idinteger

    The contact's unique ID in UniSender. Either email or contact_id must be provided.

  • include_listsinteger

    Set to 1 to include list membership information with subscription status.

  • include_fieldsinteger

    Set to 1 to include custom field values for the contact.

  • include_detailsinteger

    Set to 1 to include additional detailed contact statistics.

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 Contact Field ValuesUNISENDER_GET_CONTACT_FIELD_VALUESAcción

Tool to retrieve custom field values for a specific contact identified by email address. Use when you need to get additional field data associated with a contact. You can optionally specify which fields to retrieve by providing field IDs.

Parámetros de entrada

  • emailstringObligatorio

    The email address of the contact whose field values you want to retrieve.

  • field_idsstringObligatorio

    Comma-separated list of field IDs to retrieve values for (e.g., '1,2,5'). This parameter is required.

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

Tool to retrieve all custom user-defined fields for contact personalization and data management. Use when creating integrations to map fields between systems or to retrieve available custom fields for contacts.

Parámetros de entrada

Sin parámetros.

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

Tool to retrieve all existing mailing lists associated with the account. Use when you need to get list IDs and titles before sending emails or SMS to a list, or to display available contact lists.

Parámetros de entrada

Sin parámetros.

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

Tool to retrieve list of all messages with body and attachments. Use when you need complete message information including content and attachments, unlike listMessages which returns only metadata.

Parámetros de entrada

  • limitinteger

    Maximum number of messages to return. Default is 30. Used for pagination.

  • offsetinteger

    Number of messages to skip for pagination. Must be non-negative. Default is 0.

  • date_tostringObligatorio

    End date/time for filtering messages by creation date. Format: YYYY-MM-DD HH:MM or ISO 8601.

  • date_fromstringObligatorio

    Start date/time for filtering messages by creation date. Format: YYYY-MM-DD HH:MM or ISO 8601.

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 Sender Domain ListUNISENDER_GET_SENDER_DOMAIN_LISTAcción

Tool to retrieve information about sender domains and their DKIM status. Use when you need to check which domains are registered for sending emails and their verification status.

Parámetros de entrada

  • usernamestringObligatorio

    Username for which to retrieve sender domain information.

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

Tool to retrieve all custom tags/labels for contact segmentation. Use when you need to list all available tags in the Unisender account.

Parámetros de entrada

Sin parámetros.

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

Tool to retrieve detailed information about a specific email template by its ID. Use when you need to fetch template details including metadata, content, creation details, and formatting information.

Parámetros de entrada

  • template_idintegerObligatorio

    The unique identifier of the template 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

Get TemplatesUNISENDER_GET_TEMPLATESAcción

Tool to retrieve list of all templates with full content including body. Use when you need complete template information including raw_body and body fields, unlike listTemplates which returns templates without body content.

Parámetros de entrada

  • typestring

    Template type filter. Use 'system' for system templates, 'user' for user-created templates.

  • limitinteger

    Number of templates to display in one request.

  • offsetinteger

    Position from which the list of templates will be displayed for this request.

  • date_tostring

    End date/time for filtering templates. Format: YYYY-MM-DD HH:MM (e.g., '2015-12-14 12:00').

  • date_fromstring

    Start date/time for filtering templates. Format: YYYY-MM-DD HH:MM (e.g., '2015-12-14 12:00').

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 Contacts (Bulk)UNISENDER_IMPORT_CONTACTSAcción

Tool to bulk import contacts to UniSender with maximum 500 contacts per call. Use when you need to import multiple contacts at once with their fields, list subscriptions, and tags. Supports creating new contacts, updating existing ones, and managing list subscriptions. UniSender automatically validates emails and filters spam-traps.

Parámetros de entrada

  • dataarray[]Obligatorio

    Multidimensional array of contact data. Each inner array represents one contact, with values corresponding to field_names array. Maximum 500 contacts per call. For email_list_ids field, use comma-separated list IDs (e.g., '123,456'). For tags field, use comma-separated tags.

  • field_namesstring[]Obligatorio

    Array of field names for the data being imported. Standard fields: 'email', 'phone', 'email_list_ids', 'tags'. Custom fields can be any user-defined field names (max 50 fields). The order must match the order of values in each data row.

  • overwrite_tagsintegerenum

    Controls how to handle existing tags. 0 = add to existing tags (default), 1 = replace all existing tags with new ones.

    01
  • overwrite_listsintegerenum

    Controls how to handle existing list subscriptions. 0 = add to existing lists (default), 1 = replace all existing list subscriptions with new ones.

    01

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

Check if Contact is in ListsUNISENDER_IS_CONTACT_IN_LISTSAcción

Tool to check if a contact exists in specified mailing lists based on and/or conditions. Use when you need to verify whether a contact is a member of specific lists. The condition parameter allows checking if the contact is in all lists (and) or at least one list (or).

Parámetros de entrada

  • emailstringObligatorio

    The email address of the contact to check. This is used to identify the contact in the system.

  • list_idsstringObligatorio

    Comma-separated list of mailing list IDs to check the contact against (e.g., '1,3,4'). The contact will be checked for membership in these lists.

  • conditionstringenum

    Logic condition for checking multiple lists. Use 'or' if the contact must be in at least one list, or 'and' if the contact must be in all specified lists. Defaults to 'or'.

    andor

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

Tool to list all messages without body and attachments. Use when you need to browse available messages created via API or web interface.

Parámetros de entrada

  • limitinteger

    Maximum number of messages to return. Default is 30.

  • offsetinteger

    Number of messages to skip for pagination. Must be non-negative. Default is 0.

  • date_tostring

    End date for filtering messages by creation date. Format: YYYY-MM-DD HH:MM:SS or ISO 8601.

  • date_fromstring

    Start date for filtering messages by creation date. Format: YYYY-MM-DD HH:MM:SS or ISO 8601.

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

Tool to list email templates without body content. Use when you need to browse available templates created via API or web interface.

Parámetros de entrada

  • tostring

    End date for filtering templates by creation date (ISO format, e.g., '2024-12-31').

  • fromstring

    Start date for filtering templates by creation date (ISO format, e.g., '2024-01-01').

  • typestring

    Filter by template type (e.g., 'system' for system templates).

  • limitinteger

    Maximum number of templates to return. Default is 50.

  • offsetinteger

    Number of templates to skip for pagination. Default is 0.

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

Subscribe Contact to ListsUNISENDER_SUBSCRIBEAcción

Tool to add contacts to one or multiple mailing lists with optional tags and field values. Use when you need to subscribe a contact (email and/or phone) to Unisender lists. This method adds contacts individually and can override existing contact data based on the overwrite parameter. Contacts previously excluded can be re-added using this action.

Parámetros de entrada

  • namestring

    Contact's name. This will be stored in the Name field of the contact.

  • tagsstring

    Comma-separated tags to assign to the contact for segmentation purposes (e.g., 'newsletter,premium'). Tags help organize and filter contacts.

  • emailstringObligatorio

    Contact's email address. This is the primary identifier for the contact.

  • phonestring

    Contact's phone number. Can be mobile or landline.

  • list_idsstringObligatorio

    Comma-separated list of mailing list IDs to subscribe the contact to (e.g., '123,456'). The contact will be added to all specified lists.

  • overwriteintegerenum

    Controls how existing contact data should be handled. 0: do not overwrite existing fields, 1: overwrite all existing fields with new values, 2: overwrite only empty fields.

    012
  • confirm_ipstring

    IP address from which the subscription was confirmed. Used for tracking purposes.

  • request_ipstring

    IP address from which the subscription request originated. Used for tracking purposes.

  • confirm_timestring

    Timestamp when the subscription was confirmed. Format: YYYY-MM-DD HH:MM:SS or Unix timestamp.

  • double_optinintegerenum

    Controls subscription confirmation behavior. If not specified, sends confirmation email. Use 3 to bypass email verification (add without confirmation), or 4 to send confirmation only for new contacts.

    34
  • request_timestring

    Timestamp when the subscription request was made. Format: YYYY-MM-DD HH:MM:SS or Unix timestamp.

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

Unsubscribe ContactUNISENDER_UNSUBSCRIBEAcción

Tool to unsubscribe contacts from mailing lists in UniSender. Use when a contact initiates opt-out from campaigns. This marks contacts as 'unsubscribed' rather than excluding them - the active status can only be restored by the contact clicking an activation link.

Parámetros de entrada

  • contactstringObligatorio

    Email address or phone number that needs to be unsubscribed from campaigns.

  • list_idsstring

    Comma-separated list IDs from which the contact will be unsubscribed. If not provided, the contact will be unsubscribed from all lists.

  • contact_typestringObligatorioenum

    Type of contact being unsubscribed. Must be either 'email' or 'phone'.

    emailphone

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

Update Email TemplateUNISENDER_UPDATE_EMAIL_TEMPLATEAcción

Tool to update an existing email template for mass campaigns. Use when you need to modify template properties like title, subject, body content, sender information, or language settings. Only the fields you specify will be updated.

Parámetros de entrada

  • bodystring

    HTML body content of the email template. Only updated if provided.

  • langstring

    Language code for the template (e.g., 'en', 'de', 'fr', 'it', 'ru'). Only updated if provided.

  • titlestring

    New title/name for the template. Only updated if provided.

  • list_idinteger

    ID of the mailing list associated with template. Only updated if provided.

  • subjectstring

    Email subject line. Only updated if provided.

  • text_bodystring

    Plain text version of the email body. Only updated if provided.

  • wrap_typestring

    Text wrapping type for the template. Only updated if provided.

  • categoriesstring

    Template categories/tags. Only updated if provided.

  • sender_namestring

    Name of the sender. Only updated if provided.

  • template_idintegerObligatorio

    The ID of the template to update. Required parameter.

  • sender_emailstring

    Email address of the sender. Only updated if provided.

  • generate_textinteger

    Auto-generate text version from HTML body. Set to 1 to enable, 0 to disable. Only applied if provided.

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

Update FieldUNISENDER_UPDATE_FIELDAcción

Tool to modify parameters of an existing custom field in UniSender. Use when you need to change field properties like name, display name, type, visibility, or display position.

Parámetros de entrada

  • idintegerObligatorio

    The ID of the field to update. This identifies which custom field should be modified.

  • namestringObligatorio

    The new name for the field. This is the internal identifier used in API calls.

  • view_posinteger

    Controls the position/order where the field appears in views. Default is 1.

  • field_typestring

    The data type of the field. Valid values: string, number, date, text, bool.

  • is_visibleinteger

    Controls field visibility. Set to 1 for visible (default) or 0 to hide the field.

  • public_namestring

    The public display name for the field that will be shown in the user interface.

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

Update ListUNISENDER_UPDATE_LISTAcción

Tool to update the parameters of an existing contact list in UniSender. Use when you need to change the title, pre-subscription URL, or post-subscription URL of an existing mailing list.

Parámetros de entrada

  • titlestringObligatorio

    The new title/name for the mailing list. This will replace the existing list name.

  • list_idintegerObligatorio

    The ID of the list to update. This identifies which contact list should be modified.

  • after_subscribe_urlstring

    The URL for redirect to the post-subscription page. Usually this page shows a message that the subscription has been completed successfully. You can add substitution fields to this URL (e.g., email address or contact code).

  • before_subscribe_urlstring

    The URL for redirect to the pre-subscription page. Usually this page shows a message that the contact should follow the confirmation link to activate the subscription. You can add substitution fields to this URL (e.g., email address or contact code).

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

Update Subscriber NoteUNISENDER_UPDATE_SUBSCRIBER_NOTEAcción

Tool to update the content of an existing subscriber note in UniSender. Use when you need to edit or modify the content of a previously created note attached to a subscriber.

Parámetros de entrada

  • idintegerObligatorio

    The identifier of the note to be edited. This is the unique ID of the subscriber note you want to update.

  • contentstringObligatorio

    The new content for the note. This will replace the existing note content.

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