Add a webhook to a process
Request
POST https://{hostname}:{port}
/cli/process/{process}/webhooks?{parameters}
Accept: application/json
| Parameter | Type | Required | Description |
|---|---|---|---|
| webhookTemplate | string | true | Id or name of webhook template. |
| url | string | true | Url for the webhook |
| Parameter | Type | Required | Description |
|---|---|---|---|
| process | string | true | Id or name of process |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept | application/json |
true |
Related CLI command: addWebhookToProcess.