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

# Pre-built Connectors

> Browse all available BoostGPT connectors

## Available Connectors

BoostGPT provides 30+ pre-built connectors for popular services. All connectors are:

* **Ready to use** - No coding required
* **OAuth authenticated** - Secure connection to your accounts
* **Automatically maintained** - We handle updates and fixes
* **One-click deployment** - Deploy from your dashboard

## How to Use

<Steps>
  <Step title="Deploy">
    Go to **Dashboard -> Integrations -> Connectors** and click **Deploy** next to any connector
  </Step>

  <Step title="Authenticate">
    Sign in with your account and grant permissions
  </Step>

  <Step title="Connect to Agent">
    Go to your agent's **Tools** tab � **Add Tool** � Select the connector
  </Step>

  <Step title="Start Using">
    Your agent can now use tools from that connector
  </Step>
</Steps>

## Calendar & Scheduling

<CardGroup cols={2}>
  <Card title="Calendly" icon="calendar-check" href="/integrations/connectors/calendly">
    Schedule meetings and manage availability
  </Card>

  <Card title="Google Calendar" icon="google" href="/integrations/connectors/google-calendar">
    Manage events and calendars
  </Card>
</CardGroup>

## Email & Communication

<CardGroup cols={2}>
  <Card title="SendGrid" icon="paper-plane" href="/integrations/connectors/sendgrid">
    Transactional email service
  </Card>

  <Card title="Mailchimp" icon="mailchimp" href="/integrations/connectors/mailchimp">
    Email marketing campaigns
  </Card>

  <Card title="Twilio" icon="phone" href="/integrations/connectors/twilio">
    SMS and phone calls
  </Card>

  <Card title="Discord" icon="discord" href="/integrations/connectors/discord">
    Discord server management
  </Card>

  <Card title="Slack" icon="slack" href="/integrations/connectors/slack">
    Slack workspace integration
  </Card>
</CardGroup>

## CRM & Sales

<CardGroup cols={2}>
  <Card title="HubSpot" icon="hubspot" href="/integrations/connectors/hubspot">
    All-in-one CRM platform
  </Card>
</CardGroup>

## Productivity & Project Management

<CardGroup cols={2}>
  <Card title="Notion" icon="note" href="/integrations/connectors/notion">
    Notes and knowledge base
  </Card>

  <Card title="Asana" icon="list-check" href="/integrations/connectors/asana">
    Project management platform
  </Card>

  <Card title="Trello" icon="trello" href="/integrations/connectors/trello">
    Kanban board management
  </Card>

  <Card title="ClickUp" icon="check" href="/integrations/connectors/clickup">
    Work management platform
  </Card>

  <Card title="Monday.com" icon="calendar-days" href="/integrations/connectors/monday">
    Team collaboration tool
  </Card>

  <Card title="Jira" icon="jira" href="/integrations/connectors/jira">
    Issue and project tracking
  </Card>
</CardGroup>

## E-commerce & Payments

<CardGroup cols={2}>
  <Card title="Shopify" icon="shopify" href="/integrations/connectors/shopify">
    E-commerce platform
  </Card>

  <Card title="Stripe" icon="stripe" href="/integrations/connectors/stripe">
    Payment processing
  </Card>
</CardGroup>

## Analytics

<CardGroup cols={2}>
  <Card title="Mixpanel" icon="chart-bar" href="/integrations/connectors/mixpanel">
    Product analytics
  </Card>
</CardGroup>

## Connector Limits by Plan

| Plan        | Connectors    | Price       |
| ----------- | ------------- | ----------- |
| **Free**    | 1 connector   | \$0/month   |
| **Starter** | 5 connectors  | \$49/month  |
| **Pro**     | 20 connectors | \$199/month |
| **Scale**   | Unlimited     | Custom      |

## Popular Use Cases

### Customer Support

**Connectors:** Gmail, HubSpot, Google Calendar, Slack

```text theme={null}
User: "Check for support requests from john@example.com"
Agent: *searches Gmail* "Found 2 emails..."

User: "Create a contact in HubSpot"
Agent: *creates contact* "Contact added for John Doe..."

User: "Schedule a call"
Agent: *creates calendar event* "Call scheduled for Jan 10 at 2pm"

User: "Notify the team in Slack"
Agent: *posts to Slack* "Posted to #support channel"
```

### Sales Assistant

**Connectors:** Salesforce, Outlook, LinkedIn, Calendly

```text theme={null}
User: "Find all deals closing this quarter"
Agent: *queries Salesforce* "Found 15 deals worth $890K..."

User: "Send follow-up to the top 5"
Agent: *sends via Outlook* "Emails sent to 5 contacts..."

User: "Schedule demos with interested leads"
Agent: *creates Calendly links* "Demo links sent..."
```

### Content Manager

**Connectors:** Notion, Google Drive, WordPress, Mailchimp

```text theme={null}
User: "Get all blog posts from last month"
Agent: *searches Notion* "Found 8 posts..."

User: "Create a newsletter draft"
Agent: *creates Mailchimp draft* "Newsletter draft created..."

User: "Upload images to Drive"
Agent: *uploads to Google Drive* "4 images uploaded..."
```

## Authentication & Security

All connectors use **OAuth 2.0** for secure authentication:

1. **You control access** - Grant only the permissions you need
2. **Encrypted storage** - Tokens encrypted at rest
3. **Revokable anytime** - Disconnect from Dashboard
4. **No password sharing** - BoostGPT never sees your password

## Troubleshooting

<AccordionGroup>
  <Accordion icon="link-slash" title="Connector won't deploy">
    Make sure you have available connector slots in your plan. Free plans are limited to 1 connector.
  </Accordion>

  <Accordion icon="triangle-exclamation" title="Authentication keeps failing">
    Clear your browser cache and try again. Some services require specific permissions that can't be skipped.
  </Accordion>

  <Accordion icon="circle-xmark" title="Tool not working after connecting">
    Verify you granted all required permissions during OAuth. Go to Dashboard � Integrations � Re-authenticate.
  </Accordion>

  <Accordion icon="ban" title="Rate limit errors">
    Each service has its own rate limits (e.g., Gmail: 100 emails/day for free accounts). Check the service's documentation.
  </Accordion>
</AccordionGroup>

## Need Something Custom?

Don't see the connector you need? You have options:

<CardGroup cols={2}>
  <Card title="Request a Connector" icon="plus" href="mailto:support@boostgpt.co">
    Email us to request a new connector
  </Card>

  <Card title="Build Your Own" icon="code" href="/integrations/custom/overview">
    Create a custom MCP connector
  </Card>

  <Card title="External MCP Server" icon="plug" href="/integrations/external-tools/overview">
    Connect any MCP-compatible server
  </Card>

  <Card title="API Integration" icon="webhook" href="/developers/introduction">
    Use our API directly
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/integrations/quickstart">
    Deploy your first connector in 5 minutes
  </Card>

  <Card title="MCP Overview" icon="circle-info" href="/integrations/mcp-overview">
    Learn how connectors work
  </Card>

  <Card title="Custom Connectors" icon="code" href="/integrations/custom/overview">
    Build your own integrations
  </Card>

  <Card title="Integration Guides" icon="book" href="/integrations/guides/overview">
    Best practices and patterns
  </Card>
</CardGroup>
