From 59dd47e5e858e6da0f9e8611da056f515d4d6ac3 Mon Sep 17 00:00:00 2001 From: Rajat Sandeep <93584596+rajatsandeepsen@users.noreply.github.com> Date: Thu, 4 Apr 2024 05:35:05 +0530 Subject: [PATCH 1/2] Update fr-010.webhook-overview.md --- .../020.webhook/fr-010.webhook-overview.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/scripts/docs/fr/130.automation/020.webhook/fr-010.webhook-overview.md b/scripts/docs/fr/130.automation/020.webhook/fr-010.webhook-overview.md index e69de29bb2..c885ea1fb3 100644 --- a/scripts/docs/fr/130.automation/020.webhook/fr-010.webhook-overview.md +++ b/scripts/docs/fr/130.automation/020.webhook/fr-010.webhook-overview.md @@ -0,0 +1,17 @@ +*** + +title: 'Webhook overview' +description: 'Learn how to create, modify and delete webhooks.' +tags: \['Webhook', 'Overview'] +keywords: \['Webhook overview', 'NocoDB webhook', 'create webhook', 'modify webhook', 'delete webhook'] +------------------------------------------------------------------------------------------------------- + +Vous pouvez utiliser des webhooks pour avertir les systèmes externes chaque fois qu'il y a des ajouts, des mises à jour ou des suppressions d'enregistrements dans NocoDB. Cette fonctionnalité vous permet de recevoir des notifications instantanées pour toute modification apportée à votre base de données. NocoDB propose également des webhooks pour les points de terminaison en masse permettant de créer, mettre à jour ou supprimer plusieurs enregistrements simultanément. + +Note that, Webhooks currently are specific to associated table. + +* [Créer un webhook](create-webhook) +* [Disable Webhook](actions-on-webhook#enable/disable-webhook) +* [Modifier le webhook](actions-on-webhook#edit-webhook) +* [Webhook en double](actions-on-webhook#duplicate-webhook) +* [Supprimer le webhook](actions-on-webhook#delete-webhook) From 7c1ca697b44f5eea1dc48d15ea4b9cab58d49a88 Mon Sep 17 00:00:00 2001 From: Anbarasu Date: Mon, 8 Apr 2024 19:00:44 +0530 Subject: [PATCH 2/2] Update scripts/docs/fr/130.automation/020.webhook/fr-010.webhook-overview.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .../130.automation/020.webhook/fr-010.webhook-overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/docs/fr/130.automation/020.webhook/fr-010.webhook-overview.md b/scripts/docs/fr/130.automation/020.webhook/fr-010.webhook-overview.md index c885ea1fb3..ef22382d4f 100644 --- a/scripts/docs/fr/130.automation/020.webhook/fr-010.webhook-overview.md +++ b/scripts/docs/fr/130.automation/020.webhook/fr-010.webhook-overview.md @@ -1,7 +1,7 @@ *** -title: 'Webhook overview' -description: 'Learn how to create, modify and delete webhooks.' +title: 'Aperçu des Webhooks' +description: 'Apprenez à créer, modifier et supprimer des webhooks.' tags: \['Webhook', 'Overview'] keywords: \['Webhook overview', 'NocoDB webhook', 'create webhook', 'modify webhook', 'delete webhook'] ------------------------------------------------------------------------------------------------------- @@ -11,7 +11,7 @@ Vous pouvez utiliser des webhooks pour avertir les systèmes externes chaque foi Note that, Webhooks currently are specific to associated table. * [Créer un webhook](create-webhook) -* [Disable Webhook](actions-on-webhook#enable/disable-webhook) +* [Désactiver le Webhook](actions-on-webhook#activer/désactiver-webhook) * [Modifier le webhook](actions-on-webhook#edit-webhook) * [Webhook en double](actions-on-webhook#duplicate-webhook) * [Supprimer le webhook](actions-on-webhook#delete-webhook)