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.
access_token is sensitive and shouldn’t be
sent as a GET query parameter.
Body
Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.
"API-KEY"
The ChatSyncs user ID of the account owner. Get this from Get My Info.
123
The WhatsApp Business Account ID from Meta. Where to find it.
"WHATSAPP-BUSINESS-ACCOUNT-ID"
A permanent Meta system-user access token for the WhatsApp Business Account -- not the temporary token, which expires in ~1 hour. See Access Tokens (Temporary vs Permanent) to generate one.
"PERMANENT-ACCESS-TOKEN"

