Label API
Label Create
Create a new label on a WhatsApp bot via the ChatSyncs API. Use when a developer asks how to programmatically create segments before assigning them to subscribers.
POST
Label Create
Creates a new label on a WhatsApp bot.
Body
application/x-www-form-urlencoded
Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.
Example:
"API-KEY"
The WhatsApp account's phone number ID. Where to find it.
Example:
"PHONE-NUMBER-ID"
The label's name.
Example:
"VIP"
Label Create

