Integration reference
HubSpot Trigger and Action reference
React to CRM object and conversation changes and automate contacts, companies, and deals.
Authentication
Connect the HubSpot account through OAuth with access to the required CRM objects.
- Trigger account type:
oauth2; reconnect byoauth. - Action connection type:
oauth2; available modes: Connected HubSpot account.
Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.
Scopes and permissions
Base Trigger authorization requests: crm.objects.contacts.read.
View 6 OAuth scopes used by current Actions
crm.objects.contacts.write, crm.objects.contacts.read, crm.objects.companies.write, crm.objects.companies.read, crm.objects.deals.write, crm.objects.deals.read
View 6 provider permissions or credential requirements
crm.objects.contacts.write, crm.objects.contacts.read, crm.objects.companies.write, crm.objects.companies.read, crm.objects.deals.write, crm.objects.deals.read
Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.
Use HubSpot as a Trigger
The current provider manifest contains 43 available Trigger definitions. Representative definitions include:
- Contact Creation
- Contact Property Change
- Company Creation
- Deal Property Change
- Ticket Creation
- Conversation New Message
View all 43 available Trigger definitions
| Trigger | Manifest key | Delivery | Additional scopes |
|---|---|---|---|
| Any HubSpot Event | hubspot.any_event.instant | instant | crm.objects.contacts.read, crm.objects.companies.read, crm.objects.deals.read, tickets, e-commerce, crm.objects.line_items.read, conversations.read |
| Custom Webhook Events | hubspot.custom_webhook_events.instant | instant | None declared |
| Contact Creation | hubspot.contact.creation.instant | instant | crm.objects.contacts.read |
| Contact Deletion | hubspot.contact.deletion.instant | instant | crm.objects.contacts.read |
| Contact Merge | hubspot.contact.merge.instant | instant | crm.objects.contacts.read |
| Contact AssociationChange | hubspot.contact.associationChange.instant | instant | crm.objects.contacts.read |
| Contact Restore | hubspot.contact.restore.instant | instant | crm.objects.contacts.read |
| Contact PrivacyDeletion | hubspot.contact.privacyDeletion.instant | instant | crm.objects.contacts.read |
| Contact PropertyChange | hubspot.contact.propertyChange.instant | instant | crm.objects.contacts.read |
| Company Creation | hubspot.company.creation.instant | instant | crm.objects.companies.read |
| Company Deletion | hubspot.company.deletion.instant | instant | crm.objects.companies.read |
| Company Merge | hubspot.company.merge.instant | instant | crm.objects.companies.read |
| Company AssociationChange | hubspot.company.associationChange.instant | instant | crm.objects.companies.read |
| Company Restore | hubspot.company.restore.instant | instant | crm.objects.companies.read |
| Company PropertyChange | hubspot.company.propertyChange.instant | instant | crm.objects.companies.read |
| Deal Creation | hubspot.deal.creation.instant | instant | crm.objects.deals.read |
| Deal Deletion | hubspot.deal.deletion.instant | instant | crm.objects.deals.read |
| Deal Merge | hubspot.deal.merge.instant | instant | crm.objects.deals.read |
| Deal AssociationChange | hubspot.deal.associationChange.instant | instant | crm.objects.deals.read |
| Deal Restore | hubspot.deal.restore.instant | instant | crm.objects.deals.read |
| Deal PropertyChange | hubspot.deal.propertyChange.instant | instant | crm.objects.deals.read |
| Ticket Creation | hubspot.ticket.creation.instant | instant | tickets |
| Ticket Deletion | hubspot.ticket.deletion.instant | instant | tickets |
| Ticket Merge | hubspot.ticket.merge.instant | instant | tickets |
| Ticket AssociationChange | hubspot.ticket.associationChange.instant | instant | tickets |
| Ticket Restore | hubspot.ticket.restore.instant | instant | tickets |
| Ticket PropertyChange | hubspot.ticket.propertyChange.instant | instant | tickets |
| Product Creation | hubspot.product.creation.instant | instant | e-commerce |
| Product Deletion | hubspot.product.deletion.instant | instant | e-commerce |
| Product Merge | hubspot.product.merge.instant | instant | e-commerce |
| Product Restore | hubspot.product.restore.instant | instant | e-commerce |
| Product PropertyChange | hubspot.product.propertyChange.instant | instant | e-commerce |
| Line Item Creation | hubspot.line_item.creation.instant | instant | crm.objects.line_items.read |
| Line Item Deletion | hubspot.line_item.deletion.instant | instant | crm.objects.line_items.read |
| Line Item Merge | hubspot.line_item.merge.instant | instant | crm.objects.line_items.read |
| Line Item AssociationChange | hubspot.line_item.associationChange.instant | instant | crm.objects.line_items.read |
| Line Item Restore | hubspot.line_item.restore.instant | instant | crm.objects.line_items.read |
| Line Item PropertyChange | hubspot.line_item.propertyChange.instant | instant | crm.objects.line_items.read |
| Conversation Creation | hubspot.conversation.creation.instant | instant | conversations.read |
| Conversation Deletion | hubspot.conversation.deletion.instant | instant | conversations.read |
| Conversation PrivacyDeletion | hubspot.conversation.privacyDeletion.instant | instant | conversations.read |
| Conversation NewMessage | hubspot.conversation.newMessage.instant | instant | conversations.read |
| Conversation PropertyChange | hubspot.conversation.propertyChange.instant | instant | conversations.read |
Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.
Use HubSpot Actions
The current Action manifest contains 7 operations. Representative Actions include:
- Create Contact
- Update Contact
- Create Company
- Update Company
- Create Deal
- Update Deal
View all 7 available Action definitions
| Action | Manifest key | Access and auth | Manifest rate limit |
|---|---|---|---|
| Create Contact | hubspot.create_contact | crm.objects.contacts.writeFastHook-managed account | 5/second |
| Update Contact | hubspot.update_contact | crm.objects.contacts.read, crm.objects.contacts.writeFastHook-managed account | 5/second |
| Create Company | hubspot.create_company | crm.objects.companies.writeFastHook-managed account | 5/second |
| Update Company | hubspot.update_company | crm.objects.companies.read, crm.objects.companies.writeFastHook-managed account | 5/second |
| Create Deal | hubspot.create_deal | crm.objects.deals.writeFastHook-managed account | 5/second |
| Update Deal | hubspot.update_deal | crm.objects.deals.read, crm.objects.deals.writeFastHook-managed account | 5/second |
| Custom API Request | hubspot.custom_api_request | crm.objects.contacts.read, crm.objects.contacts.write, crm.objects.companies.read, crm.objects.companies.write, crm.objects.deals.read, crm.objects.deals.writeFastHook-managed account | 5/second |
The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.
Build a Workflow
- Create a Source using a HubSpot Trigger definition.
- Create a Workflow with that Source as its Trigger.
- Add the required HubSpot Action and select the connected account.
- Map Trigger or earlier-Step data into the Action fields with the field picker.
- Add a Filter, Paths, Delay, or Transformation when the route needs it.
- Activate the Workflow, produce a controlled event, and verify the run in Audit and in HubSpot.
Troubleshooting HubSpot
- The account is missing or cannot be selected
- Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
- A resource picker is empty
- Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
- The editor asks for additional scopes
- Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
- An active Workflow returns 401, 403, or a permission error
- Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
- The provider returns 429 or a temporary 5xx
- Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.
Provider-specific checks
- Property subscriptions determine which object updates produce events.
- Map internal property names rather than display labels when the Action schema requests them.