Webhooks

Webhook Best Practices
You should only subscribe to the webhook events that you need. This will reduce the amount of work your server needs to do.  For more information on s...
Validating Webhooks
Once your server is configured to receive payloads, it will listen for any delivery that's sent to the endpoint you configured. To ensure that your se...
About Webhooks
Webhooks let you subscribe to events happening in a software system and automatically receive a delivery of data to your server whenever those events ...
Webhook events and payloads
HTTP POST payloads that are delivered to your webhook's configured URL endpoint will contain several special headers: X-Fluid-Hook-Guid : The unique i...
Troubleshooting webhooks
If you are not receiving the webhook deliveries that you expect, you should identify the point at which the delivery is missing. Trigger an event that...
Delivering webhooks to private systems
In order to limit exposure of your private system to the internet, you can use a reverse proxy to forward webhooks from Fluid to your private system Y...
Handling Webhook Deliveries
When you create a webhook, you specify a URL and subscribe to event types. When an event that your webhook is subscribed to occurs, Fluid will send an...
Jira Incoming Webhooks
An incoming webhook is a user-defined callback over HTTP. You can use Jira webhooks to notify Fluid when certain events occur in Jira. For example, al...
Testing Webhooks
This will let you verify that Fluid sends a webhook delivery in response to an event that you expect to trigger a webhook delivery. You can also test ...
DevOps Incoming Webhooks/Servicehooks
An incoming webhook/servicehook is a user-defined callback over HTTP. You can use DevOps webhooks/servicehooks to notify Fluid when certain events occ...