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 · 2,567 downloads
Integrations

Store modules

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

P

prestashop

Module / prestashop1,206 downloads
O

opencart

Module / opencart968 downloads
2.3.xv2.3.13Download
W

wordpress

Module / wordpress393 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.

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.

API

Webhooks

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

Connect your store today

Free account, sandbox tokens and demo templates included.