From 53f11408629fcd7587d054e828bd92ce31684846 Mon Sep 17 00:00:00 2001 From: NatalieNobile <153856354+NatalieNobile@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:43:42 -0500 Subject: [PATCH] Update triggers.md --- content/guides/webhooks/triggers.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/guides/webhooks/triggers.md b/content/guides/webhooks/triggers.md index 475f4481a..642a9b378 100644 --- a/content/guides/webhooks/triggers.md +++ b/content/guides/webhooks/triggers.md @@ -30,9 +30,9 @@ available for folders. | `COMMENT.CREATED` | A comment object is created. | Yes | Yes | | `COMMENT.UPDATED` | A comment object is edited. | Yes | Yes | | `COMMENT.DELETED` | A comment object is removed. | Yes | Yes | -| `DOCGEN_DOCUMENT_GENERATION_FAILED` | Doc Gen failed to generate a document. | Yes | No | -| `DOCGEN_DOCUMENT_GENERATION_STARTED` | Doc Gen started to create a document. | Yes | No | -| `DOCGEN_DOCUMENT_GENERATION_SUCCEEDED` | Doc Gen succeeded to create a document. | Yes | No | +| `DOCGEN_DOCUMENT_GENERATION.FAILED` | Doc Gen failed to generate a document. | Yes | No | +| `DOCGEN_DOCUMENT_GENERATION.STARTED` | Doc Gen started to create a document. | Yes | No | +| `DOCGEN_DOCUMENT_GENERATION.SUCCEEDED` | Doc Gen succeeded to create a document. | Yes | No | | `FILE.UPLOADED` | A file is uploaded or moved to this folder. | No | Yes | | `FILE.PREVIEWED` | A file is previewed. | Yes | Yes | | `FILE.DOWNLOADED` | A file is downloaded. | Yes | Yes | @@ -88,4 +88,4 @@ Events that can be configured to trigger a v1 webhook: - Locked, - Unlocked, - Deleted, -- Collaborator added. \ No newline at end of file +- Collaborator added.