{
  "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
          }
        ]
      ]
    }
  }
}