我在上创建了一个WhatsApp商业应用程序https://developers.facebook.com/apps/
我可以使用API&访问令牌
curl -X POST
'https://graph.facebook.com/v15.0/FROM_PHONE_NUMBER_ID/messages'
-H "Authorization: ACCESS_TOKEN"
-d '{
"messaging_product": "whatsapp",
"to": "1650XXXXXXX",
"text": {"body" : "hi"}
}'
我想在WhatsApp群组中发送消息,有什么方法可以实现吗
遗憾的是,没有API可以在WhatsApp群组中发送消息。