Skip to main content

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.

You’re viewing developer documentation
This documentation is for developers working with the Base44 developer platform. For information about connectors in the app editor, see Using Connectors.
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:
  • 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.
ServiceType identifierAuth model
AirtableairtableOAuth
BambooHRbamboohrOAuth
BoxboxOAuth
CalendlycalendlyOAuth
ClickUpclickupOAuth
ContentfulcontentfulOAuth
DiscorddiscordOAuth
DropboxdropboxOAuth
GitHubgithubOAuth
GitLabgitlabOAuth
GmailgmailOAuth
Google Analyticsgoogle_analyticsOAuth
Google BigQuerygooglebigqueryOAuth
Google CalendargooglecalendarOAuth
Google Classroomgoogle_classroomOAuth
Google DocsgoogledocsOAuth
Google DrivegoogledriveOAuth
Google MeetgooglemeetOAuth
Google Search Consolegoogle_search_consoleOAuth
Google SheetsgooglesheetsOAuth
Google SlidesgoogleslidesOAuth
Google TasksgoogletasksOAuth
HubSpothubspotOAuth
Hugging Facehugging_faceOAuth
Instagram BusinessinstagramOAuth
LinearlinearOAuth
LinkedInlinkedinOAuth
Microsoft Teamsmicrosoft_teamsOAuth
Microsoft OneDriveone_driveOAuth
NotionnotionOAuth
OutlookoutlookOAuth
SalesforcesalesforceOAuth
SharePointshare_pointOAuth
Slack UserslackOAuth
Slack BotslackbotOAuth
SplitwisesplitwiseOAuth
StripestripeManaged
SupabasesupabaseOAuth
TikToktiktokOAuth
TypeformtypeformOAuth
WixwixOAuth
WrikewrikeOAuth
Run connectors list-available to see the latest available integrations, including descriptions and any required connection config fields.
See connector permissions and scopes for the OAuth scopes each service may request.

See also