WhatsApp API
Account Connect
Connect a WhatsApp Business Account to ChatSyncs via the API, using a WhatsApp Business Account ID and Meta access token. Use when a developer asks how to programmatically connect a WABA instead of doing it through the dashboard.
POST
Account Connect
Connects a WhatsApp Business Account (WABA) to ChatSyncs programmatically — a POST request
since it creates/updates a connection, and because
access_token is sensitive and shouldn’t be
sent as a GET query parameter.
Body
application/x-www-form-urlencoded
Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.
Example:
"API-KEY"
The ChatSyncs user ID of the account owner. Get this from Get My Info.
Example:
123
The WhatsApp Business Account ID from Meta. Where to find it.
Example:
"WHATSAPP-BUSINESS-ACCOUNT-ID"
A Meta access token for the WhatsApp Business Account. See Meta Developer Account Setup.
Example:
"ACCESS-TOKEN"
Previous
Send Text MessageSend a plain WhatsApp text message to any mobile number via the ChatSyncs API — request parameters, GET and POST examples, and the success/error response shapes. Use when a developer asks how to send a WhatsApp message from their own server/code, or why their send request returned a subscriber-limit error.
Next
Account Connect

