addWebhookToProcess#

Add a webhook to a process

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  addWebhookToProcess [parameters]

Parameters#

Parameter Type Required Description
webhookTemplate string true Id or name of webhook template.
url string true Url for the webhook
process string true Id or name of process

Related REST command: Add a webhook to a process.

Parent topic: CLI Commands