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.