Skip to main content
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.
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