E-commerce
WooCommerce
Orders become a contact and a deal, once even when the shop retries.
OfficialWe wrote it and we maintain it. If it breaks, fixing it is our job.
WooCommerce's order webhook posts here. The signature is checked with the shop's secret, the buyer is matched on email to an existing contact, and the order becomes a deal in the module you chose. A shop retries whatever did not get a 2xx, so a duplicate order is answered 200 duplicate — which is what stops the retries.
What it needs
- A shop connectionrequired
Under Settings → Webshops, with an endpoint URL and a secret.
Connecting it
- 1Under Settings → Webshops, create a connection for this platform. You get an endpoint URL and a secret.
- 2In the shop's admin, add an order webhook to that URL with the secret.
- 3Choose which module and stage a new order's deal lands in.
- 4One order number stays one contact and one deal, however many times the shop retries.
Signing
A request carries it in this header: x-wc-webhook-signature
HMAC-SHA256 over the raw body, base64, with the connection's secret.
See it before you pay for it
14 days, no card. If it doesn't suit you, export everything and leave — the data stays yours.