Webhooks
Create Webhook
Register a new webhook endpoint
POST
Creates a new webhook endpoint. When events matching the specified types occur, Flux will send a POST request to this URL.
The URL to receive webhook events. Must be HTTPS.
Array of event types to subscribe to. Use
["*"] to receive all events.A description for this webhook endpoint.
Save the
secret from the response. You’ll need it to verify webhook signatures. This is the only time the secret is returned.