{
    "name": "WisChat · Enviar WhatsApp",
    "nodes": [
        {
            "parameters": [],
            "id": "a1",
            "name": "Inicio",
            "type": "n8n-nodes-base.manualTrigger",
            "typeVersion": 1,
            "position": [
                240,
                300
            ]
        },
        {
            "parameters": {
                "method": "POST",
                "url": "http://v2.wis.chat/api/v22.0=REEMPLAZA_TID/messages",
                "sendHeaders": true,
                "headerParameters": {
                    "parameters": [
                        {
                            "name": "Authorization",
                            "value": "Bearer TU_TOKEN"
                        }
                    ]
                },
                "sendBody": true,
                "specifyBody": "json",
                "jsonBody": "{\"to\":\"593999999999\",\"type\":\"text\",\"text\":{\"body\":\"Hola desde n8n 👋\"}}"
            },
            "id": "b2",
            "name": "WisChat HTTP",
            "type": "n8n-nodes-base.httpRequest",
            "typeVersion": 4,
            "position": [
                480,
                300
            ]
        }
    ],
    "connections": {
        "Inicio": {
            "main": [
                [
                    {
                        "node": "WisChat HTTP",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}