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 →
{
"id": "peskids-send-approved",
"name": "Peskids Send Approved Reply",
"active": true,
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "peskids-send-approved",
"responseMode": "responseNode"
},
"id": "webhook-trigger",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"functionCode": "const body = $input.first().json.body || $input.first().json;\nreturn {\n message_id: body.message_id,\n source: body.source || 'whatsapp',\n to: body.to,\n text: body.text,\n tenant_id: body.tenant_id || 'peskids'\n};"
},
"id": "parse",
"name": "Parse Payload",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"method": "POST",
"url": "={{ $env.BAILEYS_SEND_URL }}",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ JSON.stringify({ to: $node[\"Parse Payload\"].json.to, text: $node[\"Parse Payload\"].json.text, source: $node[\"Parse Payload\"].json.source }) }}",
"options": {
"timeout": 15000
}
},
"id": "send-baileys",
"name": "Send via Baileys (optional)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
650,
300
],
"continueOnFail": true
},
{
"parameters": {
"responseCode": 200,
"responseData": "={{ { ok: true, queued: true, to: $node[\"Parse Payload\"].json.to } }}"
},
"id": "response",
"name": "Return OK",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
850,
300
]
}
],
"connections": {
"webhook-trigger": {
"main": [
[
{
"node": "parse",
"type": "main",
"index": 0
}
]
]
},
"parse": {
"main": [
[
{
"node": "send-baileys",
"type": "main",
"index": 0
}
]
]
},
"send-baileys": {
"main": [
[
{
"node": "response",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Peskids Send Approved Reply. Uses httpRequest. Webhook trigger; 4 nodes.
Source: https://github.com/cloudsysops/opsly/blob/f081bbbd98303c5fdd81b8992240cdc2b1658e70/.n8n/1-workflows/peskids/send-approved.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 n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c
Sign PDF documents with legally-compliant digital signatures using X.509 certificates. Supports multiple PAdES signature levels (B, T, LT, LTA) with optional visible stamps.
📡 This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20-point JSON outputs for three timeframes: , , and . It is required by the following a