Official store modules, a clean REST API, webhooks and ready-made automations — pick your integration depth, from one-click to fully custom.
Official modules, built and maintained by us — pick the version of your platform.
A typed PHP client — send messages, manage templates and read statuses in a few lines.
$client = new Client('YOUR_API_TOKEN');
$message = (new Message())
->setTemplate('TEMPLATE_ID')
->setPhone('+359888123456');
$client->getMessages()->send($message);Your app token goes in the Authorization header as-is; template IDs come from your dashboard. Test against api-sandbox.connectix.bg first.
One line adds the Connectix docs MCP to your agent — the full contract, guides and sandbox examples, in English and Bulgarian. Add the skill for the conventions too.
Agents get sandbox-only examples: api-sandbox.connectix.bg and your sandbox token. Going live is a human step in the go-live guide.
$ claude mcp add --transport http connectix-docs https://mcp.connectix.bg/mcp$ codex mcp add connectix-docs --url https://mcp.connectix.bg/mcp$ {"mcpServers":{"connectix-docs":{"url":"https://mcp.connectix.bg/mcp"}}}$ npx skills add connectix-bg/aiWhen X happens, send Y — courier events and shipment statuses wired to your templates, no code at all.
Open Setup instructionsPredictable JSON, token auth, sandbox environment and an in-product API reference with a live request runner.
Read the docsDelivery, seen and reply events pushed to your URL as they happen — with per-integration secrets and a full delivery log.
Read the docs