Webhooks

Create a webhook

Create a webhook for your organization.

post/api/webhooks/

Request body

actionsActionsEnum[]
{"stackTrail":"components:schemas:WebhookRequest:properties:headers","oasType":"schema","type":"unknown","title":"Request extra headers of webhook","description":"Key Value Json of headers"}
is_activeboolean

If value is False the webhook is disabled

projectinteger nullable
send_for_all_actionsboolean

If value is False - used only for actions from WebhookAction

send_payloadboolean

If value is False send only action

urlstring uri required

URL of webhook

Response

actionsActionsEnum[]
consecutive_failuresinteger required
created_atstring date-time required

Creation time

{"stackTrail":"components:schemas:Webhook:properties:headers","oasType":"schema","type":"unknown","title":"Request extra headers of webhook","description":"Key Value Json of headers"}
idinteger required
is_activeboolean

If value is False the webhook is disabled

organizationinteger required
projectinteger nullable
send_for_all_actionsboolean

If value is False - used only for actions from WebhookAction

send_payloadboolean

If value is False send only action

updated_atstring date-time required

Last update time

urlstring uri required

URL of webhook

Changes

Changed in 1 of the 97 revisions of this API.1

    • added the required property consecutive_failures to the response with the 201 status

      response-required-property-added

Of the 97 revisions, 1 has no diff computed.