Skip to content

Add participants

Add participants to a WhatsApp group. Maximum 8 participants per request.

Not available on Coexistence numbers. Requires a Cloud API-only number.

POST /v1/whatsapp/wa-groups/{groupId}/participants

Add participants to a WhatsApp group. Maximum 8 participants per request.

Not available on Coexistence numbers. Requires a Cloud API-only number.

Parameters

  • groupId (path, string) required — Group ID

  • accountId (query, string) required — WhatsApp social account ID

Request body

Content-Type: application/json

  • phoneNumbers (array) required — Phone numbers in E.164 format (max 8)

Responses

200 — Participants added

  • success (boolean)
  • message (string)

401