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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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