Integrations

Plug your PrestaShop, OpenCart or WordPress store into Connectix

Official store modules, a clean REST API, webhooks and ready-made automations — pick your integration depth, from one-click to fully custom.

8 official integrations · 3,365 downloads
Integrations

Store modules

Official modules, built and maintained by us — pick the version of your platform.

P

prestashop

Module / prestashop1,636 downloads
O

opencart

Module / opencart1,210 downloads
2.3.xv2.3.13Download
W

wordpress

Module / wordpress519 downloads
php

Official PHP SDK

v2.0.0

A typed PHP client — send messages, manage templates and read statuses in a few lines.

Install via Composer
$ composer require connectix/php-sdk
Your first message
$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.

Build with AI

Your AI tools already know the Connectix API.

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 Code
$ claude mcp add --transport http connectix-docs https://mcp.connectix.bg/mcp
Codex
$ codex mcp add connectix-docs --url https://mcp.connectix.bg/mcp
Cursor · .cursor/mcp.json
$ {"mcpServers":{"connectix-docs":{"url":"https://mcp.connectix.bg/mcp"}}}
Skill · any agent
$ npx skills add connectix-bg/ai
ZAutomation

Zapier

When X happens, send Y — courier events and shipment statuses wired to your templates, no code at all.

Open Setup instructions
{}API

REST API

Predictable JSON, token auth, sandbox environment and an in-product API reference with a live request runner.

Read the docs
API

Webhooks

Delivery, seen and reply events pushed to your URL as they happen — with per-integration secrets and a full delivery log.

Read the docs

Connect your store today

Free account, sandbox tokens and demo templates included.