POST
/
wa
/
instances
/
{instance_id}
/
groups
/
{group_id}
/
promote-participants
curl --request POST \
  --url https://api.zapsterapi.com/v1/wa/instances/{instance_id}/groups/{group_id}/promote-participants \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '""'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

instance_id
string
required
group_id
string
required

Body

application/json
participants
string[]

Lista de número para adicionar (DDI + DDD + Telefone)

Response

204
application/json
Os participantes foram adicionados com sucesso.

The response is of type object.