Skip to content

Commit 12db251

Browse files
authored
docs: add 11 new connector types to JSDoc table (#142)
* docs: add 11 new connector types to JSDoc table Expand the ConnectorsModule interface JSDoc table from 20 to 30 OAuth connector types and add a GitHub scopes link. These changes generate the SDK reference page in mintlify-docs via create-docs-local. Made-with: Cursor * docs: add OneDrive and Typeform to connectors JSDoc table Made-with: Cursor
1 parent 5d922aa commit 12db251

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

src/modules/connectors.types.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,30 +54,42 @@ export interface ConnectorConnectionResponse {
5454
*
5555
* | Service | Type identifier |
5656
* |---|---|
57+
* | Airtable | `airtable` |
5758
* | Box | `box` |
5859
* | ClickUp | `clickup` |
5960
* | Discord | `discord` |
61+
* | Dropbox | `dropbox` |
6062
* | GitHub | `github` |
6163
* | Gmail | `gmail` |
6264
* | Google Analytics | `google_analytics` |
6365
* | Google BigQuery | `googlebigquery` |
6466
* | Google Calendar | `googlecalendar` |
67+
* | Google Classroom | `google_classroom` |
6568
* | Google Docs | `googledocs` |
6669
* | Google Drive | `googledrive` |
70+
* | Google Search Console | `google_search_console` |
6771
* | Google Sheets | `googlesheets` |
6872
* | Google Slides | `googleslides` |
6973
* | HubSpot | `hubspot` |
74+
* | Linear | `linear` |
7075
* | LinkedIn | `linkedin` |
76+
* | Microsoft Teams | `microsoft_teams` |
77+
* | Microsoft OneDrive | `one_drive` |
7178
* | Notion | `notion` |
79+
* | Outlook | `outlook` |
7280
* | Salesforce | `salesforce` |
81+
* | SharePoint | `share_point` |
7382
* | Slack User | `slack` |
7483
* | Slack Bot | `slackbot` |
84+
* | Splitwise | `splitwise` |
7585
* | TikTok | `tiktok` |
86+
* | Typeform | `typeform` |
87+
* | Wix | `wix` |
7688
* | Wrike | `wrike` |
7789
*
7890
* See the integration guides for more details:
7991
*
80-
* - **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}
92+
* - **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}
8193
* - **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`
8294
*
8395
* ## Authentication Modes

0 commit comments

Comments
 (0)