Skip to content

Commit 4559c75

Browse files
🐛Bug(Source hubspot): add missing scope in docs (#45585)
1 parent 5f2774d commit 4559c75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/integrations/sources/hubspot.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ To set up a Private App, you must manually configure scopes to ensure Airbyte ca
5959
| :-------------------------- | :----------------------------------------------------------------------------------------------------------- |
6060
| `campaigns` | `content` |
6161
| `companies` | `crm.objects.companies.read`, `crm.schemas.companies.read` |
62-
| `contact_lists` | `crm.lists.read` |
62+
| `contact_lists` | `crm.lists.read` |
6363
| `contacts` | `crm.objects.contacts.read` |
6464
| `contacts_list_memberships` | `crm.objects.contacts.read` |
6565
| `contacts_form_submissions` | `crm.objects.contacts.read` |
66+
| `contacts_web_analytics` | `crm.objects.contacts.read`, `business-intelligence` |
6667
| Custom CRM Objects | `crm.objects.custom.read` |
6768
| `deal_pipelines` | `crm.objects.contacts.read` |
6869
| `deals` | `crm.objects.deals.read`, `crm.schemas.deals.read` |

0 commit comments

Comments
 (0)