Connectors give your app OAuth access tokens for third-party services, which you use to call those services’ APIs directly. Base44 handles the OAuth flow and credential storage. Base44 supports two connector types: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.
- Shared connectors: One account is connected for the whole app. All app users share the same token. Best for service accounts, like posting to a company Slack channel or reading from a shared Google Calendar.
- App user connectors: Each signed-in app user connects their own account. Each user gets their own OAuth token. Best for actions that need to happen as the individual user, like sending email from their Gmail account or posting to their personal LinkedIn.
Supported services
All services listed below support both shared and app user connections. See Shared connectors or App user connectors for setup instructions.| Service | Type identifier | Auth model |
|---|---|---|
| Airtable | airtable | OAuth |
| BambooHR | bamboohr | OAuth |
| Box | box | OAuth |
| Calendly | calendly | OAuth |
| ClickUp | clickup | OAuth |
| Contentful | contentful | OAuth |
| Discord | discord | OAuth |
| Dropbox | dropbox | OAuth |
| GitHub | github | OAuth |
| GitLab | gitlab | OAuth |
| Gmail | gmail | OAuth |
| Google Analytics | google_analytics | OAuth |
| Google BigQuery | googlebigquery | OAuth |
| Google Calendar | googlecalendar | OAuth |
| Google Classroom | google_classroom | OAuth |
| Google Docs | googledocs | OAuth |
| Google Drive | googledrive | OAuth |
| Google Meet | googlemeet | OAuth |
| Google Search Console | google_search_console | OAuth |
| Google Sheets | googlesheets | OAuth |
| Google Slides | googleslides | OAuth |
| Google Tasks | googletasks | OAuth |
| HubSpot | hubspot | OAuth |
| Hugging Face | hugging_face | OAuth |
| Instagram Business | instagram | OAuth |
| Linear | linear | OAuth |
linkedin | OAuth | |
| Microsoft Teams | microsoft_teams | OAuth |
| Microsoft OneDrive | one_drive | OAuth |
| Notion | notion | OAuth |
| Outlook | outlook | OAuth |
| Salesforce | salesforce | OAuth |
| SharePoint | share_point | OAuth |
| Slack User | slack | OAuth |
| Slack Bot | slackbot | OAuth |
| Splitwise | splitwise | OAuth |
| Stripe | stripe | Managed |
| Supabase | supabase | OAuth |
| TikTok | tiktok | OAuth |
| Typeform | typeform | OAuth |
| Wix | wix | OAuth |
| Wrike | wrike | OAuth |

