Segmetrics
segmetricsSegMetrics is a marketing analytics platform that provides detailed insights into customer journeys, helping businesses optimize their marketing strategies.
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ónTool to create a new product in segmetrics. use after confirming product details.
SEGMETRICS_CREATE_PRODUCTAcciónTool to create a new product in segmetrics. use after confirming product details.
Parámetros de entrada
idstringObligatorioUnique identifier for the product.
namestringObligatorioName of the product.
typestringObligatorioenumType of product. Must be 'digital' or 'physical'.
digitalphysicalpricenumberDefault price of the product, must be non-negative.
descriptionstringDescription of the product.
external_idstringExternal system reference ID for the product.
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 ContactSEGMETRICS_DELETE_CONTACTAcciónTool to delete a specific contact by id. use after confirming the contact id exists.
SEGMETRICS_DELETE_CONTACTAcciónTool to delete a specific contact by id. use after confirming the contact id exists.
Parámetros de entrada
contact_idstringObligatorioThe unique identifier of the contact 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
Add or Update ContactSEGMETRICS_V1_ADD_OR_UPDATE_CONTACTAcciónTool to add or update a contact in segmetrics. use when you need to upsert the contact record during data import.
SEGMETRICS_V1_ADD_OR_UPDATE_CONTACTAcciónTool to add or update a contact in segmetrics. use when you need to upsert the contact record during data import.
Parámetros de entrada
emailanyObligatorioemailContact's email address.
statusstringenumContact status, either 'active' or 'inactive'.
activeinactiveutm_termstringUTM term parameter.
last_namestringContact's last name.
contact_idstringObligatorioUnique identifier for the contact (string or numeric).
first_namestringContact's first name.
utm_mediumstringUTM medium parameter.
utm_sourcestringUTM source parameter.
utm_contentstringUTM content parameter.
date_createdstringCreation timestamp (YYYY-MM-DD HH:MM:SS).
last_updatedstringLast-update timestamp (YYYY-MM-DD HH:MM:SS).
utm_campaignstringUTM campaign parameter.
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