Skip to main content
Update a contact in Inflection using a hubspot workflow/campaign so that I can get any hubspot specific properties in inflection
  • Sending updated PQL scores based on engagement metrics
  • Triggering webhooks for changes in a lead’s lifecycle stage to ensure real-time updates on our end
  • Lead status and unsubscribe from Hubspot
Use webhooks with HubSpot workflows Follow these steps to set up a webhook in Hubspot
  1. In your HubSpot account, navigate to Automations > Workflows
  2. To edit an existing workflow, click the name of the workflow. Or, create a new workflow.
  3. In the workflow editor, click the + plus icon to add an action.
  4. In the left panel, in the Data ops section, select Send a webhook
  5. Click the Method dropdown menu and select POST.
  6. Enter the Inflection webhook enpoint URL
  7. Set up your authentication type to authenticate requests to your webhook
  8. To include all properties, select Include all [object] properties or Select Customise request body to include only specific properties
  9. Click Save.
HubSpot workflow editor with the Send a webhook action configured