Home · Produkt · Webhooks & events
Module

Florentin events into any tool or automation.

Signed webhooks push everything that happens in Florentin into your other systems — marketing platform, CRM, n8n, Make, Zapier or your own automations. Your app reads directly via the API anyway; webhooks make the data available everywhere else.

The problem

You don't want to build this yourself.

Your own app doesn't need webhooks to stay informed — it queries the API directly. Webhooks matter the moment other systems should react: a new customer lands in your marketing platform, a cancelled subscription triggers an automation in Make or n8n, a new invoice kicks off your workflow. Florentin delivers the events signed, reliably and with retries — you wire them up without glue code.

  • Shuttle Florentin events into other tools by hand
  • Keep marketing, CRM and automations in sync manually
  • Write and maintain glue code for every integration
Features

What Webhooks & events does

For your stackMarketing, CRM, n8n, Make, Zapier & co.
10 eventsAccount, subscription, invoice, team lifecycle …
No glue codeAdd an endpoint, events flow.
HMAC-signedX-Florentin-Signature: sha256=…
Retries4 attempts: 30 / 120 / 300 s.
Delivery logsAttempts, status, replay.
How it works

In three steps

Add an endpoint

Add the webhook URL of your tool or automation.

Pick events

Which lifecycle events you want to send out.

React elsewhere

n8n, Make or your marketing platform act on the event.

In detail

Specifications

Zielemarketing · CRM · n8n · Make · Zapier · custom
Events10 types
Signatursha256=<hmac> (HMAC-SHA256)
Retries4× fixed · 30 / 120 / 300 s
Logsattempts · status · replay
florentin · webhooks
POST  https://<dein-tool>/florentin-webhook   # n8n · Make · Zapier · eigenes
X-Florentin-Event: invoice.created
X-Florentin-Signature: sha256=8f3c9d…        # HMAC-SHA256 des Rohbodys
X-Florentin-Delivery-Id: 7c1f…

{
  "event": "invoice.created",
  "timestamp": "2026-06-06T12:00:00.000Z",
  "data": {
    "invoice": { "id": "…", "number": "INV-0042",
                 "status": "open", "amount_due": 4900, "currency": "eur" }
  }
}
FAQ

Frequently asked

Do I need webhooks for my own app?
Usually not — your app reads Florentin directly via the API. Webhooks pay off the moment other systems (marketing, CRM, automations) should react to events.
What can I connect webhooks to?
With anything that has a webhook URL: n8n, Make, Zapier, marketing platforms, your CRM or custom endpoints.
How do I verify the signature?
Via the secret: X-Florentin-Signature = sha256=HMAC-SHA256(secret, raw body).
What if the target is down?
Florentin retries up to 4× (backoff 30 / 120 / 300 s) and logs every attempt.

Build your product. We'll handle the rest.

All integrated — auth, billing, credits, portal, access. Stripe fully included.

Start free