Webhook for "Donation Form Submitted" event?

Hello,

Is there a SKY API webhook available that fires when a Raiser’s Edge donation form is submitted? We are aware of the “Gift Added” webhook, however, this only fires *after* the gift has been manually added to Raiser’s Edge.

Our use case requires us to perform actions in various 3rd-party services immediately upon the Raiser’s Edge donation form submission.

We have tested webhooks for the "Gift Added" event, however, as described above, this event only fires after the gift has been manually approved and added to Raiser's Edge and not immediately after the donation form has been submitted.

Thank you,

Aaron

https://developer.blackbaud.com/skyapi/products/renxt/webhook

https://developer.blackbaud.com/skyapi/products/renxt/webhook/event-types/gift

Comments

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Kudos 5 Facilitator 4 bbcon 2025 Attendee Badge

    @Aaron Colon
    As you are aware, webhook for trigger that you want does not exists.

    A workaround would be to use the list gift batch and the new get gift in batch Gift v2 API endpoint to do periodic check if new gifts was added. It is not the instant gift is made, but if you want.. it can be run every hour or every 30 minute depending on your process need.

Categories