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.

65 actions Integration catalog
Request access
Connect Insighto.ai once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Intent To AssistantINSIGHTO_AI_ADD_INTENT_TO_ASSISTANT
Tool to add an intent to an assistant in Insighto.ai. Use when linking existing intents to an assistant for enhanced conversation handling.
Create AgencyINSIGHTO_AI_CREATE_AGENCY
Tool to create a new agency in Insighto.ai. Use when setting up a new agency with organization-specific configuration and branding.
Create Contact Custom FieldINSIGHTO_AI_CREATE_CONTACT_CUSTOM_FIELD
Tool to create a new contact custom field in Insighto.ai. Use when you need to add custom metadata fields for contacts.
Create FormINSIGHTO_AI_CREATE_FORM
Tool to create a new form in Insighto.ai. Use when you need to create either a natural (conversational AI-driven) or simple (traditional) form for collecting information from users.
Create IntentINSIGHTO_AI_CREATE_INTENT
Tool to create a new intent in Insighto.ai. Use when adding custom intents before training or deployment. Call after confirming intent attributes.
Create PromptINSIGHTO_AI_CREATE_PROMPT
Tool to create a new prompt in Insighto.ai. Use when adding custom prompts for AI interactions. The prompt template can include variables in {{variable_name}} format.
Create ProviderINSIGHTO_AI_CREATE_PROVIDER
Creates a new AI provider configuration (e.g., OpenAI, ElevenLabs, Azure Speech, Cartesia, PlayHT) for use in voice and text-to-speech workflows. The provider stores credentials and settings in the attributes field.
Create TagINSIGHTO_AI_CREATE_TAG
Tool to create a new tag in Insighto.ai. Use when categorizing contacts, conversations, or other entities with custom labels.
Create ToolfunctionINSIGHTO_AI_CREATE_TOOLFUNCTION
Tool to create a new toolfunction in Insighto.ai. Use when you need to register a new tool function (SDK, CURL, or query index type) before using it in workflows or assistant operations.
Create WebhookINSIGHTO_AI_CREATE_WEBHOOK
Tool to create a new outbound webhook in Insighto.ai. Use when you need to configure webhook endpoints for event notifications.
Create WidgetINSIGHTO_AI_CREATE_WIDGET
Tool to create a new widget with specified attributes. Use after confirming assistant_id and widget_type.
Delete Assistant By IDINSIGHTO_AI_DELETE_ASSISTANT_BY_ID
Tool to delete an assistant by its ID. Use when you need to permanently remove an assistant from the system.
Delete Bulk Forms By IDsINSIGHTO_AI_DELETE_BULK_FORMS_BY_IDS
Tool to delete multiple forms by their IDs in a single operation. Use when you need to remove multiple forms at once.
Delete Contacts In BulkINSIGHTO_AI_DELETE_CONTACTS_IN_BULK
Tool to delete multiple contacts in bulk. Use when you need to remove several contacts at once by providing their UUIDs.
Delete Form By IDINSIGHTO_AI_DELETE_FORM_BY_ID
Tool to delete a form by its unique identifier. Use when you need to permanently remove a form from the system.
Delete Linked Assistant DatasourceINSIGHTO_AI_DELETE_LINKED_ASSISTANT_DATASOURCE
Tool to delete (unlink) a datasource from a linked assistant in Insighto.ai. Use when you need to remove a specific datasource from an assistant's knowledge base. Requires valid datasource_id and assistant_id.
Delete Link Tag Entity By IDINSIGHTO_AI_DELETE_LINK_TAG_ENTITY_BY_ID
Tool to delete a link_tag_entity by its ID. Use when you need to remove a specific link_tag_entity from the system.
Delete Prompt By IDINSIGHTO_AI_DELETE_PROMPT_BY_ID
Tool to delete a prompt by its unique ID. Use when you need to remove a prompt from the system.
Delete Provider By IDINSIGHTO_AI_DELETE_PROVIDER_BY_ID
Tool to delete an AI provider configuration by its unique identifier. Use when you need to permanently remove a provider from the system.
Delete Tag By IDINSIGHTO_AI_DELETE_TAG_BY_ID
Tool to delete a tag by its unique identifier. Use when you need to permanently remove a tag from the system.
Delete Tool By IDINSIGHTO_AI_DELETE_TOOL_BY_ID
Tool to delete a tool by its ID. Use when you need to remove a tool from the system.
Delete Toolfunction By IDINSIGHTO_AI_DELETE_TOOLFUNCTION_BY_ID
Tool to delete a toolfunction by its ID. Use when you need to remove a toolfunction from the system.
Delete Twilio Auth By IDINSIGHTO_AI_DELETE_TWILIO_AUTH_BY_ID
Tool to delete a Twilio authentication configuration by its ID. Use when you need to remove a Twilio auth integration from the system.
Delete UserWhatsApp By IDINSIGHTO_AI_DELETE_USERWHATSAPP_BY_ID
Tool to delete a UserWhatsApp by its ID. Use when you need to remove a specific UserWhatsApp connection.
Delete Widget By IDINSIGHTO_AI_DELETE_WIDGET_BY_ID
Tool to delete a widget by its unique ID. Use when you need to permanently remove a widget from the system.
Get Agency Billing PlanINSIGHTO_AI_GET_AGENCY_BILLING_PLAN
Tool to retrieve details of a specific agency billing plan by ID. Use when you need to view billing plan information including limits for bots, queries, words, voice seconds, and support options.
Get Agency Branding By IDINSIGHTO_AI_GET_AGENCY_BRANDING_BY_ID
Tool to retrieve branding configuration for a specific agency by agency ID. Use when you have a valid agency ID and need its branding settings.
Get Agent ListINSIGHTO_AI_GET_AGENT_LIST
Tool to fetch a paginated list of agents. Use when you need to retrieve user/agent information with pagination support.
Get Assistant By IDINSIGHTO_AI_GET_ASSISTANT_BY_ID
Tool to retrieve details of a specific assistant by assistant ID. Use when you have a valid assistant ID and need the full assistant profile.
Get Captured Form By Form IDINSIGHTO_AI_GET_CAPTURED_FORM_BY_FORM_ID
Tool to retrieve captured form submissions by form ID. Use when you have a valid form ID and need to fetch all submissions for that specific form with pagination support.
Get Contact By IDINSIGHTO_AI_GET_CONTACT_BY_ID
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.
Get Datasource By IDINSIGHTO_AI_GET_DATASOURCE_BY_ID
Tool to retrieve details of a specific datasource by datasource ID. Use when you have a valid datasource ID and need the full datasource details.
Get Intent By IDINSIGHTO_AI_GET_INTENT_BY_ID
Tool to retrieve details of a specific intent by its ID. Use when you have a valid intent ID and need the full intent details.
Get List Of ContactsINSIGHTO_AI_GET_LIST_OF_CONTACTS
Tool to fetch a paginated list of contacts. Use after confirming a valid API key to iterate through pages of contacts.
Get List Of ConversationsINSIGHTO_AI_GET_LIST_OF_CONVERSATIONS
Tool to fetch a list of conversations. Use after specifying date range and filters to retrieve conversation metadata.
Get List Of DatasourcesINSIGHTO_AI_GET_LIST_OF_DATASOURCES
Retrieves a paginated list of data sources from Insighto AI. Data sources contain the knowledge base content (text, files, URLs) used by AI assistants. Use this to discover available data sources, get their IDs for further operations, or check if specific data sources exist. Requires admin or manager role.
Get List Of Data Sources Linked To Assistant IdINSIGHTO_AI_GET_LIST_OF_DATA_SOURCES_LINKED_TO_ASSISTANT_ID
Tool to retrieve a paginated list of data sources linked to a specific assistant. Use when you need to discover which data sources are associated with an assistant ID. Requires admin or manager role.
Get List Of Widgets Linked To Assistant IdINSIGHTO_AI_GET_LIST_OF_WIDGETS_LINKED_TO_ASSISTANT_ID
Tool to fetch a paginated list of widgets linked to a specific assistant. Use when you need to discover which widgets are associated with an assistant ID.
Get Pricing For UserINSIGHTO_AI_GET_PRICING_FOR_USER
Tool to retrieve pricing information for Insighto.ai services. Use when you need to calculate costs for LLM, voice, or transcription services.
Get Prompt By IDINSIGHTO_AI_GET_PROMPT_BY_ID
Tool to retrieve details of a specific prompt by prompt ID. Use when you have a valid prompt ID and need the full prompt details.
Get Provider By IDINSIGHTO_AI_GET_PROVIDER_BY_ID
Tool to retrieve details of a specific provider by provider ID. Use when you have a valid provider ID and need the full provider configuration.
Get Speechtotext ListINSIGHTO_AI_GET_SPEECHTOTEXT_LIST
Tool to fetch a paginated list of available speech-to-text voice configurations. Use when you need to retrieve available languages and providers for voice-to-text conversion.
Get Widget By IDINSIGHTO_AI_GET_WIDGET_BY_ID
Tool to retrieve details of a specific widget by widget ID. Use when you have a valid widget ID and need the widget configuration.
List ChannelsINSIGHTO_AI_LIST_CHANNELS
Tool to retrieve a paginated list of channels. Use after authenticating to fetch all available channels and their configurations.
Read Campaign Contact ListINSIGHTO_AI_READ_CAMPAIGN_CONTACT_LIST
Tool to retrieve a paginated list of contacts associated with a specific campaign. Use when you need to fetch all contacts enrolled in a campaign.
Read Contact Custom Field ListINSIGHTO_AI_READ_CONTACT_CUSTOM_FIELD_LIST
Tool to retrieve a list of custom fields associated with contacts. Use when you need to inspect or sync contact metadata definitions.
Read Contact Sync Log ListINSIGHTO_AI_READ_CONTACT_SYNC_LOG_LIST
Tool to retrieve a paginated list of contact sync logs. Use when you need to inspect sync history, troubleshoot sync issues, or audit contact synchronization operations.
Read Intents ListINSIGHTO_AI_READ_INTENTS_LIST
Tool to retrieve a list of all intents. Use after authenticating; supports pagination.
Read Tag ListINSIGHTO_AI_READ_TAG_LIST
Tool to retrieve a paginated list of tags. Use after authenticating to fetch and browse through all available tags.
Read Tool Function Invoke Log ListINSIGHTO_AI_READ_TOOL_FUNCTION_INVOKE_LOG_LIST
Tool to retrieve a paginated list of tool function invoke logs. Use when you need to inspect function invocation history, troubleshoot tool execution issues, or audit tool function calls.
Read Tool Toolfunction ListINSIGHTO_AI_READ_TOOL_TOOLFUNCTION_LIST
Tool to retrieve a paginated list of tool functions for a specific tool. Use after authenticating to fetch and browse through all tool functions associated with a given tool ID.
Read Twilio Auth ListINSIGHTO_AI_READ_TWILIO_AUTH_LIST
Tool to retrieve a paginated list of Twilio authentications. Use after authenticating to fetch and browse through all configured Twilio auth integrations.
Retrieve Linked Tool And UserINSIGHTO_AI_RETRIEVE_LINKED_TOOL_AND_USER
Tool to retrieve linked tool and user information for a specific tool. Use when you need to fetch users linked to a tool by tool ID.
Retrieve List Of User Custom VoiceINSIGHTO_AI_RETRIEVE_LIST_OF_USER_CUSTOM_VOICE
Tool to retrieve a paginated list of user custom voices. Use after authenticating to fetch available custom voices.
Retrieve User Monthly Usages AggregationINSIGHTO_AI_RETRIEVE_USER_MONTHLY_USAGES_AGGREGATION
Tool to retrieve user monthly usages aggregation data. Use when you need to fetch analytics about user usage patterns aggregated by month.
Retrieve Webhook LogINSIGHTO_AI_RETRIEVE_WEBHOOK_LOG
Tool to retrieve webhook logs for a specific webhook. Use to monitor webhook delivery status and debug webhook issues.
Send Messages To ContactsINSIGHTO_AI_SEND_MESSAGES_TO_CONTACTS
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.
Update Link Tool UserINSIGHTO_AI_UPDATE_LINK_TOOL_USER
Tool to update a link tool user by its ID. Use when you need to modify properties of an existing tool integration.
Update Tool By IDINSIGHTO_AI_UPDATE_TOOL_BY_ID
Tool to update a tool by its ID. Use when you need to modify properties of an existing tool such as name, description, or enabled status.
Update Toolfunction By IDINSIGHTO_AI_UPDATE_TOOLFUNCTION_BY_ID
Tool to update an existing toolfunction by its ID. Use when you need to modify properties of a toolfunction such as name, description, type, or enabled status.
Showing the first 60 of 65 actions.