I'm sending messages as individual/group, but the are identified by Whatapp Business Account Entrprise as but how are identified enterprise as group/individual, and I'm trying to figure out why.
This is the facebook for developers pages documenting Sending Group Messages
Here's an example of sending a message
http://localhost:8080/v1/messages type -post
Request :
{
"to": "{{Recipient-WA-ID}}",
"type": "text",
"recipient_type": "individual",
"text": {
"body": "I am Akash"
}
}
The API properly returns an ID for the message, but how can distinguish whether this message was sent from an individual Person versus a Whats-app group?
When I send a message as an individual person, the API response ID for the message seems to arrive the same was as if it was sent from a group. How can I figure out if it is from a group of the Enterprise (example clients include SBI Bank, JP Morgan, U.S. Bankcorp, etc...)