WA Client
POST

Create Label

Create a new label (name, color).

API endpoint
https://waclient.com/api/create_label
Example:
curl -X POST \
  'https://waclient.com/api/create_label' \
  -H 'Content-Type: application/json' \
  --data '{
    "name": "VIP",
    "color": 1,
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "created": true,
        "name": "VIP",
        "color": 1,
        "label_id": "1750000000000",
        "local_only": true,
        "note": "Label saved locally. Reconnect the instance to sync labels with WhatsApp."
    }
}
ParameterDescription
nameLabel name
colorLabel color index (0–19)
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc