Dobydil Webhooks
Connect Dobydil to Zapier, Make, or your own code
If you use Zapier, Make, or your own backend, a webhook is how Dobydil tells it something just happened. Add your endpoint URL, pick which events you care about, and Dobydil sends a signed HTTP POST the moment an invoice is paid, a quote is accepted, or a lead is created — so you can trigger anything downstream automatically instead of checking Dobydil manually.
Paste the URL you want events sent to — your own server, a Zapier or Make webhook trigger, anything that accepts an HTTP POST.
invoice.paid, quote.accepted, and lead.created — pick any combination.
Each payload is HMAC-SHA256 signed with a secret unique to your webhook, so your endpoint can verify it genuinely came from Dobydil.
Your Webhooks page shows the last time each one triggered, so you can confirm it's actually working.
To receive and act on the webhook, yes, some code (or a no-code tool like Zapier/Make) on the receiving end. Setting the webhook up in Dobydil itself is just pasting a URL and picking events.
Yes — webhooks are free, with no limit on how many events fire.
Every payload includes an X-Dobydil-Signature header — an HMAC-SHA256 signature of the body using your webhook's own secret, which your endpoint can verify before trusting the request.
Dobydil Webhooks — free, no card, ever.
Every Dobydil product stays free for life, kept up by light advertising, not subscriptions.
Use it free →