webhook-configuration

Create a webhook configuration

Create a new webhook configuration for a specified workspace.

post/v1/settings/webhooks

Headers

Workspacestring required

The workspace identifier, which isolates API requests inside the provided workspace scope.

Request body

namestring required
<placeholder>
descriptionstring
<placeholder>
applyToAllDescendantsboolean required
<placeholder>
urlstring required
<placeholder>
secretstring required
<placeholder>
headersobject
<placeholder>
triggersstring[] required
<placeholder>

Response

Created

idstring
namestring
workspaceIdstring
status'enabled' | 'disconnected' | 'disabled'
<placeholder>
descriptionstring
applyToAllDescendantsboolean
urlstring
secretstring
headersobject
triggersstring[] required
<placeholder>
createdinteger
updatedinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.