Gustavo Santana

Results 1 comments of Gustavo Santana

Try this url in meta webhook {{base_url}}/webwook/meta/{{instance_name}} **If it still doesn't work, change the following code:** _src/api/integrations/event/webhook/routes/webhook.router.ts_ **before:** .get('meta', async (req, res) => { if (req.query['hub.verify_token'] === configService.get('WA_BUSINESS').TOKEN_WEBHOOK) res.send(req.query['hub.challenge']); else...