mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 13:36:43 +00:00
docs: update webhook based on latest changes
This commit is contained in:
@@ -6,6 +6,23 @@ category: "Developer Resources"
|
||||
menuTitle: "Webhooks"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
Some types of notifications can be triggered by a webhook after a particular event.
|
||||
|
||||
- Open a Project, Select a table and Click 'More' > 'Webhooks'.
|
||||
|
||||

|
||||
|
||||
- Click 'Create webhook'
|
||||
|
||||

|
||||
|
||||
- Configure the webhook
|
||||
|
||||

|
||||
|
||||
|
||||
## Triggers
|
||||
|
||||
Webhooks allows user to trigger on certain operations on following database operations
|
||||
@@ -95,16 +112,10 @@ Detailed procedure for discord webhook described [here](https://support.discord.
|
||||
|
||||
### 3. Configure
|
||||
|
||||
- Open project, associated table.
|
||||
- Open project and choose a table.
|
||||
- Click 'More' > 'Webhooks'.
|
||||
|
||||

|
||||
|
||||
- Click 'Add New Webhook'
|
||||
|
||||

|
||||
|
||||
- Configure
|
||||
- Click 'Create webhook'
|
||||
- Configure webhook
|
||||
- **Title**: Name of your choice to identify this Webhook.
|
||||
- **Event**: Trigger event. Choose between.
|
||||
- After Insert: Trigger event for new ROW insertion.
|
||||
@@ -160,16 +171,10 @@ Detailed procedure for discord webhook described [here](https://support.discord.
|
||||
|
||||
### 3. Configure
|
||||
|
||||
- Open project, associated table.
|
||||
- Click 'More' > 'Webhooks'.
|
||||
|
||||

|
||||
|
||||
- Click 'Add New Webhook'
|
||||
|
||||

|
||||
|
||||
- Configure
|
||||
- Open project and choose a table.
|
||||
- Click 'More' > 'Webhooks'.
|
||||
- Click 'Create webhook'
|
||||
- Configure webhook
|
||||
- **Title**: Name of your choice to identify this Webhook.
|
||||
- **Event**: Trigger event. Choose between.
|
||||
- After Insert: Trigger event for new ROW insertion.
|
||||
|
||||
Reference in New Issue
Block a user