Integrations
Three connections, each verified against a live account.
Convertras does not have a marketplace. It has three integrations that were built, connected to real stores and real numbers, and checked by reading the resulting rows in the database — not by watching a success message.
Shopify
Orders and customers arrive as contacts and orders, attached to the person who placed them.
- Webhooks are verified by HMAC over the raw request body before anything is written. An unsigned or altered payload is rejected, not parsed.
- A repeated delivery is recognised and skipped rather than duplicating the order — retries are normal, and a sync that double-counts revenue is worse than one that is late.
- Line items, shipping and taxes are carried across in minor units, so nothing is lost to rounding.
- Each installation is bound to its shop domain: a payload signed for one store cannot write into another workspace.
How we know: A live test order synced with six lines, including shipping, and the total was checked in the database rather than on screen.
WooCommerce
A WordPress plugin you install on your own store; no third-party middleware in between.
- Customers and orders are pushed to Convertras as they happen, signed with a shared secret you set.
- A failed push is retried rather than lost, and an order already synced is reported as such instead of sent twice.
- Written to WordPress conventions and compatible with High-Performance Order Storage.
- The plugin ships as a zip you upload; nothing is hosted on our side except the endpoint it talks to.
How we know: Installed on a live WordPress store: customer created, order synced, and a second attempt correctly reported as already synced rather than duplicated.
WhatsApp Business
The official Business API, with the rules Meta enforces made visible instead of hidden.
- Messages land in the same inbox as website chat, on the same contact record.
- The 24-hour free-reply window is shown in the composer, so nobody discovers it has closed by having a message rejected.
- Template status — draft, pending, approved, rejected with its reason — is on screen, and sending on an unapproved template is prevented rather than attempted.
- Opt-in is stored per contact with the date it changed, because "we had permission" needs to be evidenced.
How we know: Connected to a real WhatsApp Business number: templates created and approved, inbound and outbound messages delivered, delivery states carried through to the thread.
Build your own
Anything not on this page is reachable through the API, which is the same one the product uses.
REST API
Contacts, conversations, products, quotes and orders, with API keys scoped to a workspace and rate limits that follow your plan.
Outgoing webhooks
Subscribe to events and receive signed deliveries, with retries and a delivery log you can inspect.
Signed both ways
We verify what comes in and sign what goes out, so neither side has to trust the network.
What is not here
- PrestaShop and a WordPress content connector exist in the catalogue but have not been verified end to end, so they are not listed above as working.
- Instagram and Messenger are not connected. The inbox handles website chat and WhatsApp.
- Zapier and Make — the catalogue shows how to wire them up with an API key and outgoing webhooks, but there is no published Convertras app in either directory.
- Accounting and ERP systems — nothing native. Invoices and orders are readable through the API.
If one of these decides it for you, say so — hello@convertras.com. It changes what gets built next.
Try it on your own conversations
Fourteen days, every feature unlocked, no card. Cancel from your settings in one click, and export your data on the way out.