Posts under category Meta & Facebook

I'm currently exploring the capabilities of the WhatsApp Business API for a project I'm working on. I'm wondering if the WhatsApp Business API supports sending messages to WhatsApp groups. I've read through the documentation, but I couldn't find a clear answer on this specific feature.

Could someone who has experience with the WhatsApp Business API clarify whether it supports sending messages to WhatsApp groups? If it does, are there any specific limitations or requirements that I should be aware of?

POST = https://graph.facebook.com/{{Version}}/{{Phone-Number-ID}}/messages Body = {     "messaging_product": "whatsapp",     "recipient_type": "individual",     "to": "{{Recipient-Phone-Number}}",     "type": "document",     "document": {         "link": "https://test.pdf",         "filename": "Test"     } } 

When iOS/Android SDK above v15.1.0 is used, the App on developer dashboard shows the version as "v0.0.0" and shows an error on business dashboard "Your app is out of date. To run your app on iOS 14, update to the latest Facebook SDK for iOS.".
My current SDK is fixed at V17.0.0

Recently we have received a notification stating to complete the data checkup. When performing the required steps, it is showing an error as attached. The error changed to a new one when we last tried. Previously there was an error stating something went wrong please try again later

request data: array(9) { ["cover_photo"]=> object(CURLFile)#62 (3) { ["name"]=> string(21) "/home/web/fb_ad/4.jpg" ["mime"]=> string(10) "image/jpeg" ["postname"]=> string(2) "11" } ["name"]=> string(12) "nametest_127" ["questions"]=> string(148) "[{"type":"CUSTOM","key":"question5","label":"What is your favorite color?","options":[{"value":"Red","key":"key1"},{"value":"Green","key":"key2"}]}]" ["follow_up_action_url"]=> string(25) "https://www.facebook.com/" ["privacy_policy"]=> string(63) "{"url":"https:\/\/www.facebook.com\/","link_text":"link_texts"}" ["context_card"]=> string(39) "{"title":"titles","content":"contents"}" ["question_page_custom_headline"]=> string(8) "headline" }
response: {"error":{"message":"An unexpected error has occurred. Please retry your request later.","type":"OAuthException","is_transient":true,"code":2,"fbtrace_id":"A35luM7FYL-k9_RUPFcIbim"}}
How should I modify it?