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": "Haiflow - Trigger Prompt via Webhook",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "claude-trigger",
"responseMode": "responseNode"
},
"id": "webhook-1",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://localhost:3333/trigger",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ JSON.stringify({ prompt: $json.body.prompt, session: $json.body.session || 'default', id: $json.body.id || 'n8n-' + Date.now(), source: 'n8n' }) }}"
},
"id": "trigger-1",
"name": "Trigger Haiflow",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
460,
300
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ JSON.stringify($json) }}"
},
"id": "respond-1",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
680,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Trigger Haiflow",
"type": "main",
"index": 0
}
]
]
},
"Trigger Haiflow": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Haiflow - Trigger Prompt via Webhook. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/Urielspectrographic907/haiflow/blob/main/examples/n8n-workflows/trigger-prompt.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.
User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.
Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.
WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.
This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant