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": "<Workflow Display Name>",
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
260,
300
],
"parameters": {
"path": "REPLACE_ME_PATH",
"httpMethod": "POST"
}
},
{
"name": "Transform Payload",
"type": "n8n-nodes-base.set",
"position": [
520,
300
],
"parameters": {
"assignments": {
"assignments": [
{
"name": "normalizedField",
"value": "={{$json.inputField}}",
"type": "string"
}
]
}
}
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
780,
300
],
"parameters": {
"method": "POST",
"url": "https://REPLACE_ME_ENDPOINT",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\"value\": $json.normalizedField}"
},
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Transform Payload",
"type": "main",
"index": 0
}
]
]
},
"Transform Payload": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
httpHeaderAuth
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
<Workflow Display Name>. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/agentmou/agentmou-platform/blob/e1d2e63450a71b273fb8fb094b1fb8c0a41ebe1f/templates/n8n-workflow-simple/workflow.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.
This is a specific use case. The ElevenLabs guide for Cal.com bookings is comprehensive but I was having trouble with the booking API request. So I built a simple workflow to validate the request and
Lifecycle Email Orchestrator. Uses airtable, emailSend, httpRequest. Webhook trigger; 4 nodes.
SEO Keyword Research Workflow. Uses httpRequest. Webhook trigger; 3 nodes.
ROI Automated Tracking Pipeline. Uses httpRequest, googleSheets. Webhook trigger; 3 nodes.
Jigsaw API key for image processing, I use this as a gatekeeper/second pair of eyes. LINK to their website https://jigsawstack.com/ SECOND A postgress DATABASE (I use Supabase) LlamaCloud for the pars