Create a webhook

Creates a Webhook.

Request
Request Body schema: application/json
label
string
triggers
Array of any
method
string
target
string
Responses
201

Created

400

Bad Request

post/v3/webhooks
Request samples
application/json
{
  • "label": "Test webhook",
  • "triggers": [
    ],
  • "method": "POST",
}