mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
fix(HubSpot Trigger Node): Add missing tickets scope to OAuth credentials (#27599)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
483b41221a
commit
d7d18a04c8
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ const scopes = [
|
|||
'crm.schemas.companies.read',
|
||||
'crm.objects.deals.read',
|
||||
'crm.schemas.deals.read',
|
||||
'tickets',
|
||||
];
|
||||
|
||||
// eslint-disable-next-line n8n-nodes-base/cred-class-name-missing-oauth2-suffix
|
||||
|
|
|
|||
Loading…
Reference in a new issue