Skip to main content
POST
/
groups
Criar Grupo
curl --request POST \
  --url https://apis.vectalk.com.br/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "subject": "<string>",
  "description": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Requer token de instância associado ao número de telefone. O número é resolvido automaticamente pelo token — não é necessário informar o phone-number-id.

Parâmetros

Body

subject
string
required
Nome (assunto) do grupo. Máximo de 25 caracteres.
description
string
Descrição do grupo. Máximo de 512 caracteres.

Resposta

{
  "id": "group_id_123@g.us"
}