mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.0 KiB
36 lines
1.0 KiB
1 year ago
|
---
|
||
|
title: 'Actions on webhook'
|
||
|
---
|
||
1 year ago
|
|
||
|
### Enable/Disable Webhook
|
||
|
|
||
|
To disable a Webhook
|
||
|
- Open `Webhook` tab to find list of webhooks created
|
||
|
- Toggle `Activate` button to enable/disable
|
||
|
|
||
|
![Screenshot 2023-09-01 at 3 59 28 PM](https://github.com/nocodb/nocodb/assets/86527202/c62cca12-6164-46a8-87e5-179d28c989b6)
|
||
|
|
||
|
|
||
|
### 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`
|
||
|
|
||
|
![Screenshot 2023-09-01 at 4 01 46 PM](https://github.com/nocodb/nocodb/assets/86527202/23a8aec1-ba29-4be4-8143-f3c94198a88c)
|
||
|
|
||
|
|
||
|
### 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`
|
||
|
|
||
|
![Screenshot 2023-09-01 at 4 01 46 PM](https://github.com/nocodb/nocodb/assets/86527202/23a8aec1-ba29-4be4-8143-f3c94198a88c)
|
||
|
|
||
|
A copy of the webhook will be created (disabled by default) with a suffix ` - Copy`
|
||
|
|
||
|
|