WhatsApp / WhatsApp-Business-API-Setup-Scripts

The scripts related to setting up WhatsApp business API
MIT License
410 stars 433 forks source link

Message-id #43

Closed ahmedalmulki closed 3 years ago

ahmedalmulki commented 3 years ago

I already installed a new single instance server, but in the DB I can't find the message_id which I get it from webhook or post message response, so how can I know which msg the user replay for? or if I need to let the msg as read it, if I can't find the message-id in the database?

mengyiyuan commented 3 years ago

Hi @ahmedalmulki, as you mentioned you would get the message-id in the webhook payload. Any specific reasons why you want to get the IDs from the DB?