Subscriber API
Add Notes To Subscriber
Attach an internal note to a subscriber via the ChatSyncs API. Use when a developer asks how to log CRM context (e.g. a support ticket summary) onto a subscriber’s record programmatically.
POST
Add Notes To Subscriber
Adds an internal note to a subscriber’s record — visible to your team in the dashboard, not
sent to the subscriber.
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 note text to add.
Example:
"Called customer, will follow up."
Add Notes To Subscriber

