wa_get_message_status
Retrieve status details for a sent WhatsApp message by its ID. Use after sending to confirm the Graph API received the message.
Instructions
Look up information about a previously sent WhatsApp message by its ID.
Use this after wa_send_template to confirm Graph API received the message. Note that WhatsApp delivery/read status (sent → delivered → read) is pushed asynchronously via webhooks; the Graph API does not expose a polling endpoint for those transitions. This tool retrieves the message resource directly and surfaces whatever Meta returns.
Inputs: the wamid returned by wa_send_template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to request | id,status,recipient_id,timestamp,errors |
| message_id | Yes | The wamid returned when the message was sent (e.g. wamid.XXXX...) |