NAiOS IconNAiOS Logo
Volver al catálogo

Remarkety

remarkety

Remarkety is an AI-powered marketing automation platform designed for eCommerce, enabling personalized email, SMS, and social campaigns based on customer behavior.

Acciones
5
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 (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ón

Tool to retrieve a list of marketing campaigns. use when you need to page through campaigns with optional limit and skip.

Parámetros de entrada

  • skipinteger

    Number of campaigns to skip

  • limitinteger

    Number of campaigns to return per request (1-1000)

  • store_idstringObligatorio

    Identifier of the Remarkety store (path 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

Get Remarkety CustomersREMARKETY_GET_CUSTOMERSAcción

Tool to retrieve customers. use when you need to fetch a paginated list of customers from a remarkety store.

Parámetros de entrada

  • limitinteger

    Number of results to return (optional)

  • offsetinteger

    Number of results to skip (optional)

  • store_idstringObligatorio

    Identifier of the Remarkety store (path parameter)

  • updatedAtMaxstring

    Return customers updated before this date (ISO8601)

  • updatedAtMinstring

    Return customers updated after this date (ISO8601)

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 Remarkety ProductsREMARKETY_REMARKETY_GET_PRODUCTSAcción

Tool to retrieve products. use when you need to fetch a paginated list of products from a remarkety store.

Parámetros de entrada

  • limitinteger

    Number of products to return (optional, default server-defined)

  • offsetinteger

    Number of products to skip (optional)

  • storeIdstringObligatorio

    Store identifier (path parameter)

  • productIdstring

    Filter by specific product ID (SKU)

  • createdAtMaxstring

    Return products created before this date (ISO8601)

  • createdAtMinstring

    Return products created after this date (ISO8601)

  • updatedAtMaxstring

    Return products updated before this date (ISO8601)

  • updatedAtMinstring

    Return products updated after this date (ISO8601)

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

Track Remarkety CartREMARKETY_TRACK_CARTAcción

Tool to track cart events in remarkety. use after a customer updates their cart to sync cart data for remarketing.

Parámetros de entrada

  • urlstringuri

    Cart recovery URL

  • emailanyObligatorioemail

    Customer's email address

  • itemsobject[]Obligatorio

    List of items in the cart

  • phonestring

    Customer's phone number

  • cartIdstringObligatorio

    Unique cart identifier

  • fieldsobject

    Additional custom fields for the cart

  • lastNamestring

    Customer's last name

  • store_idstringObligatorio

    Remarkety store identifier

  • subtotalnumber

    Cart subtotal amount, non-negative

  • firstNamestring

    Customer's first name

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

Upload Contacts BatchREMARKETY_UPLOAD_CONTACTS_BATCHAcción

Tool 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[]Obligatorio

    List of contact objects to upload or update

  • store_idstringObligatorio

    The Remarkety store ID

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