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" }

My APP has had the business_management advanced permission granted however it is not shown at login for all our customers. Some get it, most don't. Our app is added to the customers Business Integrations however no page data is returned. When viewing the permissions granted to the customer business_management is missing. We recently added this permission to our app which has been working for years. We were told that this permission is now required to retrieve page data. Is there any trick, procedure required to force business_management to be shown and approved at login?

Hi, I'm facing an issue where custom audiences created via API through a web app I'm working on are not giving any results or spending any of the budget for the ads I post. If I compare such audiences created via API with audiences created in the Ads manager dashboard, they are exactly the same.
{ "name": "All Contacts from CRMs", "subtype": "CUSTOM", "data_source": { "type": "UNKNOWN", "sub_type": "ANYTHING", "creation_params": "[]" }, "delivery_status": { "code": 200, "description": "This audience is ready for use." }, "description": "", "id": "120207785863900200", "customer_file_source": "USER_PROVIDED_ONLY" }, This is an example of a typical custom audience created through the app