Add webhook
Add webhook
post/webhooks
Request body
Example request
{
"target_url": "https://example.com/webhook",
"event_type": "issue.open.created"
}Response
The webhook has been added
Example response
{
"webhook_id": 1
}Add webhook
{
"target_url": "https://example.com/webhook",
"event_type": "issue.open.created"
}The webhook has been added
{
"webhook_id": 1
}