# Botsonic AI integration on Definable

> Botsonic is a no-code AI chatbot builder that enables users to create and integrate AI chatbots into their websites without any coding knowledge.

## What this connects

Botsonic is a no-code AI chatbot builder that enables users to create and integrate AI chatbots into their websites without any coding knowledge.

Vendor: https://botsonic.com/

## Tools available

**12** tools available. First 12:

- `BOTSONIC_BULK_UPLOAD_URLS` — Bulk Upload Bot URLs — Tool to bulk upload URLs for bot training. Use when you need to upsert multiple document URLs into a bot in one request.
- `BOTSONIC_CREATE_STARTER_QUESTION` — Create Starter Question — Tool to create a new starter question for the bot. Use when you need to add a preset question-answer pair that users can quickly select.
- `BOTSONIC_DELETE_STARTER_QUESTION` — Delete Starter Question — Deletes a specific starter question from a bot using its unique identifier. This operation is destructive and permanent. First retrieve available starter questions using the Get All Starter Questions action to obtain valid IDs before deletion.
- `BOTSONIC_DELETE_UPLOADED_FILE` — Delete Uploaded File — Delete a specific uploaded file/bot data entry by its unique identifier. This permanently removes the file from the bot's training data. Use this action when you need to clean up outdated content, remove incorrect data, or manage bot training materials. The file ID can be obtained using the Get All Bot Data action. Returns the full deleted object details including metadata, status, and timestamps.
- `BOTSONIC_GET_ALL_BOT_DATA` — Get All Bot Data — Tool to retrieve all data associated with the bot, including files and resources. Use when you need a comprehensive export of bot assets for backup or inspection.
- `BOTSONIC_GET_ALL_BOTS` — Get All Bots — Retrieve all bots associated with your account. Supports pagination, search, and sorting to efficiently manage and query bot configurations. Use this when you need to list, search, or filter existing bots.
- `BOTSONIC_GET_ALL_CONVERSATIONS` — Get All Conversations — Tool to retrieve all conversations related to the bot. Use after authentication when you need a paginated list of conversation threads for review or analytics.
- `BOTSONIC_GET_ALL_CONVERSATIONS_WITH_SOURCE` — Get All Conversations With Source — Tool to retrieve all conversations with source information. Use when you need detailed conversation data including source tracking, user form data, and comprehensive metadata for analytics or conversation management.
- `BOTSONIC_GET_ALL_FAQS` — Get All FAQs — Retrieve all frequently asked questions (FAQs) associated with your bot in paginated format. Returns a list of FAQ entries with their questions, answers, status, and metadata. Supports filtering by search query, sorting by various attributes, and pagination controls. Use this when you need to list, review, or manage bot FAQ entries.
- `BOTSONIC_GET_ALL_STARTER_PRESETS` — Get All Starter Presets — Tool to retrieve all starter presets for a bot by bot ID. Use when you need to fetch the bot's welcome message and starter questions configured for user interactions.
- `BOTSONIC_GET_ALL_STARTER_QUESTIONS` — Get All Starter Questions — Tool to retrieve all starter questions. Use after authenticating when you need to list the bot’s opening prompts.
- `BOTSONIC_UPDATE_STARTER_QUESTION` — Update Starter Question — Tool to update an existing starter question by its unique identifier. Use after confirming the ID and desired updates.

## Auth

Auth schemes: `API_KEY`.

## How agents use Botsonic

Inside a Definable workflow, Botsonic is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Botsonic** — the Researcher (GPT-5.5) pulls context from Botsonic (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Botsonic** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Botsonic (create record, post message, draft email).
- **Designer / Engineer → Distributor → Botsonic** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Botsonic (attach file, open PR comment, post status).

The Verifier checks every Botsonic call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ai chatbots — https://definable.ai/apps/category/ai-chatbots/
- customer support — https://definable.ai/apps/category/customer-support/

## Related

- HTML page: https://definable.ai/apps/botsonic/
- Same category (ai chatbots): https://definable.ai/apps/category/ai-chatbots/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
