addWebhookToApplication#

Add a webhook to an application

Format#

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

Parameters#

Parameter Type Required Description
webhookTemplate string true Id or name of webhook template
url string true Url for the webhook
environment string true Id of environment to add the webhook to. This can be repeated for multiple environments.
application string true Id or name of application

Related REST command: Add a webhook to an application.

Parent topic: CLI Commands