From 5890b02b2601b92853b3c157ac5720b0a7ad11de Mon Sep 17 00:00:00 2001 From: Damien Garros Date: Wed, 29 Jul 2020 16:37:14 -0400 Subject: [PATCH] Update FAQ regarding webhooks limitation --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 7a9c5e6..9bbcb4b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -46,4 +46,8 @@ > **No**, The plugin is leveraging the existing RQ Worker infrastructure already in place in NetBox, the only requirement is to ensure the plugin itself is installed in the Worker node. +## Why don't I see a webhook generated when a new device is onboarded successfully ? + +> It's expected that any changes done asynchronously in NetBox currently (within a worker) will not generate a webhook. +