I am sending WhatsApp messages to customers, I can pass a callback_url to WhatsApp API which gives me real-time status of the WhatsApp message like sent, delivered, read and failed.
I need this status to do some follow-up action.
How do I set this up, so I can receive this status in bubble.
The callback URL should be the URL for one of your API Workflows.
So when the message is read WhatsApp makes a POST request to the URL you provided with new information. Whatsapp most likely provides the message unique ID or something similar, so you will search for that in your database and update the status of it accordingly