Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/guides/webhooks/triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -88,4 +88,4 @@ Events that can be configured to trigger a v1 webhook:
- Locked,
- Unlocked,
- Deleted,
- Collaborator added.
- Collaborator added.
Loading