Skip to main content

Testing Webhooks

Once you have set up your application to receive Tiltify Webhooks, you can being testing your endpoint. This page describes a few of the ways you can test your Webhook Endpoint.

Sending Test Messages

One way of testing your Webhook Endpoint is by sending Test Messages through the dashboard. Under the Testing tab you will find a way to send both test messages that come from either Subscriptions or Relays.

These messages use fake data, but will allow you to ensure that your application is configured and verifying signatures correctly.

Testing Subscriptions

a screenshot of the webhook subscription test form

Testing Relays

a screenshot of the webhook relay test form

Retrying Previous Messages

Another way to test that your endpoint is working, is to resend previous messages. You can resend any message, both test messages and real messages, through your Developer Dashboard under the History tab. Just click the Resend button, and a new attempt will be sent to your Webhook Endpoint.

a screenshot of the webhook endpoint history page