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": "SOS Twilio Fan-out",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "sos-webhook"
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"from": "={{$env.TWILIO_FROM}}",
"to": "={{$json.police}}",
"message": "={{'SOS ' + $json.address}}"
},
"name": "SMS Police",
"type": "n8n-nodes-base.twilio",
"typeVersion": 1,
"position": [
480,
200
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "SMS Police",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
SOS Twilio Fan-out. Uses twilio. Webhook trigger; 2 nodes.
Source: https://github.com/Qaanit-Khan/VibeCoders/blob/77364b7bbd96cbbcb0ea045d82379dcb2bc64256/n8n-workflows/sos_trigger.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 workflow receives new consult bookings via webhook (Calendly v2 or a generic scheduling tool), generates timed confirmation and reminder messages, runs each SMS through a separate compliance work
This workflow uses webhooks, Twilio SMS, SMTP email, and a Bar-Compliance Guardrail sub-workflow to request client ratings 48 hours after matters close. It routes replies so 4–5 star clients get a Goo
This workflow receives missed-call webhooks from Twilio or CallRail, normalizes call details, and instantly sends a compliant text-back via Twilio when allowed, then emails your firm a delivery-status
CredIQ — Loan Application Notification. Uses twilio. Webhook trigger; 4 nodes.