POST
request to a pre-determined endpoint. Below are the details on how to set up, verify, and manage Travtus webhooks effectively.
https://www.example.com/acme/webhooks/
to receive notifications from Travtus.
To indicate that a webhook has been processed, return a 2xx
(status code 200-299
) response to the webhook message within a reasonable time frame (15 seconds). Disable CSRF
protection for this endpoint if the framework you use enables it by default.
Helpful Tip! If you don’t have a URL or your service isn’t ready to start receiving events, press the use Svix Play button for a temporary URL.If you don’t specify any event types, your endpoint will receive all events by default. This can be helpful for initial testing.
EndpointDisabledEvent
will be sent.