mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
client/#75 - added documentation about templates
This commit is contained in:
parent
444d824a49
commit
a082da2f42
1 changed files with 16 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue