Introduction
Webhooks allow you to build or set up a web service (perhaps in relation to your CRM), which subscribes to certain events in OnlineFundraising.
When the listed events are triggered, OnlineFundraising will send a HTTP POST payload to the configured webhook URL from IPs listed here: https://s3.eu-central-1.amazonaws.com/dk.onlinefundraising.info/webhooks.json
Please note webhooks may be delivered twice in rare occasions, due to connection problems, bad timings etc. Please also see delivery attempts below.
Event types
Currently only one webhook is available in Inbound. More may be added in the future.
Entity |
Event type |
Description |
---|---|---|
SmsMO |
received |
A text message was received. |
Webhook payload
One or more objects may be delivered in a single webhook.
Example of POST delivery
|
Webhook delivery attempts
Should your integration not respond at all or respond with a HTTP code other than 200 OK, then we will resend the webhook by an exponential backoff algorithm with the following seconds interval per attempt:
-
- 10
- 1800
- 3600
- 5400
- 7200
- 9000
- 10800
- 12600
- 14400
- 16200