Automate HubSpot Contact Creation from Typeform Submissions
This workflow captures leads from Typeform submissions and creates new contacts in HubSpot. It updates the lead stage for interested contacts and sends them informational emails.
The workflow begins with a Typeform trigger that activates upon form submission. It processes the form data to set necessary fields before creating a new contact in HubSpot. An 'IF' condition checks if the lead is interested in business services. If true, the lead's stage is updated to 'opportunity', and an email with additional information is sent via Gmail. If not interested, no further action is taken.
Platform
n8n
Category
Other
Price
Free
Creator
Liam Murphy
if
set
noOp
gmail
hubspot
typeformTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.