Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion src/modules/connectors.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,30 +54,42 @@ export interface ConnectorConnectionResponse {
*
* | Service | Type identifier |
* |---|---|
* | Airtable | `airtable` |
* | Box | `box` |
* | ClickUp | `clickup` |
* | Discord | `discord` |
* | Dropbox | `dropbox` |
* | GitHub | `github` |
* | Gmail | `gmail` |
* | Google Analytics | `google_analytics` |
* | Google BigQuery | `googlebigquery` |
* | Google Calendar | `googlecalendar` |
* | Google Classroom | `google_classroom` |
* | Google Docs | `googledocs` |
* | Google Drive | `googledrive` |
* | Google Search Console | `google_search_console` |
* | Google Sheets | `googlesheets` |
* | Google Slides | `googleslides` |
* | HubSpot | `hubspot` |
* | Linear | `linear` |
* | LinkedIn | `linkedin` |
* | Microsoft Teams | `microsoft_teams` |
* | Microsoft OneDrive | `one_drive` |
* | Notion | `notion` |
* | Outlook | `outlook` |
* | Salesforce | `salesforce` |
* | SharePoint | `share_point` |
* | Slack User | `slack` |
* | Slack Bot | `slackbot` |
* | Splitwise | `splitwise` |
* | TikTok | `tiktok` |
* | Typeform | `typeform` |
* | Wix | `wix` |
* | Wrike | `wrike` |
*
* See the integration guides for more details:
*
* - **Scopes and permissions**: {@link https://docs.base44.com/Integrations/gmail-connector#gmail-scopes-and-permissions | Gmail}, {@link https://docs.base44.com/Integrations/linkedin-connector#linkedin-scopes-and-permissions | LinkedIn}, {@link https://docs.base44.com/Integrations/slack-connector#slack-scopes-and-permissions | Slack}
* - **Scopes and permissions**: {@link https://docs.base44.com/Integrations/gmail-connector#gmail-scopes-and-permissions | Gmail}, {@link https://docs.base44.com/Integrations/linkedin-connector#linkedin-scopes-and-permissions | LinkedIn}, {@link https://docs.base44.com/Integrations/slack-connector#slack-scopes-and-permissions | Slack}, {@link https://docs.base44.com/Integrations/github-connector#github-scopes-and-permissions | GitHub}
* - **Slack connector types**: {@link https://docs.base44.com/Integrations/slack-connector#about-the-slack-connectors | About the Slack connectors} explains the difference between `slack` and `slackbot`
*
* ## Authentication Modes
Expand Down
Loading