Webhooks

Your shop talks to your tools.

Every important event, a sale, a new subscription, a redeemed ticket, we push to your own URL in real time. Signed, with retries and a full log.

What it is

Connect facelessed to everything you use.

You set a URL and pick which events you care about. From then on, your system gets every sale, every subscription and every lead delivered straight away, automatically and with no detour.

  • Create and test endpoints in the dashboard
  • HMAC-signed with your own secret
  • Automatic retries on failure
  • Delivery log with one-click resend
POST https://dein-tool.com/webhook
{
  "id": "8f3c...",
  "event": "sale.completed",
  "created": 1749816000,
  "data": {
    "purchase_id": 4711,
    "product": { "id": 12, "title": "Mein Kurs", "type": "course" },
    "amount_cents": 4900,
    "currency": "EUR",
    "buyer_email": "[email protected]",
    "status": "paid"
  }
}

Example payload

Real time

The moment something happens, we send a POST to your URL. No polling, no waiting.

Signed

Every delivery carries an HMAC signature made with your secret. That way you know for sure it really came from us.

With retries

If your endpoint is briefly unreachable, we try again automatically, with a growing delay.

Full log

Every delivery lands in the dashboard: status, response, timestamp. You can resend any event.

Connect anything

Zapier, Make, n8n or your own server. If it accepts a URL, you can connect it.

One-click test

Send a test event and see instantly whether your endpoint receives everything correctly.

Events

These are the events you can subscribe to.

Per endpoint, you pick exactly what you need. More events are added all the time.

sale.completedAn order was paid.
subscription.startedSomeone took out a membership.
subscription.renewedA membership was renewed.
subscription.cancelledA membership was ended or expired.
order.refundedA sale was refunded.
ticket.redeemedA ticket was redeemed at the door.
lead.createdA new lead came in.
newsletter.subscribedA newsletter signup was confirmed.

Ready for your own shop?

Online in two minutes. Own subdomain, fair pricing, cancel anytime.

Start free