addWebhookToApplication
Add a webhook to an application
Format
udclient [global-args...] [global-flags...]
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.