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
9 changes: 9 additions & 0 deletions src/modules/connectors.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,30 @@ export interface AppUserConnectorConnectionResponse {
* | Service | Type identifier |
* |---|---|
* | Airtable | `airtable` |
* | BambooHR | `bamboohr` |
* | Box | `box` |
* | Calendly | `calendly` |
* | ClickUp | `clickup` |
* | Contentful | `contentful` |
* | Discord | `discord` |
* | Dropbox | `dropbox` |
* | GitHub | `github` |
* | GitLab | `gitlab` |
* | Gmail | `gmail` |
* | Google Analytics | `google_analytics` |
* | Google BigQuery | `googlebigquery` |
* | Google Calendar | `googlecalendar` |
* | Google Classroom | `google_classroom` |
* | Google Docs | `googledocs` |
* | Google Drive | `googledrive` |
* | Google Meet | `googlemeet` |
* | Google Search Console | `google_search_console` |
* | Google Sheets | `googlesheets` |
* | Google Slides | `googleslides` |
* | Google Tasks | `googletasks` |
* | HubSpot | `hubspot` |
* | Hugging Face | `hugging_face` |
* | Instagram | `instagram` |
* | Linear | `linear` |
* | LinkedIn | `linkedin` |
* | Microsoft Teams | `microsoft_teams` |
Expand All @@ -92,6 +100,7 @@ export interface AppUserConnectorConnectionResponse {
* | Slack User | `slack` |
* | Slack Bot | `slackbot` |
* | Splitwise | `splitwise` |
* | Supabase | `supabase` |
* | TikTok | `tiktok` |
* | Typeform | `typeform` |
* | Wix | `wix` |
Expand Down
Loading