mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-21 13:00:04 +08:00
fix(hubspot): add missing tickets and oauth scopes to OAuth config (#3653)
This commit is contained in:
@@ -836,6 +836,9 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
|
||||
'crm.lists.read',
|
||||
'crm.lists.write',
|
||||
'crm.objects.tickets.read',
|
||||
'crm.objects.tickets.write',
|
||||
'tickets',
|
||||
'oauth',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
@@ -308,6 +308,9 @@ export const SCOPE_DESCRIPTIONS: Record<string, string> = {
|
||||
'crm.lists.read': 'Read HubSpot lists',
|
||||
'crm.lists.write': 'Create and update HubSpot lists',
|
||||
'crm.objects.tickets.read': 'Read HubSpot tickets',
|
||||
'crm.objects.tickets.write': 'Create and update HubSpot tickets',
|
||||
tickets: 'Access HubSpot tickets',
|
||||
oauth: 'Authenticate with HubSpot OAuth',
|
||||
|
||||
// Salesforce scopes
|
||||
api: 'Access Salesforce API',
|
||||
|
||||
Reference in New Issue
Block a user