Skip to content

Commit

Permalink
Update hubspot source documentation with correct scopes (#22618)
Browse files Browse the repository at this point in the history
* Update hubspot.md

* Update hubspot.md
  • Loading branch information
lucaswiley authored Feb 9, 2023
1 parent 2f3c048 commit ddb80cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/integrations/sources/hubspot.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ You can use OAuth, API key, or Private App to authenticate your HubSpot account.
| Stream | Required Scope |
| :-------------------------- | :------------------------------------------------------------------------------- |
| `campaigns` | `content` |
| `companies` | `crm.objects.contacts.read` |
| `contact_lists` | `crm.objects.contacts.read` |
| `companies` | `crm.objects.companies.read`, `crm.schemas.companies.read` |
| `contact_lists` | `crm.objects.lists.read` |
| `contacts` | `crm.objects.contacts.read` |
| `contacts_list_memberships` | `crm.objects.contacts.read` |
| `deal_pipelines` | either the `crm.objects.contacts.read` scope \(to fetch deals pipelines\) or the `tickets` scope. |
| `deals` | `crm.objects.contacts.read` |
| `deals` | `crm.objects.deals.read`, `crm.schemas.deals.read` |
| `email_events` | `content` |
| `engagements` | `crm.objects.contacts.read` |
| `engagements` | `crm.objects.companies.read`, `crm.objects.contacts.read`, `crm.objects.deals.read`, `tickets`, `e-commerce`|
| `engagements_emails` | `sales-email-read` |
| `forms` | `forms` |
| `form_submissions` | `forms` |
| `line_items` | `e-commerce` |
| `owners` | `crm.objects.contacts.read` |
| `owners` | `crm.objects.owners.read` |
| `products` | `e-commerce` |
| `property_history` | `crm.objects.contacts.read` |
| `subscription_changes` | `content` |
Expand Down

0 comments on commit ddb80cd

Please sign in to comment.