NAiOS IconNAiOS Logo
Volver al catálogo

Insighto.ai

insighto_ai

Insighto.ai is an AI-powered communication platform that enables businesses to create and deploy conversational AI chatbots and voice agents for enhanced customer engagement across multiple channels.

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

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

Tool to create a new intent in insighto.ai. use when adding custom intents before training or deployment. call after confirming intent attributes.

Parámetros de entrada

  • namestringObligatorio

    Name of the intent to create.

  • is_activeboolean

    Whether the intent is active; defaults to true.

  • attributesobject

    Custom key/value attributes for this intent.

  • descriptionstring

    Optional human-readable description for the intent.

  • intent_typestring

    Type of the intent; defaults to 'user'.

Parámetros de salida

  • dataobjectObligatorio

    Created intent details.

  • metaobject

    Response metadata.

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    API message, typically 'Data created successfully'.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ProviderINSIGHTO_AI_CREATE_PROVIDERAcción

Tool to create a new provider. use after obtaining org id to register the provider.

Parámetros de entrada

  • namestringObligatorio

    Provider display name

  • org_idstring

    Organization ID under which the provider will be created

  • statusboolean

    Whether the provider is active or not

  • attributesobject

    Additional provider-specific attributes

  • provider_keystringObligatorio

    Unique key for the provider

  • provider_namestringenum

    Identifier of the provider type

    openaielevenlabsazure_speechcartesiaplayht

Parámetros de salida

  • dataobject

    Details of the created provider

  • metaobject

    Metadata returned by the API

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Response message from the API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create WidgetINSIGHTO_AI_CREATE_WIDGETAcción

Tool to create a new widget with specified attributes. use after confirming assistant id and widget type.

Parámetros de entrada

  • namestring

    Internal name for the widget.

  • org_idstring

    Organization ID; defaults to API key's organization.

  • attributesobject

    Custom key/value pairs for metadata.

  • bubble_textstring

    Default text in bubble.

  • descriptionstring

    Detailed description of the widget.

  • widget_typestringObligatorioenum

    Type of widget to create.

    chathtmlwhatsappphonehtml_callleadconnectorleadconnector_callsmsfb_messengerinstagramweb_callplivo_call+3
  • assistant_idstring

    Assistant ID to attach this widget to.

  • bubble_colorstring

    Hex code for bubble background.

  • display_namestring

    Name shown to end users.

  • header_colorstring

    Hex code for header background.

  • style_paramsobject

    Additional style overrides for provider.

  • intro_messagestring

    One-time welcome message.

  • action_buttonsarrayObligatorio

    Quick action buttons for the widget.

  • bot_icon_colorstring

    Hex code for bot avatar/icon.

  • ice_break_colorstring

    Hex code for ice-break messages.

  • remove_brandingboolean

    If true, hides Insighto.ai branding.

  • bot_message_colorstring

    Hex code for bot message text.

  • header_text_colorstring

    Hex code for header text.

  • user_message_colorstring

    Hex code for user message text.

  • action_buttons_colorstring

    Hex code for action button backgrounds.

  • textbox_default_textstring

    Placeholder text in input box.

  • user_opening_messagesstring[]Obligatorio

    Messages shown when the widget is first opened.

  • bot_text_message_colorstring

    Hex code for bot text messages.

  • user_text_message_colorstring

    Hex code for user text messages.

Parámetros de salida

  • dataobject

    Details of the created widget returned by the API.

  • metaobject

    Additional metadata.

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    API response message.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Contact By IDINSIGHTO_AI_GET_CONTACT_BY_IDAcción

Tool to retrieve details of a specific contact by contact id. use when you have a valid contact id and need the full contact profile.

Parámetros de entrada

  • contact_idstringObligatorio

    Unique identifier of the contact to retrieve

Parámetros de salida

  • dataobject

    The contact record; null if not found

  • metaobjectObligatorio

    Additional metadata returned by the API

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Status message returned by the API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get List Of ContactsINSIGHTO_AI_GET_LIST_OF_CONTACTSAcción

Tool to fetch a paginated list of contacts. use after confirming a valid api key to iterate through pages of contacts.

Parámetros de entrada

  • pageinteger

    Page number, must be at least 1. Default is 1.

  • sizeinteger

    Number of contacts per page, between 1 and 100. Default is 50.

Parámetros de salida

  • dataobjectObligatorio

    Pagination data and list of contacts

  • metaobjectObligatorio

    Additional metadata returned by the API

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Optional response message from the API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get List Of ConversationsINSIGHTO_AI_GET_LIST_OF_CONVERSATIONSAcción

Tool to fetch a list of conversations. use after specifying date range and filters to retrieve conversation metadata.

Parámetros de entrada

  • pageinteger

    Page number for pagination (>=1)

  • sizeinteger

    Number of items per page (1-100)

  • date_tostringObligatorio

    End date-time (inclusive) in ISO 8601 format

  • date_fromstringObligatorio

    Start date-time (inclusive) in ISO 8601 format

  • intent_idstring

    Filter by intent ID

  • assistant_idstring

    Filter by assistant ID

  • includes_voiceboolean

    If true, only return voice-enabled conversations

Parámetros de salida

  • dataobjectObligatorio

    Paginated conversation listing data

  • metaobject

    Additional metadata returned by the API

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    API response message, if any

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get List Of DatasourcesINSIGHTO_AI_GET_LIST_OF_DATASOURCESAcción

Tool to list all existing data sources. use when you need to fetch the complete set of data sources.

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

Read Contact Custom Field ListINSIGHTO_AI_READ_CONTACT_CUSTOM_FIELD_LISTAcción

Tool to retrieve a list of custom fields associated with contacts. use when you need to inspect or sync contact metadata definitions.

Parámetros de entrada

  • pageinteger

    Page number to fetch, must be at least 1. Default is 1.

  • sizeinteger

    Number of custom fields per page, between 1 and 100. Default is 50.

Parámetros de salida

  • dataobjectObligatorio

    Paginated data of contact custom fields

  • metaobjectObligatorio

    Additional metadata returned by the API

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Response message from the API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Read Intents ListINSIGHTO_AI_READ_INTENTS_LISTAcción

Tool to retrieve a list of all intents. use after authenticating; supports pagination.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (>= 1)

  • sizeinteger

    Number of intents per page (1-100)

Parámetros de salida

  • dataobjectObligatorio

    Paged intents payload

  • metaobject

    Non-payload metadata

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Informational message from the server

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send Messages To ContactsINSIGHTO_AI_SEND_MESSAGES_TO_CONTACTSAcción

Tool to send messages to a list of contacts in bulk. use when your widget is connected to whatsapp or sms and you have the contact ids ready.

Parámetros de entrada

  • messagestring

    Text message to send (only for chat-based assistants; ignored for calling).

  • widget_idstringObligatorio

    Widget ID connected to WhatsApp or SMS.

  • contact_idsstring[]Obligatorio

    List of UUIDs identifying contacts to receive messages.

  • start_new_conversationboolean

    Start a new conversation thread instead of replying to the existing one.

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