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.
When 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.
Delivery, seen and reply events pushed to your URL as they happen — with per-integration secrets and a full delivery log.