Whatsapp Business Api Template Message not working

WhatsApp Business Cloud API: Message Accepted but Not Delivered

I’m using the WhatsApp Business Cloud API to send a template message. The API request returns a status of "accepted," but the recipient is not receiving the message.

Request Details:

Response:

{
    "messaging_product": "whatsapp",
    "contacts": [
        {
            "input": "receiver",
            "wa_id": "id"
        }
    ],
    "messages": [
        {
            "id": "wamid.HBgMOTE4MDU2MTg1NjI5FQIAERgSMUQwQzU3MjVENDBBMEQ5NTk5AA==",
            "message_status": "accepted"
        }
    ]
}

What I've Tried:

Despite the message being accepted, it’s not delivered to the recipient. What could be the reasons for this, and how can I troubleshoot or resolve this issue?

Upvotes: 0

Views: 468

Answers (1)

TPS
TPS

Reputation: 518

Check the official document, it says it is in review(held_for_quality_assessment).

Upvotes: 0

Related Questions