Native connectors for VTEX and Opencart, a generic webhook for any other system and an open API when you want full control. The events in your operation become automation triggers without anyone writing an integration.
Order created, paid, shipped and abandoned cart, authenticated with App Key and App Token.
Order created, paid, status changed and new customer, through an extension installed in the store.
ERP, CRM or legacy system: one signed POST to our URL and the event becomes a trigger.
Each connector asks for the minimum it needs to work and validates the credential on the spot. After that it is picking which events become triggers — the variables already arrive ready for the template.
See automations →Native connector using VTEX's own App Key and App Token. It subscribes to the order and cart hooks on the given account, with no app installed in the store.
{
"event": "order.created",
"orderId": "1493827acme-01",
"value": 28490,
"items": 3
}We impose no format: you send the JSON your system already produces and the platform maps the keys. Signature checked, idempotency per event and a test button before it counts for real.
The connector queue is ordered by customer demand. While yours has not arrived, the generic webhook already solves it — and moving to the native connector does not require redoing the automation.
Signature checked on the way in, idempotency per event, retry with an increasing wait on the way back and a record of everything that went through. Resending to be safe never turns into a duplicate message.
Every event is validated with HMAC-SHA256 before it enters the queue. A payload without a valid signature is refused.
A unique key per event: the same trigger sent again is recorded and discarded, with no duplicate message.
A failed call back to your system is retried five times, with an increasing interval.
Payload received, processing result and which automation fired — searchable by period.
Your platform is not on the list? Ask for priority .
Sandbox wallet released when you create the account, a WhatsApp test number and guided onboarding. No card, no contract.
