> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/botpress/botpress/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Hub

> Explore and install integrations to extend your Botpress chatbot capabilities

The Botpress Integrations Hub provides 67+ pre-built integrations that allow you to connect your chatbot to external services, AI providers, communication platforms, productivity tools, and more.

## Installation

Install any integration using the Botpress CLI:

```bash theme={null}
bp add <integration-name>
```

For example, to add the Slack integration:

```bash theme={null}
bp add slack
```

## Available Categories

Integrations are organized into the following categories:

<CardGroup cols={2}>
  <Card title="AI & LLM Providers" icon="brain" href="/integrations-hub/ai-providers">
    Access leading language models from OpenAI, Anthropic, Google, and more
  </Card>

  <Card title="Communication Platforms" icon="message" href="/integrations-hub/communication">
    Connect to messaging platforms like Slack, WhatsApp, Teams, and Telegram
  </Card>

  <Card title="Productivity Tools" icon="briefcase" href="/integrations-hub/productivity">
    Integrate with project management and collaboration tools
  </Card>

  <Card title="CRM & Sales" icon="chart-line" href="/integrations-hub/crm">
    Manage customer relationships with HubSpot, Attio, and more
  </Card>

  <Card title="Storage & Files" icon="folder" href="/integrations-hub/storage">
    Access and manage files across cloud storage platforms
  </Card>

  <Card title="Marketing & Email" icon="envelope" href="/integrations-hub/marketing">
    Send emails and manage marketing campaigns
  </Card>
</CardGroup>

## Integration Categories Overview

### AI Models (8 integrations)

Connect to powerful language models and AI services:

* **OpenAI** - GPT models, DALL-E, Whisper, and text-to-speech
* **Anthropic** - Claude models for advanced reasoning
* **Google AI** - Gemini models for multimodal tasks
* **Cerebras** - High-performance inference models
* **Groq** - Ultra-fast LLM inference
* **Mistral AI** - Open-weight language models
* **Fireworks AI** - Fast and cost-effective AI inference
* **DALL-E** - Image generation (deprecated, use OpenAI integration)

### Communication & Channels (14 integrations)

Reach users on their preferred platforms:

* **WhatsApp** - World's most popular messaging app
* **Slack** - Team collaboration and workspace messaging
* **Microsoft Teams** - Enterprise communication platform
* **Telegram** - Fast, secure messaging
* **Messenger** - Facebook Messenger integration
* **Instagram** - Direct messages and comment interactions
* **Twilio** - SMS, voice, and multi-channel messaging
* **Gmail** - Email integration for sending and receiving
* Plus: Line, Viber, Vonage, Sunshine Conversations, Freshchat, Chat

### Project Management (11 integrations)

Streamline workflows and task management:

* **Asana** - Task and project management
* **ClickUp** - All-in-one productivity platform
* **Linear** - Issue tracking for software teams
* **Notion** - Connected workspace and databases
* **Trello** - Visual project boards
* **Monday** - Work operating system
* **Todoist** - Task management and to-do lists
* **Airtable** - Database and spreadsheet hybrid
* **Google Sheets** - Spreadsheet integration
* Plus: Canny, Feature Base

### CRM & Sales (3 integrations)

Manage customer relationships effectively:

* **HubSpot** - Complete CRM platform
* **Attio** - Modern, flexible CRM
* **BigCommerce** - E-commerce product sync

### File Management (4 integrations)

Access and organize files across platforms:

* **Google Drive** - Cloud file storage and sharing
* **Dropbox** - File sync and collaboration
* **Notion** - Pages, databases, and files
* **Confluence** - Team documentation and knowledge base

### Marketing & Email (5 integrations)

Power your marketing and communications:

* **Mailchimp** - Email marketing campaigns
* **SendGrid** - Transactional email delivery
* **Resend** - Modern email API
* **Loops** - Transactional emails
* **Email** - IMAP/SMTP email integration

### Business Operations (7 integrations)

Scheduling, HR, and business tools:

* **Calendly** - Meeting scheduling
* **Cal.com** - Open-source scheduling
* **Google Calendar** - Calendar and event management
* **BambooHR** - HR management
* **Docusign** - Electronic signatures
* **PDF Generator** - Create PDF documents
* **Zoho** - Business software suite

### Developer Tools (6 integrations)

Extend functionality for developers:

* **GitHub** - Code repository management
* **Webhook** - Send and receive HTTP webhooks
* **Webflow** - CMS operations
* **Browser** - Web automation
* **Zapier** - Workflow automation
* **Make.com** - Integration platform (deprecated)

### Customer Support (2 integrations)

* **Zendesk** - Customer service platform
* **Intercom** - Customer messaging platform

### E-commerce & Payments (1 integration)

* **Stripe** - Payment processing and subscriptions

### Other Integrations

* **Charts** - Data visualization
* **Hunter.io** - Lead management
* **LinkedIn** - Professional networking
* **Mintlify** - Documentation management
* **Tally** - Form submissions
* **Workable** - Recruiting platform
* **Zendesk Messaging HITL** - Human-in-the-loop support

## How to Use Integrations

1. **Browse** available integrations in this hub
2. **Install** using `bp add <integration-name>`
3. **Configure** the integration with required credentials
4. **Use** integration actions, events, and channels in your bot

## Source Code

All integrations are open-source and available on GitHub:
[https://github.com/botpress/botpress/tree/master/integrations](https://github.com/botpress/botpress/tree/master/integrations)

## Community Integrations

Beyond the official integrations, the Botpress community has created additional integrations. Visit the [Botpress Hub](https://botpress.com/hub) to explore community-contributed integrations.
