hubspot.onCrmEvent to run for every supported HubSpot CRM lifecycle event.
automations/on-hubspot-crm-event.automation.ts
account selects a named HubSpot OAuth binding; the project binding is the default. HubSpot triggers require OAuth because Automate.ax manages Journal subscriptions for each installed HubSpot account.
Trigger data
Returns a typed HubSpot CRM event withportalId, objectId, objectType, action, occurredAt, and journalOffset. publishedAt is present when HubSpot includes the Journal publication time. The event identifies its objectType and semantic action. Updated events include propertyChanges; association and merge events include their corresponding metadata. Use a semantic trigger when the automation handles only one lifecycle event.
Automate.ax consumes HubSpot’s ordered Webhooks Journal and deduplicates replayed events.