The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "HubSpot Deal Search",
"nodes": [
{
"parameters": {},
"id": "webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "search",
"filterGroups": {
"filters": [
{
"propertyName": "dealname",
"operator": "CONTAINS_TOKEN",
"value": "={{ $json.body.query }}"
}
]
},
"limit": "={{ $json.body.limit ?? 10 }}"
},
"id": "hubspot",
"name": "HubSpot",
"type": "n8n-nodes-base.hubspot",
"typeVersion": 1,
"position": [
450,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "HubSpot",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [
"mcp",
"hubspot",
"crm"
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
HubSpot Deal Search. Uses hubspot. Webhook trigger; 2 nodes.
Source: https://github.com/developers-universe-1/agentic-sales-engine/blob/main/n8n/workflows/hubspot-search.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Marketing, growth, and automation teams that need to ship polished bilingual newsletters—complete with images, optional video, and multi-channel distribution—without writing a line of code. A Webhook
This workflow automates customer feedback processing by analyzing sentiment, identifying key issues, generating personalized responses, and escalating critical cases to support teams when required. De
Hubspot Splitout. Uses stickyNote, agent, googleCalendarTool, executeWorkflowTrigger. Webhook trigger; 31 nodes.
This n8n workflow streamlines the onboarding process for new customers by automating personalized email communication, calendar scheduling, and contact assignment in HubSpot. It is perfect for busines