client/#75 - added documentation about templates

This commit is contained in:
Petr Kalis 2021-06-09 16:28:40 +02:00
parent 444d824a49
commit a082da2f42

View file

@ -56,4 +56,19 @@ to send messages to 'public' channels (eg. bot doesn't need to join the channel
Integration can upload 'thumbnail' file (if present in instance), for that bot must be
manually added to target channel by Slack admin!
(In target channel write: ```/invite @OpenPypeNotifier``)
(In target channel write: ```/invite @OpenPypeNotifier``)
### Message
Message content can use Templating (see https://openpype.io/docs/admin_settings_project_anatomy/#available-template-keys).
Pre selected set of keys could be used in lowercase, Capitalized or UPPERCASE format, values will be modified accordingly.
({Asset} >> "Asset", {FAMILY} >> "RENDER")
**Available keys:**
- asset
- subset
- task
- username
- app
- family
- version