callbackUrl or in the dashboard settings.
Every webhook includes a token so you can validate the authenticity of the notification.
Recommendations
- Respond quickly with a
2xxstatus. - Process heavy tasks asynchronously.
- Validate the received
token. - Log received events for auditing.
- Avoid using query endpoints for polling. Prefer webhooks.

