What Message Status means
Message status is the lifecycle each outbound WhatsApp message moves through after you send it. The typical states are accepted or sent (WhatsApp has taken the message), delivered (it reached the recipient's device), and read (the recipient opened it, when read receipts are on). A failed status means the message could not be delivered, usually with an error reason attached.
These status changes arrive as webhook events keyed to the message's ID (wamid), so software can react — retrying a failure, advancing an automation only after delivery, or building analytics on read rates. Reading the failure reason is important: it distinguishes an invalid number from a policy or window issue.
InfiQ surfaces message status in campaign reporting and pushes the underlying events to your endpoint via webhooks, so developers can reconcile every send to its outcome.
