Introduction
The Blueticks API lets you send WhatsApp messages, manage gateways, and automate customer conversations from your own code.
Welcome to the Blueticks API reference. These docs cover the v1 public API — stable endpoints we guarantee won't break within a major version.
What you can build
- Send scheduled and recurring WhatsApp messages from your backend.
- Manage long-running gateway sessions for 24/7 message delivery.
- Integrate Blueticks into existing customer-support, CRM, or marketing pipelines.
Before you start
- You need a Blueticks account with an API key. See Authentication for how to get one.
- Pick an SDK: we ship official clients for Python, Node.js, and PHP. The Quickstart walks through each.
Next steps
- Quickstart — install the SDK, send your first ping.
- Authentication — API keys and headers.
- Errors & retries — how the API reports problems and what your client should do about them.
- API Reference — every endpoint, with an interactive playground.