1º Instalar pm2 2º Códigos: sudo apt-get install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev sudo apt-get install libasound2 sudo apt install chromium-browser chromium-codecs-ffmpeg git clone https://github.com/pedroherpeto/comunidadezdg.git npm install npm start ctrl+c Adicionar codigo abaixo no botzdg.js: const request = require('request'); client.on('message', async msg => { var options = { 'method': 'POST', 'url': 'https://jqaur1m11ongj279cq9g0hes.hooks.n8n.cloud/webhook/66523622-1ed2-499d-9d60-6da8b19f879e', 'headers': { 'Content-Type': 'application/json' }, json: msg }; request(options, function (error, response) { if (error) { throw new Error(error); } else { console.log(response.body); } }); }); Adicionar no package.json "request": "^2.88.2", Adicionar no set n8n {{ $json["body"]["from"].split("@c.us") }} Post http para o numero headers: content-type application/x-www-form-urlencoded body: number message