Integration reference

HubSpot Trigger and Action reference

React to CRM object and conversation changes and automate contacts, companies, and deals.

43 Triggers7 ActionsManifests: Trigger v1 · Action v1

Authentication

Connect the HubSpot account through OAuth with access to the required CRM objects.

  • Trigger account type: oauth2; reconnect by oauth.
  • 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
TriggerManifest keyDeliveryAdditional scopes
Any HubSpot Eventhubspot.any_event.instantinstantcrm.objects.contacts.read, crm.objects.companies.read, crm.objects.deals.read, tickets, e-commerce, crm.objects.line_items.read, conversations.read
Custom Webhook Eventshubspot.custom_webhook_events.instantinstantNone declared
Contact Creationhubspot.contact.creation.instantinstantcrm.objects.contacts.read
Contact Deletionhubspot.contact.deletion.instantinstantcrm.objects.contacts.read
Contact Mergehubspot.contact.merge.instantinstantcrm.objects.contacts.read
Contact AssociationChangehubspot.contact.associationChange.instantinstantcrm.objects.contacts.read
Contact Restorehubspot.contact.restore.instantinstantcrm.objects.contacts.read
Contact PrivacyDeletionhubspot.contact.privacyDeletion.instantinstantcrm.objects.contacts.read
Contact PropertyChangehubspot.contact.propertyChange.instantinstantcrm.objects.contacts.read
Company Creationhubspot.company.creation.instantinstantcrm.objects.companies.read
Company Deletionhubspot.company.deletion.instantinstantcrm.objects.companies.read
Company Mergehubspot.company.merge.instantinstantcrm.objects.companies.read
Company AssociationChangehubspot.company.associationChange.instantinstantcrm.objects.companies.read
Company Restorehubspot.company.restore.instantinstantcrm.objects.companies.read
Company PropertyChangehubspot.company.propertyChange.instantinstantcrm.objects.companies.read
Deal Creationhubspot.deal.creation.instantinstantcrm.objects.deals.read
Deal Deletionhubspot.deal.deletion.instantinstantcrm.objects.deals.read
Deal Mergehubspot.deal.merge.instantinstantcrm.objects.deals.read
Deal AssociationChangehubspot.deal.associationChange.instantinstantcrm.objects.deals.read
Deal Restorehubspot.deal.restore.instantinstantcrm.objects.deals.read
Deal PropertyChangehubspot.deal.propertyChange.instantinstantcrm.objects.deals.read
Ticket Creationhubspot.ticket.creation.instantinstanttickets
Ticket Deletionhubspot.ticket.deletion.instantinstanttickets
Ticket Mergehubspot.ticket.merge.instantinstanttickets
Ticket AssociationChangehubspot.ticket.associationChange.instantinstanttickets
Ticket Restorehubspot.ticket.restore.instantinstanttickets
Ticket PropertyChangehubspot.ticket.propertyChange.instantinstanttickets
Product Creationhubspot.product.creation.instantinstante-commerce
Product Deletionhubspot.product.deletion.instantinstante-commerce
Product Mergehubspot.product.merge.instantinstante-commerce
Product Restorehubspot.product.restore.instantinstante-commerce
Product PropertyChangehubspot.product.propertyChange.instantinstante-commerce
Line Item Creationhubspot.line_item.creation.instantinstantcrm.objects.line_items.read
Line Item Deletionhubspot.line_item.deletion.instantinstantcrm.objects.line_items.read
Line Item Mergehubspot.line_item.merge.instantinstantcrm.objects.line_items.read
Line Item AssociationChangehubspot.line_item.associationChange.instantinstantcrm.objects.line_items.read
Line Item Restorehubspot.line_item.restore.instantinstantcrm.objects.line_items.read
Line Item PropertyChangehubspot.line_item.propertyChange.instantinstantcrm.objects.line_items.read
Conversation Creationhubspot.conversation.creation.instantinstantconversations.read
Conversation Deletionhubspot.conversation.deletion.instantinstantconversations.read
Conversation PrivacyDeletionhubspot.conversation.privacyDeletion.instantinstantconversations.read
Conversation NewMessagehubspot.conversation.newMessage.instantinstantconversations.read
Conversation PropertyChangehubspot.conversation.propertyChange.instantinstantconversations.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
ActionManifest keyAccess and authManifest rate limit
Create Contacthubspot.create_contactcrm.objects.contacts.write
FastHook-managed account
5/second
Update Contacthubspot.update_contactcrm.objects.contacts.read, crm.objects.contacts.write
FastHook-managed account
5/second
Create Companyhubspot.create_companycrm.objects.companies.write
FastHook-managed account
5/second
Update Companyhubspot.update_companycrm.objects.companies.read, crm.objects.companies.write
FastHook-managed account
5/second
Create Dealhubspot.create_dealcrm.objects.deals.write
FastHook-managed account
5/second
Update Dealhubspot.update_dealcrm.objects.deals.read, crm.objects.deals.write
FastHook-managed account
5/second
Custom API Requesthubspot.custom_api_requestcrm.objects.contacts.read, crm.objects.contacts.write, crm.objects.companies.read, crm.objects.companies.write, crm.objects.deals.read, crm.objects.deals.write
FastHook-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

  1. Create a Source using a HubSpot Trigger definition.
  2. Create a Workflow with that Source as its Trigger.
  3. Add the required HubSpot Action and select the connected account.
  4. Map Trigger or earlier-Step data into the Action fields with the field picker.
  5. Add a Filter, Paths, Delay, or Transformation when the route needs it.
  6. 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.

Next