My workflow

    Shared 12/21/2025

    4 views

    Visual Workflow

    JSON Code

    {
      "id": "kKNdT7pkUWh7squ6",
      "meta": {
        "instanceId": "d66686c564796ce41ddeb44096bf93cb20f16276eed7cc3b3516d62dac8b853f",
        "templateCredsSetupCompleted": true
      },
      "name": "My workflow",
      "tags": [],
      "nodes": [
        {
          "id": "bd18534f-39da-4ac6-b247-fd2e37067657",
          "name": "Webhook",
          "type": "n8n-nodes-base.webhook",
          "position": [
            0,
            0
          ],
          "webhookId": "d82ff1a0-2cc7-4030-9603-0e1fb56cb238",
          "parameters": {
            "path": "sendwhatsapp",
            "options": {},
            "httpMethod": "POST"
          },
          "typeVersion": 2.1,
          "alwaysOutputData": true
        },
        {
          "id": "086b7377-178c-459b-a255-70bf1d5ec08b",
          "name": "Edit Fields",
          "type": "n8n-nodes-base.set",
          "position": [
            208,
            0
          ],
          "parameters": {
            "options": {},
            "assignments": {
              "assignments": [
                {
                  "id": "349e677b-794a-49d7-9c1a-49d57ac240e7",
                  "name": "First Name",
                  "type": "string",
                  "value": "={{ $json.body.first_name }}"
                },
                {
                  "id": "6f469617-e5bc-484a-bd7d-75eed49831ad",
                  "name": "Last Name",
                  "type": "string",
                  "value": "={{ $json.body.last_name }}"
                },
                {
                  "id": "b8f37c9a-cca2-4097-a675-fd7710151ef4",
                  "name": "Phone Number",
                  "type": "string",
                  "value": "=39{{ $json.body.phone }}"
                },
                {
                  "id": "d4348f65-bfe7-4bda-b50d-0e751b1c3699",
                  "name": "",
                  "type": "string",
                  "value": ""
                }
              ]
            }
          },
          "typeVersion": 3.4
        },
        {
          "id": "afdd55c7-e014-4754-866c-2f7febd1b4fa",
          "name": "Wait",
          "type": "n8n-nodes-base.wait",
          "position": [
            432,
            0
          ],
          "webhookId": "ebb1de17-f5a8-4c24-bdb6-356e8a89b88b",
          "parameters": {},
          "typeVersion": 1.1
        },
        {
          "id": "896054c2-1363-4d29-8a5a-135fe9f6fbe4",
          "name": "HTTP Request",
          "type": "n8n-nodes-base.httpRequest",
          "position": [
            672,
            0
          ],
          "parameters": {
            "url": "https://app.sendapp.cloud/api/send",
            "method": "POST",
            "options": {},
            "sendBody": true,
            "bodyParameters": {
              "parameters": [
                {
                  "name": "number",
                  "value": "={{ $json['Phone Number'] }}"
                },
                {
                  "name": "type",
                  "value": "text"
                },
                {
                  "name": "message",
                  "value": "COPIA QUI IL MESSAGGIO CHE VUOI INVIARE"
                },
                {
                  "name": "instance_id",
                  "value": "COPIA QUI INSTANCE ID SENDAPP"
                },
                {
                  "name": "access_token",
                  "value": "COPIA QUI ACCESS TOKEN SENDAPP"
                }
              ]
            }
          },
          "typeVersion": 4.3
        }
      ],
      "active": true,
      "pinData": {},
      "settings": {
        "executionOrder": "v1"
      },
      "versionId": "82b0d6ca-8ae8-451e-9c93-6ec3d004753e",
      "connections": {
        "Wait": {
          "main": [
            [
              {
                "node": "HTTP Request",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Webhook": {
          "main": [
            [
              {
                "node": "Edit Fields",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Edit Fields": {
          "main": [
            [
              {
                "node": "Wait",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    }