NAiOS IconNAiOS Logo
Volver al catálogo

Zixflow

zixflow

AI-CRM and Messaging Across SMS, Email, and WhatsApp

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

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.

Create AttributeZIXFLOW_CREATE_ATTRIBUTEAcción

Tool to create a custom attribute for a Zixflow collection or list. Use when you need to add new fields to track specific data types (text, number, email, etc.). Attributes define the structure of your data. Common use cases: adding custom fields for contacts, creating status trackers, adding reference fields between collections.

Parámetros de entrada

  • namestringObligatorio

    Human-readable display name shown in the UI. Can contain spaces and special characters

  • configobjectObligatorio

    Configuration object with settings specific to the inputType. Required fields vary by inputType (e.g., currency requires currencyCode)

  • targetstringObligatorioenum

    Type specification: either 'collection' or 'list' where the attribute will be created

    collectionlist
  • isUniqueboolean

    Whether this attribute's value must be unique across all records in the target. Useful for identifiers like email or account ID

  • targetIdstringObligatorio

    Unique identifier (MongoDB ObjectId format) for the target collection or list

  • inputTypestringObligatorioenum

    Field type that determines how data is stored and displayed. Choose based on the data you want to store

    textnumbercheckboxcurrencydatetimestampratingstatusselectmultiselectrecord-referenceactor-reference+5
  • apiKeyNamestringObligatorio

    API key identifier used for data storage and retrieval. Must be unique within the target. Use lowercase with underscores for consistency (e.g., 'test_field', 'customer_email')

  • isEditableboolean

    Whether users can modify this attribute's value after creation. Set to False for system-managed fields

  • isRequiredboolean

    Whether this attribute must have a value when creating new records. Required fields prevent record creation if empty

  • descriptionstring

    Detailed description of the attribute's purpose and usage, visible to users

  • defaultValuestring

    Default value assigned to this attribute when creating new records. Format depends on inputType

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 WhatsApp Campaign ReportZIXFLOW_GET_CAMPAIGN_REPORT_WHATSAPPAcción

Tool to retrieve WhatsApp campaign message report. Use when you need to check the delivery status and details of a WhatsApp message sent via campaign.

Parámetros de entrada

  • message_idstringObligatorio

    The message ID received when sending the WhatsApp 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 Email ReportZIXFLOW_GET_EMAIL_REPORTAcción

Tool to retrieve email message delivery report from Zixflow. Use when you need to check the delivery status of a sent campaign email. The report includes delivery status (SENT, OPENED, CLICKED, BOUNCE, COMPLAINT, UNSUBSCRIBED), recipient information, and timestamps. Requires the message ID obtained when sending the campaign.

Parámetros de entrada

  • message_idstringObligatorio

    The unique message ID that was received when sending the campaign. This is typically a 24-character MongoDB ObjectId format (hexadecimal string).

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 SMS ReportZIXFLOW_GET_SMS_REPORTAcción

Tool to retrieve SMS message delivery report from Zixflow. Use when you need to check the delivery status, destination, and other details of a sent SMS campaign message.

Parámetros de entrada

  • messageIdstringObligatorio

    The message ID that you received when sending the 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 WhatsApp Template VariablesZIXFLOW_GET_WHATSAPP_TEMPLATE_VARIABLESAcción

Tool to retrieve template variable details for a WhatsApp template. Use when you need to understand what variables a specific WhatsApp template expects before sending a message.

Parámetros de entrada

  • phoneIdstringObligatorio

    Unique identifier associated with the sender's phone number

  • languagestringObligatorio

    Language code for the template (e.g., 'en' for English, 'es' for Spanish)

  • templateNamestringObligatorio

    Name of the WhatsApp template to retrieve variables for

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 Attribute OptionsZIXFLOW_LIST_ATTRIBUTES_OPTIONSAcción

Tool to retrieve the list of options for select/multiselect attributes. Use when you need to get available options for a specific attribute in a collection or list.

Parámetros de entrada

  • targetstringObligatorioenum

    Specifies the target type, which can be either 'collection' or 'list.'

    collectionlist
  • targetIdstringObligatorio

    Unique identifier for the target (collection ID or list ID)

  • attributeIdstringObligatorio

    ID of the select or multiselect attribute

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 Attribute Status OptionsZIXFLOW_LIST_ATTRIBUTES_STATUSAcción

Tool to retrieve the list of options for status attributes in Zixflow. Use when you need to fetch available status configurations for a specific attribute within a collection or list.

Parámetros de entrada

  • targetstringObligatorioenum

    Specifies the target type, which can be either 'collection' or 'list'

    collectionlist
  • targetIdstringObligatorio

    Unique identifier for the target (collection ID or list ID)

  • attributeIdstringObligatorio

    ID of the status attribute

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