Webhook
Create a webhook
Creates a Webhook.
post/v3/webhooks
Request body
Example request
{
"label": "Test webhook",
"triggers": [
"user.create",
"user.delete"
],
"method": "POST",
"target": "http://localhost:9999"
}Response
Created