NAiOS IconNAiOS Logo
Volver al catálogo

Customer.io

customerio

Customer.io is a customer engagement platform that enables businesses to send targeted messages to their customers through various channels, including email, SMS, and push notifications.

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

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.

Suppress Customer ProfileCUSTOMERIO_CUSTOMER_IO_SUPPRESS_PERSONAcción

Tool to suppress a person. use when you need to permanently delete a customer's profile and prevent them from being re-added.

Parámetros de entrada

  • identifierstringObligatorio

    The unique identifier for the person to suppress. Can be an ID, email address, or cio_id (prefixed with 'cio_').

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

Tool to retrieve a list of integrations in your workspace. use when you need to discover configured integrations.

Parámetros de entrada

Sin parámetros.

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

Tool to retrieve a list of messages sent from your workspace. use when you need paginated delivery metrics for messages, e.g., list email messages delivered between two timestamps.

Parámetros de entrada

  • typestringenum

    Type of message to return metrics for. If omitted, returns all types.

    emailwebhooktwilioslackpushin_app
  • limitinteger

    Maximum number of results per page (1–1000). Default is 50.

  • startstring

    Pagination token for the page of results to return. Use the 'next' value from a previous response as this parameter.

  • draftsboolean

    If true, returns draft messages instead of active/sent ones.

  • end_tsinteger

    End of time window (Unix timestamp).

  • metricstring

    Metric to include in response, e.g., 'attempted', 'sent', 'delivered', 'opened', 'clicked', 'converted'.

  • start_tsinteger

    Start of time window (Unix timestamp).

  • action_idinteger

    Filter results by a specific action ID.

  • campaign_idinteger

    Filter results by a specific campaign ID.

  • newsletter_idinteger

    Filter results by a specific newsletter 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

Get Segment DetailsCUSTOMERIO_GET_SEGMENT_DETAILSAcción

Tool to retrieve details of a specific segment. use after identifying the segment id from list segments.

Parámetros de entrada

  • segment_idintegerObligatorio

    The unique identifier of the segment to retrieve.

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 Segment MembershipCUSTOMERIO_GET_SEGMENT_MEMBERSHIPAcción

Tool to retrieve people in a specific segment. use when you need to page through segment membership after identifying segment id.

Parámetros de entrada

  • sortstringenum

    Order of results: 'asc' for oldest first, 'desc' for newest first.

    ascdesc
  • limitinteger

    Maximum number of results per page (1 ≤ limit ≤ 30000). Default is 1000.

  • startstring

    Pagination token for the page of results to return.

  • segment_idintegerObligatorio

    The segment's unique identifier.

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

Tool to retrieve a list of segments in your workspace. use when you need to fetch all segments after configuring segment rules.

Parámetros de entrada

Sin parámetros.

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

Tool to retrieve details about a specific trigger. use after triggering a broadcast to confirm its status and metadata.

Parámetros de entrada

  • trigger_idintegerObligatorio

    The unique identifier of the trigger to retrieve.

  • broadcast_idintegerObligatorio

    The unique identifier of the broadcast.

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

Tool to retrieve a list of triggers for a specific broadcast. use after identifying broadcast id to inspect associated triggers.

Parámetros de entrada

  • broadcast_idintegerObligatorio

    The broadcast's unique identifier.

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 Customer.io Workspace WebhooksCUSTOMERIO_GET_WEBHOOKSAcción

Tool to retrieve a list of webhooks. use after setting up reporting webhooks to fetch current webhook configurations in your workspace.

Parámetros de entrada

Sin parámetros.

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

Tool to list all collections metadata. use when you need to retrieve current details of each collection in your workspace.

Parámetros de entrada

Sin parámetros.

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

Tool to list all newsletters. use when paginating through newsletter metadata.

Parámetros de entrada

  • sortstringenum

    Sort order: 'asc' for chronological, 'desc' for reverse chronological

    ascdesc
  • limitinteger

    Maximum number of newsletters to retrieve per page

  • startstring

    Pagination cursor. Use 'next' value from previous response to get next page

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

Tool to list all snippets in your workspace. use when you need to retrieve all reusable content snippets for templating or dynamic content insertion.

Parámetros de entrada

Sin parámetros.

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 Transactional MessagesCUSTOMERIO_LIST_TRANSACTIONAL_MESSAGESAcción

Tool to list all transactional message templates. use when you need to fetch available transactional messages.

Parámetros de entrada

Sin parámetros.

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

Trigger BroadcastCUSTOMERIO_TRIGGER_BROADCASTAcción

Tool to manually trigger a broadcast. use when you need to override the default audience and provide personalization data after confirming the broadcast id.

Parámetros de entrada

  • dataobject

    Key-value data for Liquid templating personalization.

  • recipientsobject

    Override the broadcast's UI audience. If omitted, the broadcast's default audience is used.

  • broadcast_idintegerObligatorio

    The ID of the broadcast to trigger.

  • id_ignore_missingboolean

    Whether to ignore missing customer IDs. Default false

  • email_add_duplicatesboolean

    Whether to allow duplicate email recipients. Default false

  • email_ignore_missingboolean

    Whether to ignore missing email addresses. Default false

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