Subscriber API
Subscriber Update
Update an existing subscriber’s name, gender, or labels via the ChatSyncs API. Use when a developer asks how to keep subscriber profile data in sync with their own CRM.
POST
Subscriber Update
Updates fields on an existing subscriber.
By REST convention this would ideally be a
PUT request — but the ChatSyncs API only exposes
it as POST. Use POST as shown below.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 subscriber's phone number, with country code, digits only.
Example:
"PHONE-NUMBER"
The subscriber's first name.
The subscriber's last name.
The subscriber's gender.
Comma-separated label IDs, e.g. 1,4,5. Where to find it.
Subscriber Update

