Skip to content

Commit

Permalink
🐛Bug(Source hubspot): add missing scope in docs (#45585)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldogonzalez8 authored Sep 15, 2024
1 parent 5f2774d commit 4559c75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/integrations/sources/hubspot.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ To set up a Private App, you must manually configure scopes to ensure Airbyte ca
| :-------------------------- | :----------------------------------------------------------------------------------------------------------- |
| `campaigns` | `content` |
| `companies` | `crm.objects.companies.read`, `crm.schemas.companies.read` |
| `contact_lists` | `crm.lists.read` |
| `contact_lists` | `crm.lists.read` |
| `contacts` | `crm.objects.contacts.read` |
| `contacts_list_memberships` | `crm.objects.contacts.read` |
| `contacts_form_submissions` | `crm.objects.contacts.read` |
| `contacts_web_analytics` | `crm.objects.contacts.read`, `business-intelligence` |
| Custom CRM Objects | `crm.objects.custom.read` |
| `deal_pipelines` | `crm.objects.contacts.read` |
| `deals` | `crm.objects.deals.read`, `crm.schemas.deals.read` |
Expand Down

0 comments on commit 4559c75

Please sign in to comment.