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

# Connectors catalog

> Browse available connectors, explore example prompts, and review permissions.

Connect your Base44 app to popular tools using secure OAuth connections. No API keys needed.

<Frame caption="Connecting tools to your app">
  <img src="https://mintcdn.com/base44/4u1s1BOHlfMPQCy4/images/figmaconnectors.png?fit=max&auto=format&n=4u1s1BOHlfMPQCy4&q=85&s=53dec450c3c76a240596bd2548016acd" alt="Connector icons displayed in a row" className="mx-auto" width="1256" height="716" data-path="images/figmaconnectors.png" />
</Frame>

<Note>
  You need a [**Builder plan**](https://base44.com/pricing) or higher to use connectors.
</Note>

***

## Browse by category

<CardGroup cols={3}>
  <Card title="Communication" icon="comments" href="#communication">
    Gmail, Outlook, Slack, Discord, Microsoft Teams, Google Meet
  </Card>

  <Card title="Productivity" icon="table-cells-large" href="#productivity">
    Drive, Docs, Sheets, Calendar, Slides, Tasks, Notion, Dropbox, Box, Airtable, OneDrive, Classroom
  </Card>

  <Card title="Social" icon="share-nodes" href="#social">
    Instagram Business, LinkedIn, TikTok
  </Card>

  <Card title="Data & analytics" icon="chart-column" href="#data-%26-analytics">
    Google Analytics, BigQuery, Search Console
  </Card>

  <Card title="CRM" icon="briefcase" href="#crm">
    HubSpot, Salesforce
  </Card>

  <Card title="Project management" icon="list-check" href="#project-management">
    ClickUp, Linear, Wrike
  </Card>

  <Card title="Development" icon="square-terminal" href="#development">
    GitHub, GitLab
  </Card>

  <Card title="Developer tools" icon="wrench" href="#developer-tools">
    Contentful, Supabase
  </Card>

  <Card title="Documents" icon="folder-open" href="#documents">
    Microsoft SharePoint
  </Card>

  <Card title="Finance" icon="wallet" href="#finance">
    Splitwise
  </Card>

  <Card title="Forms & surveys" icon="file-text" href="#forms-%26-surveys">
    Typeform
  </Card>

  <Card title="HR" icon="users" href="#hr">
    BambooHR
  </Card>

  <Card title="Scheduling" icon="calendar-range" href="#scheduling">
    Calendly
  </Card>

  <Card title="AI & ML" icon="sparkles" href="#ai-%26-ml">
    Hugging Face
  </Card>

  <Card title="Website & e-commerce" icon="store" href="#website-%26-e-commerce">
    Wix
  </Card>
</CardGroup>

<Tip>
  Open the **AI chat** and describe what you want to build in your own words. Base44 suggests relevant connector prompts based on your app's structure, pages, and data.
</Tip>

***

## Payments

<AccordionGroup>
  <Accordion title="Stripe" icon="credit-card">
    Sell products or subscriptions and get paid online.

    [Learn more about setting up Stripe](/documentation/setting-up-your-app/setting-up-payments)

    **What you can do:**

    * Sell subscriptions or one-time products.
    * Trigger workflows after successful payments.
    * Connect purchases to your app data.

    **Example prompts:**

    ```text theme={null}
    Connect Stripe and let people pay for a subscription in my app.
    ```

    ```text theme={null}
    Charge customers with Stripe when they place an order in my app.
    ```

    ```text theme={null}
    When a payment succeeds in Stripe, update the order status in my app and send a confirmation email.
    ```

    **Permissions requested:**

    ```text theme={null}
    read_write access to payments, customers, and checkout sessions
    ```
  </Accordion>
</AccordionGroup>

***

## Communication

<AccordionGroup>
  <Accordion title="Gmail" icon="envelope">
    Automate email sending and inbox management.

    **What you can do:**

    * Send daily email digests.
    * Alert teammates when something changes.
    * Email summaries of activity.

    **Example prompts:**

    ```text theme={null}
    Send me a daily email with my to-do list using Gmail.
    ```

    ```text theme={null}
    Email me a summary of all new signups from today.
    ```

    ```text theme={null}
    Send a weekly Gmail digest with key metrics from this dashboard.
    ```

    **Permissions requested:**

    ```text theme={null}
    gmail.readonly
    gmail.send
    gmail.modify
    gmail.compose
    ```
  </Accordion>

  <Accordion title="Outlook" icon="envelope-open">
    Email and calendar.

    **What you can do:**

    * Send email summaries.
    * Create calendar events.
    * Check availability.

    **Example prompts:**

    ```text theme={null}
    Connect to my Outlook account and send me a daily email summary from this app.
    ```

    ```text theme={null}
    Create Outlook calendar events when a new meeting is confirmed in this app.
    ```

    ```text theme={null}
    Check my Outlook calendar availability before scheduling appointments.
    ```

    **Permissions requested:**

    ```text theme={null}
    Mail.ReadWrite
    Mail.Send
    Calendars.ReadWrite
    ```
  </Accordion>

  <Accordion title="Slack User" icon="slack">
    Send messages and manage Slack as a user.

    **What you can do:**

    * Post updates to channels.
    * Notify teammates.
    * Search messages.

    **Example prompts:**

    ```text theme={null}
    Post a message to the #support channel when a new ticket is created.
    ```

    ```text theme={null}
    Send a daily summary of completed tasks to my team's Slack channel.
    ```

    ```text theme={null}
    Send alerts to a Slack channel when deadlines are approaching.
    ```

    **Permissions requested:**

    ```text theme={null}
    channels:read
    chat:write
    users:read
    ```
  </Accordion>

  <Accordion title="Slack Bot" icon="slack">
    Post as a branded bot.

    **What you can do:**

    * Send automated bot messages.
    * Post updates.
    * Trigger alerts.

    **Example prompts:**

    ```text theme={null}
    Send a message as a bot to the #announcements channel when a release is published.
    ```

    ```text theme={null}
    Send a daily bot summary to #team-updates at 5pm.
    ```

    ```text theme={null}
    Send a bot message to #product-updates when a feature flag is enabled.
    ```

    **Permissions requested:**

    ```text theme={null}
    chat:write
    channels:read
    bot access
    ```
  </Accordion>

  <Accordion title="Discord" icon="discord">
    Notify channels and communities.

    **What you can do:**

    * Post messages.
    * Send alerts.
    * Notify communities.

    **Example prompts:**

    ```text theme={null}
    Post a message to the #announcements channel when a new feature is released.
    ```

    ```text theme={null}
    Send an alert to the #ops channel when a critical error occurs.
    ```

    ```text theme={null}
    Notify a Discord channel when a new support ticket is created.
    ```

    **Permissions requested:**

    ```text theme={null}
    webhook or bot access
    ```
  </Accordion>

  <Accordion title="Microsoft Teams" icon="users">
    Team chat and meetings.

    **What you can do:**

    * Send channel messages.
    * Schedule meetings.
    * Share updates.

    **Example prompts:**

    ```text theme={null}
    Send a notification to my Teams channel when a new client is added.
    ```

    ```text theme={null}
    Send meeting summaries to a Teams channel.
    ```

    ```text theme={null}
    Schedule a Teams meeting when a booking is confirmed.
    ```

    **Permissions requested:**

    ```text theme={null}
    User.Read
    Calendars.Read
    Calendars.ReadWrite
    offline_access
    Chat.ReadWrite
    OnlineMeetings.ReadWrite
    Team.ReadBasic.All
    Channel.ReadBasic.All
    ChannelMessage.Send
    Group.Read.All
    Directory.Read.All
    ```
  </Accordion>

  <Accordion title="Google Meet" icon="video">
    Video meetings.

    **What you can do:**

    * Create meeting links.
    * Generate meeting spaces.
    * Sync meetings.

    **Example prompts:**

    ```text theme={null}
    Create a Google Meet space when a new meeting is scheduled.
    ```

    ```text theme={null}
    Generate a Google Meet link when a booking is confirmed.
    ```

    ```text theme={null}
    Add a Google Meet link to scheduled appointments in my app.
    ```

    **Permissions requested:**

    ```text theme={null}
    /auth/meetings.space.created
    /auth/meetings.space.readonly
    ```
  </Accordion>
</AccordionGroup>

***

## Productivity

<AccordionGroup>
  <Accordion title="Google Drive" icon="google-drive">
    Store and manage files.

    **What you can do:**

    * Save files.
    * Organize folders.
    * Back up data.

    **Example prompts:**

    ```text theme={null}
    Save generated PDF reports from my app to Google Drive.
    ```

    ```text theme={null}
    Upload files from this app to a Google Drive folder for each client.
    ```

    ```text theme={null}
    Back up exported data from this app to Google Drive every week.
    ```

    **Permissions requested:**

    ```text theme={null}
    https://www.googleapis.com/auth/drive.file
    ```
  </Accordion>

  <Accordion title="Google Docs" icon="file-text">
    Create and edit documents.

    **What you can do:**

    * Generate docs.
    * Fill templates.
    * Create notes.

    **Example prompts:**

    ```text theme={null}
    Generate a Google Doc contract when a new client is added.
    ```

    ```text theme={null}
    Create a Google Doc with a daily summary of activity from my app.
    ```

    ```text theme={null}
    Save meeting notes from this app to a Google Doc.
    ```

    **Permissions requested:**

    ```text theme={null}
    https://www.googleapis.com/auth/documents
    https://www.googleapis.com/auth/documents.readonly
    ```
  </Accordion>

  <Accordion title="Google Sheets" icon="table">
    Manage spreadsheet data.

    **What you can do:**

    * Sync data.
    * Import and export.
    * Generate reports.

    **Example prompts:**

    ```text theme={null}
    Sync new records from this app into a Google Sheets spreadsheet.
    ```

    ```text theme={null}
    Keep a Google Sheets dashboard updated with daily metrics from my app.
    ```

    ```text theme={null}
    Export weekly reports from this app to Google Sheets automatically.
    ```

    **Permissions requested:**

    ```text theme={null}
    https://www.googleapis.com/auth/spreadsheets
    https://www.googleapis.com/auth/spreadsheets.readonly
    ```
  </Accordion>

  <Accordion title="Google Calendar" icon="calendar">
    Manage schedules.

    **What you can do:**

    * Sync bookings.
    * Create events.
    * Check availability.

    **Example prompts:**

    ```text theme={null}
    Sync all my bookings directly to my Google Calendar.
    ```

    ```text theme={null}
    Show my real-time availability from Google Calendar to clients.
    ```

    ```text theme={null}
    When an appointment is confirmed, create a calendar event and invite attendees.
    ```

    **Permissions requested:**

    ```text theme={null}
    https://www.googleapis.com/auth/calendar
    https://www.googleapis.com/auth/calendar.readonly
    https://www.googleapis.com/auth/calendar.events
    https://www.googleapis.com/auth/calendar.events.readonly
    https://www.googleapis.com/auth/calendar.events.freebusy
    https://www.googleapis.com/auth/calendar.freebusy
    https://www.googleapis.com/auth/calendar.app.created
    https://www.googleapis.com/auth/calendar.calendarlist.readonly
    https://www.googleapis.com/auth/calendar.events.public.readonly
    https://www.googleapis.com/auth/calendar.settings.readonly
    ```
  </Accordion>

  <Accordion title="Notion" icon="notion">
    Manage workspace content.

    **What you can do:**

    * Sync databases.
    * Write pages.
    * Organize content.

    **Example prompts:**

    ```text theme={null}
    Sync a Notion database with my CRM records.
    ```

    ```text theme={null}
    Write project updates from this app into a Notion page.
    ```

    ```text theme={null}
    Create a new Notion page for every new client added in this app.
    ```

    **Permissions requested:**

    ```text theme={null}
    read_content
    update_content
    insert_content
    read_comments
    create_comments
    read_users
    ```
  </Accordion>

  <Accordion title="Dropbox" icon="dropbox">
    Store files in the cloud.

    **What you can do:**

    * Upload files.
    * Sync content.
    * Organize storage.

    **Example prompts:**

    ```text theme={null}
    Upload files from this app to Dropbox.
    ```

    ```text theme={null}
    Save client documents from this app to a Dropbox folder.
    ```

    ```text theme={null}
    Sync uploaded files from this app to Dropbox automatically.
    ```

    **Permissions requested:**

    ```text theme={null}
    account_info.read
    files.metadata.read
    files.content.read
    files.content.write
    ```
  </Accordion>

  <Accordion title="Box" icon="archive">
    Secure content management.

    **What you can do:**

    * Store files.
    * Manage folders.
    * Share content.

    **Example prompts:**

    ```text theme={null}
    Connect Box and list files for a selected project.
    ```

    ```text theme={null}
    Upload files from this app to a Box folder.
    ```

    ```text theme={null}
    Show Box files related to each client inside my app.
    ```

    **Permissions requested:**

    ```text theme={null}
    root_readwrite
    ```
  </Accordion>

  <Accordion title="Airtable" icon="table">
    Flexible databases.

    **What you can do:**

    * Sync records.
    * Manage tables.
    * Build workflows.

    **Example prompts:**

    ```text theme={null}
    Sync data from this app with Airtable.
    ```

    ```text theme={null}
    Create Airtable records when a new form is submitted in this app.
    ```

    ```text theme={null}
    Show Airtable data in a dashboard inside my app.
    ```

    **Permissions requested:**

    ```text theme={null}
    data.records:read
    data.records:write
    schema.bases:read
    ```
  </Accordion>

  <Accordion title="Google Slides" icon="presentation">
    Create presentations.

    **What you can do:**

    * Generate slides.
    * Fill templates.
    * Share decks.

    **Example prompts:**

    ```text theme={null}
    Generate a Google Slides presentation summarizing this week's key KPIs.
    ```

    ```text theme={null}
    Create a presentation from KPI data in this app.
    ```

    ```text theme={null}
    Build a Google Slides deck from a weekly report in this app.
    ```

    **Permissions requested:**

    ```text theme={null}
    https://www.googleapis.com/auth/presentations
    https://www.googleapis.com/auth/presentations.readonly
    ```
  </Accordion>

  <Accordion title="Google Tasks" icon="check">
    Manage tasks.

    **What you can do:**

    * Create tasks.
    * Track progress.
    * Manage lists.

    **Example prompts:**

    ```text theme={null}
    Create a Google Task when a new item is added in this app.
    ```

    ```text theme={null}
    Add a Google Task when a request is marked urgent.
    ```

    ```text theme={null}
    Sync tasks from this app to my Google Tasks list.
    ```

    **Permissions requested:**

    ```text theme={null}
    tasklists.readonly
    tasks.readonly
    tasks
    ```
  </Accordion>

  <Accordion title="Microsoft OneDrive" icon="cloud">
    Cloud file storage.

    **What you can do:**

    * Store files.
    * Sync data.
    * Access documents.

    **Example prompts:**

    ```text theme={null}
    Save files from this app to OneDrive.
    ```

    ```text theme={null}
    Upload generated reports from this app to OneDrive automatically.
    ```

    ```text theme={null}
    Show OneDrive files related to each client in my app.
    ```

    **Permissions requested:**

    ```text theme={null}
    files.ReadWrite.All
    Sites.ReadWrite.All
    Search.Read.All
    User.Read
    offline_access
    openid
    profile
    email
    ```
  </Accordion>

  <Accordion title="Google Classroom" icon="graduation-cap">
    Course management.

    **What you can do:**

    * Manage courses.
    * View assignments.
    * Track students.

    **Example prompts:**

    ```text theme={null}
    List assignments from Google Classroom.
    ```

    ```text theme={null}
    Show active Google Classroom courses in a dashboard.
    ```

    ```text theme={null}
    Pull Google Classroom assignments and due dates into this app.
    ```

    **Permissions requested:**

    ```text theme={null}
    classroom.announcements
    classroom.courses.readonly
    classroom.coursework.me
    classroom.coursework.students
    classroom.courseworkmaterials
    classroom.rosters.readonly
    classroom.student-submissions.me.readonly
    classroom.topics
    ```
  </Accordion>
</AccordionGroup>

***

## Social

<AccordionGroup>
  <Accordion title="Instagram Business" icon="instagram">
    Publish feed posts and manage comments for an Instagram Business account.

    **What you can do:**

    * Publish photos and videos to an Instagram Business feed.
    * Read, reply to, edit, and delete comments.
    * Access basic account details, such as username, ID, and media.

    **Example prompts:**

    ```text theme={null}
    Publish an approved Instagram Business feed post from this app.
    ```

    ```text theme={null}
    Show recent Instagram Business posts and comments in a dashboard.
    ```

    ```text theme={null}
    Reply to new Instagram Business comments from this app.
    ```

    **Permissions requested:**

    ```text theme={null}
    instagram_business_basic
    instagram_business_manage_comments
    instagram_business_content_publish
    ```

    <Note>
      Instagram Business supports feed posts only. Stories, Reels, direct messages, and profile updates are not supported.
    </Note>
  </Accordion>

  <Accordion title="LinkedIn" icon="linkedin">
    Share updates and profiles.

    **What you can do:**

    * Post updates.
    * Share content.
    * Manage profile data.

    **Example prompts:**

    ```text theme={null}
    Post a LinkedIn update when I publish a new article.
    ```

    ```text theme={null}
    Share company announcements to my LinkedIn profile.
    ```

    ```text theme={null}
    Draft a LinkedIn post and let me approve it before publishing.
    ```

    **Permissions requested:**

    ```text theme={null}
    openid
    profile
    r_ads_reporting
    r_organization_social
    rw_organization_admin
    w_member_social
    r_profile_basicinfo
    r_ads
    r_verify
    w_organization_social
    rw_ads
    r_basicprofile
    r_organization_admin
    email
    r_1st_connections_size
    ```
  </Accordion>

  <Accordion title="TikTok" icon="tiktok">
    Track social performance.

    **What you can do:**

    * View stats.
    * Track followers.
    * Analyze content.

    **Example prompts:**

    ```text theme={null}
    Show my TikTok profile stats and follower count in a dashboard.
    ```

    ```text theme={null}
    List my recent TikTok videos with their view counts.
    ```

    ```text theme={null}
    Show my total likes, followers, and video count from TikTok.
    ```

    **Permissions requested:**

    ```text theme={null}
    artist.certification.read
    artist.certification.update
    user.info.basic
    user.info.profile
    user.info.stats
    video.list
    ```
  </Accordion>
</AccordionGroup>

***

## Data & analytics

<AccordionGroup>
  <Accordion title="Google Analytics" icon="chart-line">
    Track website performance.

    **What you can do:**

    * View traffic.
    * Monitor engagement.
    * Generate reports.

    **Example prompts:**

    ```text theme={null}
    Connect Google Analytics and show pageviews, sessions, and top pages in a dashboard.
    ```

    ```text theme={null}
    Pull my Google Analytics traffic by source and show trends week over week.
    ```

    ```text theme={null}
    Create a weekly report from Google Analytics and email it to me.
    ```

    **Permissions requested:**

    ```text theme={null}
    analytics.readonly
    analytics.edit
    ```
  </Accordion>

  <Accordion title="Google BigQuery" icon="chart-column">
    Query analytics data.

    **What you can do:**

    * Run queries.
    * Analyze data.
    * Build dashboards.

    **Example prompts:**

    ```text theme={null}
    Connect this app to my BigQuery project and add a data agent that answers questions about my analytics.
    ```

    ```text theme={null}
    Let users ask questions about sales trends from my BigQuery dataset.
    ```

    ```text theme={null}
    Alert me when a KPI drops below a threshold based on BigQuery data.
    ```

    **Permissions requested:**

    ```text theme={null}
    https://www.googleapis.com/auth/bigquery.readonly
    ```
  </Accordion>

  <Accordion title="Google Search Console" icon="search">
    SEO insights.

    **What you can do:**

    * Track rankings.
    * Monitor clicks.
    * Analyze queries.

    **Example prompts:**

    ```text theme={null}
    Connect Search Console and show my top queries and click data.
    ```

    ```text theme={null}
    Alert me when a page drops in search rankings.
    ```

    ```text theme={null}
    Track indexing status for new pages in this app.
    ```

    **Permissions requested:**

    ```text theme={null}
    webmasters
    webmasters.readonly
    ```
  </Accordion>
</AccordionGroup>

***

## CRM

<AccordionGroup>
  <Accordion title="HubSpot" icon="hubspot">
    Manage CRM data.

    **What you can do:**

    * Sync contacts.
    * Track deals.
    * Automate marketing.

    **Example prompts:**

    ```text theme={null}
    Sync new leads from this app into HubSpot contacts.
    ```

    ```text theme={null}
    Show HubSpot deal stages inside my project dashboard.
    ```

    ```text theme={null}
    Create HubSpot contacts when people sign up in this app.
    ```

    **Permissions requested:**

    ```text theme={null}
    crm.objects.contacts.read
    crm.objects.contacts.write
    crm.objects.companies.read
    crm.objects.companies.write
    crm.objects.deals.read
    crm.objects.deals.write
    crm.objects.owners.read
    crm.objects.quotes.read
    crm.objects.quotes.write
    crm.lists.read
    crm.lists.write
    crm.schemas.contacts.read
    crm.schemas.companies.read
    crm.schemas.deals.read
    tickets
    e-commerce
    automation
    forms
    files
    content
    social
    analytics.read
    ```
  </Accordion>

  <Accordion title="Salesforce" icon="salesforce">
    Manage CRM pipelines.

    **What you can do:**

    * Sync leads.
    * Track opportunities.
    * Manage pipelines.

    **Example prompts:**

    ```text theme={null}
    Sync new leads from this app into Salesforce.
    ```

    ```text theme={null}
    Show Salesforce opportunity stages inside my project dashboard.
    ```

    ```text theme={null}
    Log customer support requests in Salesforce automatically.
    ```

    **Permissions requested:**

    ```text theme={null}
    api
    refresh_token
    full
    web
    id
    openid
    profile
    email
    address
    phone
    offline_access
    custom_permissions
    wave_api
    chatter_api
    visualforce
    content
    cdp_api
    cdp_profile_api
    cdp_query_api
    cdp_segment_api
    interaction_api
    cdp_ingest_api
    pardot_api
    ```
  </Accordion>
</AccordionGroup>

***

## Project management

<AccordionGroup>
  <Accordion title="ClickUp" icon="check">
    Manage projects.

    **What you can do:**

    * Create tasks.
    * Track work.
    * Manage teams.

    **Example prompts:**

    ```text theme={null}
    Connect ClickUp and show my tasks by status and due date in a dashboard.
    ```

    ```text theme={null}
    Create a new ClickUp task when a new record is added to my Requests entity.
    ```

    ```text theme={null}
    Sync ClickUp task status back into this app so I can track progress here.
    ```

    **Permissions requested:**

    ```text theme={null}
    Access to ClickUp resources such as tasks, lists, and spaces, based on the permissions you already have in your workspace.
    ```
  </Accordion>

  <Accordion title="Linear" icon="circle-dot">
    Track issues.

    **What you can do:**

    * Create issues.
    * Track progress.
    * Manage workflows.

    **Example prompts:**

    ```text theme={null}
    Connect Linear and show my issues by status, assignee, and priority in a dashboard.
    ```

    ```text theme={null}
    Create a Linear issue automatically when a bug is submitted in this app.
    ```

    ```text theme={null}
    Sync Linear issue status back into this app so I can track progress here.
    ```

    **Permissions requested:**

    ```text theme={null}
    read
    issues:create
    comments:create
    write
    admin
    ```
  </Accordion>

  <Accordion title="Wrike" icon="diagram-project">
    Coordinate teams.

    **What you can do:**

    * Plan projects.
    * Track tasks.
    * Generate reports.

    **Example prompts:**

    ```text theme={null}
    Connect Wrike and show tasks for a selected project in a dashboard.
    ```

    ```text theme={null}
    Display Wrike task statuses and assignees in a read-only dashboard.
    ```

    ```text theme={null}
    Generate a weekly Wrike project status report and email it to me.
    ```

    **Permissions requested:**

    ```text theme={null}
    Default
    wsReadOnly
    ```
  </Accordion>
</AccordionGroup>

***

## Development

<AccordionGroup>
  <Accordion title="GitHub" icon="github">
    Manage repos and PRs.

    **What you can do:**

    * Track PRs.
    * Manage repos.
    * Create issues.

    **Example prompts:**

    ```text theme={null}
    Connect to my GitHub account and list all open pull requests for review.
    ```

    ```text theme={null}
    Show open issues from my repository in a dashboard.
    ```

    ```text theme={null}
    Create a new GitHub issue when a bug is reported in this app.
    ```

    **Permissions requested:**

    ```text theme={null}
    exact scopes depend on the flows you build and may include access to repositories and organization data
    ```
  </Accordion>

  <Accordion title="GitLab" icon="gitlab">
    Manage pipelines.

    **What you can do:**

    * Track MRs.
    * Run pipelines.
    * Manage repos.

    **Example prompts:**

    ```text theme={null}
    List open merge requests in my GitLab project.
    ```

    ```text theme={null}
    Show open GitLab merge requests in a dashboard.
    ```

    ```text theme={null}
    Create a GitLab issue when a bug is reported in this app.
    ```

    **Permissions requested:**

    ```text theme={null}
    api
    read_user
    openid
    profile
    email
    ```
  </Accordion>
</AccordionGroup>

***

## Developer tools

<AccordionGroup>
  <Accordion title="Contentful" icon="file-code">
    Headless CMS.

    **What you can do:**

    * Fetch content.
    * Manage entries.
    * Sync data.

    **Example prompts:**

    ```text theme={null}
    Show content from Contentful in this app.
    ```

    ```text theme={null}
    Pull blog posts from Contentful and display them in a dashboard.
    ```

    ```text theme={null}
    Sync published Contentful entries into this app.
    ```

    **Permissions requested:**

    ```text theme={null}
    content_management_manage
    ```
  </Accordion>

  <Accordion title="Supabase" icon="database">
    Read project data.

    **What you can do:**

    * Browse schema.
    * Read tables.
    * View status.

    **Example prompts:**

    ```text theme={null}
    Show Supabase tables in this app.
    ```

    ```text theme={null}
    Browse my Supabase schema and list all tables with row counts.
    ```

    ```text theme={null}
    Show project status and recent database tables from Supabase.
    ```

    **Permissions requested:**

    ```text theme={null}
    Projects:Read
    Secrets:Read
    Database:Read
    ```
  </Accordion>
</AccordionGroup>

***

## Documents

<AccordionGroup>
  <Accordion title="Microsoft SharePoint" icon="folder-open">
    Manage documents.

    **What you can do:**

    * Store files.
    * Share documents.
    * Manage lists.

    **Example prompts:**

    ```text theme={null}
    Show SharePoint documents for a selected site in this app.
    ```

    ```text theme={null}
    Display files from a SharePoint document library in a dashboard.
    ```

    ```text theme={null}
    Sync documents from SharePoint to records in this app.
    ```

    **Permissions requested:**

    ```text theme={null}
    offline_access
    User.Read
    Files.ReadWrite.All
    Sites.ReadWrite.All
    ```
  </Accordion>
</AccordionGroup>

***

## Finance

<AccordionGroup>
  <Accordion title="Splitwise" icon="wallet">
    Track expenses.

    **What you can do:**

    * Track balances.
    * Split bills.
    * Manage expenses.

    **Example prompts:**

    ```text theme={null}
    Show current Splitwise balances for my group in this app.
    ```

    ```text theme={null}
    Display all shared expenses from Splitwise in a dashboard.
    ```

    ```text theme={null}
    Show who owes what across my Splitwise group.
    ```

    **Permissions requested:**

    ```text theme={null}
    read:user_profile
    read:network
    write:manage_network
    read:expenses
    write:create_expenses
    write:modify_expenses
    read:metadata
    read:notifications
    ```
  </Accordion>
</AccordionGroup>

***

## Forms & surveys

<AccordionGroup>
  <Accordion title="Typeform" icon="file-text">
    Collect responses.

    **What you can do:**

    * Collect data.
    * Trigger workflows.
    * Analyze responses.

    **Example prompts:**

    ```text theme={null}
    Show Typeform responses in this app.
    ```

    ```text theme={null}
    Pull the latest Typeform responses into a dashboard.
    ```

    ```text theme={null}
    Trigger a workflow in this app when a new Typeform response is submitted.
    ```

    **Permissions requested:**

    ```text theme={null}
    accounts:read
    forms:read
    forms:write
    responses:read
    ```
  </Accordion>
</AccordionGroup>

***

## HR

<AccordionGroup>
  <Accordion title="BambooHR" icon="users">
    Manage employees.

    **What you can do:**

    * View directory.
    * Track time off.
    * Manage HR data.

    **Example prompts:**

    ```text theme={null}
    Show my employee directory from BambooHR in this app.
    ```

    ```text theme={null}
    Display upcoming time off from BambooHR in a dashboard.
    ```

    ```text theme={null}
    Show employee details and managers from BambooHR.
    ```

    **Permissions requested:**

    ```text theme={null}
    application
    application.write
    job_opening
    job_opening.write
    email
    openid
    company:details
    company:info
    job_organization
    employee
    employee.write
    employee:contact
    employee:demographic
    employee:job
    employee:management
    employee:name
    employee:photo
    employee_directory
    offline_access
    public.integration
    public.user
    webhooks
    webhooks.write
    time_off
    ```
  </Accordion>
</AccordionGroup>

***

## Scheduling

<AccordionGroup>
  <Accordion title="Calendly" icon="calendar-range">
    Manage bookings.

    **What you can do:**

    * Show availability.
    * Track meetings.
    * Trigger workflows.

    **Example prompts:**

    ```text theme={null}
    Show upcoming Calendly bookings in this app.
    ```

    ```text theme={null}
    Display available Calendly meeting slots in a dashboard.
    ```

    ```text theme={null}
    Trigger a workflow in this app when a new Calendly booking is confirmed.
    ```

    **Permissions requested:**

    ```text theme={null}
    availability:read
    event_types:read
    locations:read
    scheduled_events:read
    users:read
    ```
  </Accordion>
</AccordionGroup>

***

## AI & ML

<AccordionGroup>
  <Accordion title="Hugging Face" icon="sparkles">
    AI models and inference.

    **What you can do:**

    * Run models.
    * Analyze data.
    * Build AI features.

    **Example prompts:**

    ```text theme={null}
    Run sentiment analysis on customer feedback using Hugging Face.
    ```

    ```text theme={null}
    Use a Hugging Face model to classify support tickets in this app.
    ```

    ```text theme={null}
    Analyze text from this app with a Hugging Face model and return structured results.
    ```

    **Permissions requested:**

    ```text theme={null}
    manage-repos
    read-repos
    contribute-repos
    openid
    profile
    email
    inference-api
    ```
  </Accordion>
</AccordionGroup>

***

## Website & e-commerce

<AccordionGroup>
  <Accordion title="Wix" icon="store">
    Access site data.

    **What you can do:**

    * View analytics.
    * Sync customers.
    * Track orders.

    **Example prompts:**

    ```text theme={null}
    Show Wix site analytics in this app.
    ```

    ```text theme={null}
    Display recent Wix store orders in a dashboard.
    ```

    ```text theme={null}
    Sync Wix customer data into this app and show it in a table.
    ```

    **Permissions requested:**

    ```text theme={null}
    Manage stores
    Manage form submissions
    Manage payments
    Manage coupons
    Manage events
    Manage Paylinks
    Manage blog
    Manage Media Manager
    Read stores
    Manage inbox messages
    Read site, business, and email details
    Manage restaurants
    Manage bookings
    Manage eCommerce data
    Manage email marketing
    Manage members and contacts
    ```
  </Accordion>
</AccordionGroup>

***

**Related articles**

<CardGroup cols={3}>
  <Card title="Using Connectors" icon="plug" href="/Integrations/Connectors">
    Learn about connectors
  </Card>

  <Card title="Setting up shared connectors" icon="share" href="/Integrations/setting-up-shared-connectors">
    Use one connected account across your app
  </Card>

  <Card title="Connectors for app users" icon="users" href="/Integrations/user-connectors">
    Let users connect their own accounts
  </Card>
</CardGroup>
