NAiOS IconNAiOS Logo
Volver al catálogo

Segmetrics

segmetrics

SegMetrics is a marketing analytics platform that provides detailed insights into customer journeys, helping businesses optimize their marketing strategies.

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

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

Tool to create a new product in segmetrics. use after confirming product details.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier for the product.

  • namestringObligatorio

    Name of the product.

  • typestringObligatorioenum

    Type of product. Must be 'digital' or 'physical'.

    digitalphysical
  • pricenumber

    Default price of the product, must be non-negative.

  • descriptionstring

    Description of the product.

  • external_idstring

    External system reference ID for the product.

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

Tool to delete a specific contact by id. use after confirming the contact id exists.

Parámetros de entrada

  • contact_idstringObligatorio

    The unique identifier of the contact to delete.

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

Add or Update ContactSEGMETRICS_V1_ADD_OR_UPDATE_CONTACTAcción

Tool to add or update a contact in segmetrics. use when you need to upsert the contact record during data import.

Parámetros de entrada

  • emailanyObligatorioemail

    Contact's email address.

  • statusstringenum

    Contact status, either 'active' or 'inactive'.

    activeinactive
  • utm_termstring

    UTM term parameter.

  • last_namestring

    Contact's last name.

  • contact_idstringObligatorio

    Unique identifier for the contact (string or numeric).

  • first_namestring

    Contact's first name.

  • utm_mediumstring

    UTM medium parameter.

  • utm_sourcestring

    UTM source parameter.

  • utm_contentstring

    UTM content parameter.

  • date_createdstring

    Creation timestamp (YYYY-MM-DD HH:MM:SS).

  • last_updatedstring

    Last-update timestamp (YYYY-MM-DD HH:MM:SS).

  • utm_campaignstring

    UTM campaign parameter.

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