webhooks
Create a webhook
Creates a webhook subscription: Fluid delivers a JSON payload to url each time
the chosen event fires on the chosen resource. resource, event, and
url are required; active, http_method, and auth_token (the shared secret
Fluid signs deliveries with) are optional. Returns 201 with the subscription
under a webhook key — including its integer id and the event_identifier
for the event’s payload schema — and 422 when the body fails validation.
Requires a company Bearer token (401 otherwise). In production url must be a
publicly reachable HTTPS endpoint.
POST