Remarkety
remarketyRemarkety is an AI-powered marketing automation platform designed for eCommerce, enabling personalized email, SMS, and social campaigns based on customer behavior.
Acciones disponibles (5)
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.
Get Remarkety CampaignsREMARKETY_GET_CAMPAIGNSAcciónTool to retrieve a list of marketing campaigns. use when you need to page through campaigns with optional limit and skip.
REMARKETY_GET_CAMPAIGNSAcciónTool to retrieve a list of marketing campaigns. use when you need to page through campaigns with optional limit and skip.
Parámetros de entrada
skipintegerNumber of campaigns to skip
limitintegerNumber of campaigns to return per request (1-1000)
store_idstringObligatorioIdentifier of the Remarkety store (path 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
Get Remarkety CustomersREMARKETY_GET_CUSTOMERSAcciónTool to retrieve customers. use when you need to fetch a paginated list of customers from a remarkety store.
REMARKETY_GET_CUSTOMERSAcciónTool to retrieve customers. use when you need to fetch a paginated list of customers from a remarkety store.
Parámetros de entrada
limitintegerNumber of results to return (optional)
offsetintegerNumber of results to skip (optional)
store_idstringObligatorioIdentifier of the Remarkety store (path parameter)
updatedAtMaxstringReturn customers updated before this date (ISO8601)
updatedAtMinstringReturn customers updated after this date (ISO8601)
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 Remarkety ProductsREMARKETY_REMARKETY_GET_PRODUCTSAcciónTool to retrieve products. use when you need to fetch a paginated list of products from a remarkety store.
REMARKETY_REMARKETY_GET_PRODUCTSAcciónTool to retrieve products. use when you need to fetch a paginated list of products from a remarkety store.
Parámetros de entrada
limitintegerNumber of products to return (optional, default server-defined)
offsetintegerNumber of products to skip (optional)
storeIdstringObligatorioStore identifier (path parameter)
productIdstringFilter by specific product ID (SKU)
createdAtMaxstringReturn products created before this date (ISO8601)
createdAtMinstringReturn products created after this date (ISO8601)
updatedAtMaxstringReturn products updated before this date (ISO8601)
updatedAtMinstringReturn products updated after this date (ISO8601)
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
Track Remarkety CartREMARKETY_TRACK_CARTAcciónTool to track cart events in remarkety. use after a customer updates their cart to sync cart data for remarketing.
REMARKETY_TRACK_CARTAcciónTool to track cart events in remarkety. use after a customer updates their cart to sync cart data for remarketing.
Parámetros de entrada
urlstringuriCart recovery URL
emailanyObligatorioemailCustomer's email address
itemsobject[]ObligatorioList of items in the cart
phonestringCustomer's phone number
cartIdstringObligatorioUnique cart identifier
fieldsobjectAdditional custom fields for the cart
lastNamestringCustomer's last name
store_idstringObligatorioRemarkety store identifier
subtotalnumberCart subtotal amount, non-negative
firstNamestringCustomer's first name
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
Upload Contacts BatchREMARKETY_UPLOAD_CONTACTS_BATCHAcciónTool to upload or update multiple contacts in batch. use when you need to import or synchronize many contacts at once.
REMARKETY_UPLOAD_CONTACTS_BATCHAcciónTool to upload or update multiple contacts in batch. use when you need to import or synchronize many contacts at once.
Parámetros de entrada
contactsobject[]ObligatorioList of contact objects to upload or update
store_idstringObligatorioThe Remarkety store ID
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