|
|
|
---
|
|
|
|
title: 'Actions on webhook'
|
|
|
|
tags: ['Webhook', 'Delete', 'Duplicate', 'Disable', 'Enable']
|
|
|
|
---
|
|
|
|
|
|
|
|
### Enable/Disable Webhook
|
|
|
|
|
|
|
|
To disable a Webhook
|
|
|
|
- Open `Webhook` tab to find list of webhooks created
|
|
|
|
- Toggle `Activate` button to enable/disable
|
|
|
|
|
|
|
|
![Webhook List](/img/v2/webhook/webhook-list-2.png)
|
|
|
|
|
|
|
|
|
|
|
|
### Delete Webhook
|
|
|
|
|
|
|
|
To delete a Webhook
|
|
|
|
- Open `Webhook` tab to find list of webhooks created
|
|
|
|
- Click on `...` actions button associated with the webhook to be deleted
|
|
|
|
- Select `Delete`
|
|
|
|
|
|
|
|
![Webhook context menu](/img/v2/webhook/webhook-list-3.png)
|
|
|
|
|
|
|
|
|
|
|
|
### Duplicate Webhook
|
|
|
|
|
|
|
|
To duplicate a Webhook
|
|
|
|
- Open `Webhook` tab to find list of webhooks created
|
|
|
|
- Click on `...` actions button associated with the webhook to be duplicate
|
|
|
|
- Select `Duplicate`
|
|
|
|
|
|
|
|
![Webhook context menu](/img/v2/webhook/webhook-list-3.png)
|
|
|
|
|
|
|
|
A copy of the webhook will be created (disabled by default) with a suffix ` - Copy`
|
|
|
|
|
|
|
|
|