NAiOS IconNAiOS Logo
Volver al catálogo

Msg91

msg91

MSG91 is a cloud communication platform offering secure and robust APIs for SMS, WhatsApp, Email, Voice, and more, enabling businesses to connect with their customers across multiple channels.

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.

Create User EventsMSG91_CREATE_USER_EVENTSAcción

Tool to create user events in msg91 segmento. use when you need to record user actions and behaviors.

Parámetros de entrada

  • eventsobject[]Obligatorio

    List of user events to record

  • identifierstringObligatorio

    Unique identifier for the user (email or phone)

Parámetros de salida

  • dataobjectObligatorio

    Additional data returned by the API

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API call status ('success' or 'error')

  • messagestringObligatorio

    Response message with details

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Event TypesMSG91_GET_EVENT_TYPESAcción

Tool to retrieve all available event types in segmento. use when you need to list recorded event types after authenticating.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    List of event types retrieved from the phonebook.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Status of the API call, e.g., 'success' or 'error'.

  • messagestring

    Informational message from the API.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Failed EventsMSG91_GET_FAILED_EVENTSAcción

Tool to retrieve failed segmento events. use when needing to inspect validation failures for a campaign after execution.

Parámetros de entrada

  • pageinteger

    Page number for paginated response. Must be >=1.

  • limitinteger

    Number of records per page. Must be >=1.

  • end_datestring

    End date (YYYY-MM-DD) to filter failed events.

  • start_datestring

    Start date (YYYY-MM-DD) to filter failed events.

  • campaign_idstringObligatorio

    The unique ID of the campaign for which to fetch failed events.

Parámetros de salida

  • dataobjectObligatorio

    Payload containing failed events and pagination info.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Status of the request (e.g., 'success', 'error').

  • messagestringObligatorio

    Additional information about the response.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CampaignsMSG91_LIST_CAMPAIGNSAcción

Tool to list all campaigns in segmento. use when you need to retrieve campaigns with pagination support.

Parámetros de entrada

  • pageinteger

    Page number for pagination.

  • limitinteger

    Number of campaigns per page.

Parámetros de salida

  • dataobjectObligatorio

    Paginated campaign list data.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API call status, e.g., 'success' or 'error'.

  • messagestring

    Informational message returned by the API.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send SMSMSG91_SEND_SMSAcción

Tool to send sms messages. use when you need to dispatch one or multiple messages after gathering user details.

Parámetros de entrada

  • smsobject[]Obligatorio

    List of SMS objects to send

  • flashinteger

    1 for flash SMS, 0 or omit for default

  • routestringObligatorio

    Route for the SMS, e.g., '4' for transactional, '1' for promotional

  • senderstringObligatorio

    Sender ID (max 6 chars for transactional, 11 for promotional)

  • countrystringObligatorio

    Country code, e.g., '91' for India

  • unicodeinteger

    1 for unicode messages, 0 or omit for default

Parámetros de salida

  • dataobjectObligatorio

    Mapping of recipient numbers to message IDs

  • typestringObligatorio

    Type of status (success or failure)

  • errorstring

    Error if any occurred during the execution of the action

  • messagestringObligatorio

    Status message from the API

  • request_idstringObligatorio

    Unique reference ID for the request

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not