While sending messages from our whatsapp number to any number, we are not receiving any message and we are getting "Messaging may be unavailable. Review issue" on WhatsApp API Setup but on clicking on "Review Issue" just opens the WhatsApp manager and we cannot see any issue there. The messaging API is working only with 1 or 2 random mobile numbers. Please check the attached screenshot and suggest what could possibly be the issue in this case.
Curl: curl --request POST \ --url https://graph.facebook.com/v19.0//messages \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "", "type": "text", "text": { "body": "Greetings from Channelplay!!" } }'
-> Message not received on any mobile number
Health Status: { "health_status": { "can_send_message": "AVAILABLE", "entities": [ { "entity_type": "PHONE_NUMBER", "id": "200XXXXXXX789", "can_send_message": "AVAILABLE" }, { "entity_type": "WABA", "id": "198XXXXXXX101", "can_send_message": "AVAILABLE" }, { "entity_type": "BUSINESS", "id": "108XXXXXX568", "can_send_message": "AVAILABLE" }, { "entity_type": "APP", "id": "310XXXXXXX862", "can_send_message": "AVAILABLE" } ] }, "id": "200XXXXXXX789" }

Tag:-

Add a new comment.