Parâmetros
string
required
Identificador do seu número de WhatsApp na Meta.
string
required
Telefone do contato, com código do país e apenas dígitos.
string
required
Identificadores de etiqueta separados por vírgula, obtidos em Listar etiquetas.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Adicionar etiquetas a um contato
curl -X POST 'https://api.wizebot.com.br/api/v1/whatsapp/contacts/tags' \
-H 'Authorization: Bearer API-KEY' \
-H 'Content-Type: application/json' \
-d '{
"phone_number_id": "119153661148976",
"phone_number": "5511999999999",
"tag_ids": "vip_1757280000000,cliente_1757280000001"
}'
{
"success": true,
"data": { "message": "Tags assigned successfully." },
"timestamp": "2026-09-08T19:30:00.000Z"
}
| HTTP | Código | Causa |
|---|---|---|
| 400 | MISSING_PARAM | Falta phone_number ou tag_ids |
| 404 | CHANNEL_NOT_FOUND | phone_number_id não pertence à sua empresa |
| 404 | CONTACT_NOT_FOUND | Contato inexistente nesse número |
