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