Enhancement: support doc_id placeholder in workflow templates (#11847)

This commit is contained in:
shamoon
2026-01-21 16:05:19 -08:00
committed by GitHub
parent c06e1e7cba
commit 32b236cfa2
5 changed files with 18 additions and 2 deletions

View File

@@ -597,6 +597,7 @@ The following placeholders are only available for "added" or "updated" triggers
- `{{created_day}}`: created day
- `{{created_time}}`: created time in HH:MM format
- `{{doc_url}}`: URL to the document in the web UI. Requires the `PAPERLESS_URL` setting to be set.
- `{{doc_id}}`: Document ID
##### Examples