Webhooks

Implement a public endpoint in your app and receive campaign events. Verify requests using the signing secret as in the given example. This is what protects the endpoint!

You can register your webhooks and view the requests we made to them in Developer -> Webhooks.

Example of a registered webhook for a Custom Reward

Webhook are great tools for setting up integrantions with your app using webhook quests and custom rewards.

Webhook QuestsCustom Rewards

Example Webhook

This is an example implementation of a webhook for a NodeJS express server.

Last updated

Was this helpful?