Request parameters
| Parameter Name | Description | Required |
| id | The ID of the Webhook | true |
| description | Description for the Webhook | false |
| name | Name for the Webhook | false |
| payloadurl | Payload URL of the Webhook | false |
| scope | Scope of the Webhook | false |
| secretkey | Secret key of the Webhook | false |
| sslverification | If set to true then SSL verification will be done for the Webhook otherwise not | false |
| state | State of the Webhook | false |
Response Tags
| Response Name | Description |
| displaytext | any text associated with the success or failure |
| success | true if operation is executed successfully |