Integration Hub¶
The Integration Hub is a dedicated area within the BotCity Platform, accessible through the Global Menu, that centralizes all available integrations in one place. It provides ready-to-use code snippets, use case examples, and setup instructions so you can connect your automations to external tools quickly.
Tip
You can access the Integration Hub module through the top left menu of the Orchestrator,
represented by the icon: 
Migrated from Integrations
The Integrations page previously available in the Orchestrator has been migrated and expanded into the Integration Hub. Any existing links to the old page will automatically redirect to the new location — no action required.
Available integrations¶
The Integration Hub groups all supported integrations into the following categories:
| Category | Tool | Type | Description |
|---|---|---|---|
| Communication | Slack | Plugin | Sends, reads, and manages Slack messages and files in automations. |
| Communication | Plugin | Send and receive emails via IMAP and SMTP on any mail server | |
| Communication | Gmail | Plugin | Send, read, and manage Gmail messages in your automations |
| Communication | Outlook | Plugin | Send and manage corporate Outlook emails |
| BI & Dashboards | Power BI | Plugin | Visualize metrics, ROI, and performance data in Power BI |
| BI & Dashboards | Google Sheets | Plugin | Read, manage, and update Google Sheets spreadsheets |
| BI & Dashboards | Excel | Plugin | Read, manipulate, and update Excel files in your automations |
| BI & Dashboards | CSV | Plugin | Read, manipulate, and write CSV files |
| Productivity | Google Drive | Plugin | Search, download, and manage files in Google Drive |
| Productivity | Google Calendar | Plugin | Create, access, and manage Google Calendar events |
| Productivity | OneDrive | Plugin | Manage OneDrive files in your automations |
| Productivity | SharePoint | Plugin | Access and manage SharePoint files and documents |
| Observability | Grafana | API | Visualize metrics from the Orchestrator API in Grafana dashboards |
| Observability | Datadog | API | Monitor automations with real-time metrics and alerts in Datadog |
| Observability | Dynatrace | API | Monitor automations with metrics and events via the Dynatrace API |
| Data & Storage | Data Lake | API | Export execution logs and data via the Orchestrator API |
Integration detail page¶
Click any integration card to open its detail page. Each detail page has two tabs:
Overview tab¶
The Overview tab provides context before you start:
- A description of what the integration does.
- Use Cases: practical examples of how the integration can be applied.
- Prerequisites: what needs to be configured before you begin.
- A direct link to the BotCity documentation for the integration.
Settings tab¶
The Settings tab content varies by integration type:
| Integration type | What you find |
|---|---|
| Plugin | Step-by-step configuration with copyable code snippets for each step, and use case examples with links to the full documentation |
| API | A link to the tool's own website and documentation (Grafana, Datadog, Dynatrace), where the setup is performed |
Tip
On Plugin-type integrations, each configuration step includes a copy button so you can paste the snippet directly into your automation code.


