Testing webhooks

Learn how to test webhooks you've set up for your app.

๐Ÿ“˜

Note

Testing webhooks will fire them for every app subscribed to that event. Don't overdo it.

When you're done setting up your webhooks, chances are you'll want to test them. That's simple. You can go to any attendee page on Clear, and you should see a "Fire Webhooks" tab. This will fire the specified webhook, but without actually performing the actual task (for example, firing the Registration.Register webhook from this tab won't actually re-register the attendee).

803