Hubspot Workflow
Automated workflow: Hubspot Workflow. This workflow processes data and performs automated tasks.
Prerequisites
Required Credentials (3)
Multiple services required
This workflow needs 3 different credentials. Make sure you have accounts for all services before importing.
Complexity
Advanced features used. Requires n8n experience.
When to Use This Workflow
Email Automation
Automate email responses, forwarding, or organization based on rules.
Handle routine email tasks automatically and focus on what matters.
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"nodes": [
{
"name": "create new contact",
"type": "n8n-nodes-base.hubspot",
"position": [
-300,
1200
],
"parameters": {
"email": "={{$json[\"form_email\"]}}",
"resource": "contact",
"additionalFields": {
"industry": "={{$json[\"form_department\"]}}",
"lastName": "={{$json[\"form_lastname\"]}}",
"firstName": "={{$json[\"form_firstname\"]}}",
"companyName": "={{$json[\"form_companyname\"]}}"
}
},
"credentials": {
...Related Workflows
Stickynote Workflow
Automated workflow: Stickynote Workflow. This workflow integrates 10 different services: stickyNote, httpRequest, formTr...
If Workflow
Automated workflow: If Workflow. This workflow integrates 7 different services: stickyNote, filter, hubspot, clearbit, c...
Set Workflow
Automated workflow: Set Workflow. This workflow integrates 5 different services: pipedrive, stickyNote, code, typeformTr...
If Workflow
Automated workflow: If Workflow. This workflow integrates 7 different services: stickyNote, convertKitTrigger, filter, h...
Hubspot Workflow
Automated workflow: Hubspot Workflow. This workflow integrates 10 different services: stickyNote, formTrigger, hubspot,...
Set Workflow
Automated workflow: Set Workflow. This workflow processes data and performs automated tasks.