Configuring Botmaker as a Source
In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Botmaker option from the list of connectors. Click Next and you’ll be prompted to add your access.1. Add account access
You’ll need a Botmaker API access token. Generate it in Botmaker under Configuration → Integrations → API (the Credentials tab). Once you have it, add the account access, then click Next. The following configurations are available:- Access Token: Botmaker API access token, sent in the
access-tokenrequest header. - Start Date: The earliest date you want to extract data from.
- Long-term Search: Enable historical backfill for chats, messages, sessions, and calls.
2. Select streams
Choose which data streams you want to sync. The available streams are described in the Streams and Fields section below. Select the streams and click Next.3. Configure data streams
Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table, and the type of sync.- Layer: choose between the existing layers on your catalog.
- Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
- Table name: we suggest a name, but feel free to customize it. You can add a prefix to all tables at once.
- Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
- Incremental: only new or updated records since the last successful run are extracted (available for chats, messages, sessions, calls, and tickets).
- Full table: every run fetches the full current state of the selected stream.
4. Configure data source
Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:- Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated.
- Determine when to execute an Additional Full Sync.
5. Check your new source
You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.Streams and Fields
Below you’ll find all available data streams from Botmaker and their corresponding fields:Chats
Chats
Chats with their current state, filtered by last-activity window. Incremental on
lastUserMessageDatetime.Messages
Messages
Messages exchanged across chats, filtered by a datetime window. Incremental on
creationTime.Sessions
Sessions
Conversation sessions, filtered by a datetime window. Incremental on
creationTime.Calls
Calls
Voice and video calls, filtered by a datetime window. Incremental on
creationDatetime.Contacts
Contacts
Contacts and their channels of communication.
Agents
Agents
Agents configured in your Botmaker account.
Channels
Channels
Communication channels connected to your account.
Intents
Intents
Bot intents defined in your account.
Tickets
Tickets
Support tickets. Incremental on
creationTime.Implementation Notes
Authentication
Authentication
The connector authenticates against the Botmaker API v2.0 using your access token as the
access-token request header.Pagination
Pagination
Most streams paginate by following the absolute
nextPage URL returned in each response. The tickets stream uses offset/limit pagination based on the response’s total count.Long-term search and billing
Long-term search and billing
The chats, messages, sessions, and calls endpoints only return Botmaker’s recent activity window unless Long-term Search is enabled, which sends
long-term-search=true. Botmaker bills long-term searches as BI data-source consumption, so enable it only when you need to backfill history from your Start Date.Skills for agents
Download Botmaker skills file
Botmaker connector documentation as plain markdown, for use in AI agent contexts.