Webhooks for real-time event delivery

You can now receive events from Fundraise Up the moment they happen, delivered to your own systems through webhooks.

When a donation is created, a recurring plan changes, or a supporter updates their details, Fundraise Up sends a signed request to your endpoint, usually within 2 minutes. For organizations that build their own integrations with CRMs, middleware, and marketing tools, this removes the need to repeatedly query the API for changes.

You create and manage webhooks from Settings > Webhooks in your Dashboard. Choose which events each endpoint receives, across donations, recurring plans, tributes, and supporters. Every request is signed with a secret so you can confirm it came from Fundraise Up.

Each webhook keeps a delivery log of every attempt, and failed deliveries are retried automatically over several hours. You can send a test event or ping your endpoint at any time, and Fundraise Up emails you if deliveries start failing.

Copied