1. Create an API key
In the ChatBridge dashboard, go to Settings → API Keys → Create Key. Pick the scopes you need — a key defaults to read-only (every*.view scope) if you don’t pick any. The raw key is shown once;
store it somewhere safe.
2. Make your first call
Every request authenticates with aBearer token:
3. Send a message
chat.send_message scope. See Authentication for the full scope list,
and the API Reference for every endpoint.
Outside the 24-hour customer service window, only template messages can be sent — the same rule Meta
enforces, checked locally first so you get a clear error instead of an opaque one from Meta’s API.

