Question
How can I get the status of a Message?
Product
Programmable Messaging
Answer
There are three ways in which you can view the status of a Message, including SMS, MMS, WhatsApp, RCS, and Messenger:
- Programmable Messaging Logs — To view your logs, log in to your Twilio Account and go to Monitor > Logs > Messaging in the left-side navigation menu.
- Messaging Insights — You can find the Messaging Insights dashboards in the Twilio Console under Monitor > Insights > Messaging.
-
Messaging API — You can fetch the status of a Message by making a GET request to the Programmable Messaging API using the Message SID to determine the status of the message. Twilio returns the message record including the message status. See Fetch a Message Resource for details.