Webhooks

Receive webhooks for various events happening in Pylon.

Webhooks are user-defined HTTP callbacks that are triggered by specific events within Pylon.

Setup

To create webhooks, first go to Settings > Webhooks to setup your target endpoint. Here you can specify the URL of your endpoint as well as any custom headers you'd like sent on each webhook. For example, here you can include authentication information like a Bearer token if your webhook is to a third party.

Then, go to Settings > Triggers and create a Trigger with an Action of "Send webhook". Use the "When" and "If" condition of the trigger to control in what situations the webhook fires.

Using templated variables, you can construct your webhook body to look exactly like how you'd like to receive it:

Last updated