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.
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
What Webhooks & events does
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.
Specifications
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" }
}
}Frequently asked
Do I need webhooks for my own app?
What can I connect webhooks to?
How do I verify the signature?
What if the target is down?
Build your product. We'll handle the rest.
All integrated — auth, billing, credits, portal, access. Stripe fully included.
Start free →