Browse Source

Merge pull request #10085 from nocodb/docs/webhook-overview

Docs/webhook overview
develop
Raju Udava 1 day ago committed by GitHub
parent
commit
227c4190ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md

2
packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md

@ -5,7 +5,7 @@ tags: ['Webhook', 'Overview']
keywords: ['Webhook overview', 'NocoDB webhook', 'create webhook', 'modify webhook', 'delete webhook']
---
You can employ webhooks to notify external systems whenever there are additions, updates, or removals of records within NocoDB. This feature allows you to receive instantaneous notifications for any changes made to your database. NocoDB also offers webhooks for bulk endpoints for creating, updating, or deleting multiple records simultaneously.
You can employ webhooks to notify external systems whenever there are additions, updates, or removals of records within NocoDB. This feature allows you to receive instantaneous notifications for any changes made to your database through NocoDB. NocoDB also offers webhooks for bulk endpoints for creating, updating, or deleting multiple records simultaneously.
Note that, Webhooks currently are specific to associated table.

Loading…
Cancel
Save