vasani-arpit / WBOT

A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 4th, 2024
Other
990 stars 314 forks source link

I can't get message in webhook side using Express #158

Closed almaalbume closed 4 years ago

almaalbume commented 4 years ago

Help needed I was trying to integrate the bot with a express webhook but i just cant get the messages, i'm pretty sure that im doing something wrong. Could someone help me?

image

image

image

my regards...

almaalbume commented 4 years ago

Just for everyone, i added body-parser which is a Node.js body parsing middleware (https://www.npmjs.com/package/body-parser). and now i can catch the messages in the webhook side. cheers!