Add Participant to Group
This endpoint adds a participant to a group
Note that adding unknown numbers is a spammy action and can result in a ban
Per Meta’s policies, a user will be added to a group directly only if they have enabled it in their privacy settings, and they are a member of your phone contacts
For all other cases, this will send an invite to them to join the group
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Please provide the number of the phone you want to call with this API in the header. The number must be in country code + number format without any characters or spaces, e.g. 919876543210; Alternatively, provide the phone_id (phone-xxxxxxxxxxxx) in the header
Path Parameters
Body
- Provide a list of participants to be added to the group (in country_code + number format).
- Participants will be directly added to the group if they are in your phone contacts and their privacy settings allow it. If not, participants will receive an invite to join the group
Response
The response is an object with is_success
value for each participant
Was this page helpful?