Closed biplob86429 closed 3 years ago
{ "port":5000, "webhook":{ "enabled":true, "path":"http://yourdomain.com/callback/whatsappbot" } }
But when incoming whatsapp received its showing in console but no call back hit to webhook. Please check and guide us
This project is not configured for web-hooks if you wish to add this feature fork this project and npm install node-webhooks --save and follow the official document https://www.npmjs.com/package/node-webhooks
{ "port":5000, "webhook":{ "enabled":true, "path":"http://yourdomain.com/callback/whatsappbot" } }
But when incoming whatsapp received its showing in console but no call back hit to webhook. Please check and guide us