Add a webhook to a process

Request

POST https://{hostname}:{port}
    /cli/process/{process}/webhooks?{parameters}
Accept: {contentType}
Table 1. Request parameters
Parameter Type Required Description
webhookTemplate string true Id or name of webhook template.
url string true Url for the webhook
webhookProxyHost string false Host name of http proxy. Default ${p?:system/proxyHost}.
webhookProxyPort string false Port of http proxy. Default ${p?:system/proxyPort}.
webhookProxyUsername string false Username for authentication with http proxy. Default ${p?:system/proxyUsername}.
webhookProxyPassword string false Password for authentication with http proxy. Default ${p?:system/proxyPassword}.
Table 2. URL parameters
Parameter Type Required Description
process string true Id or name of process
Table 3. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true

Related CLI command: addWebhookToProcess.