{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
CoWork Message
The CoWork Message action sends messages to a selected channel. The messages can contain a multi-line text as well as additional attachments. Placeholders, such as the job result, can be added to the message as well.
The following options can be set:
-
Channel - a channel the user has access to. A placeholder can be used here.
-
Message - the message to send to the channel. Can also contain placeholders.
-
The
[jobresult]
placeholder will add the content of eachTEXT
result to the message -
The markdown format can be used here for, e.g. highlights
-
-
Send Attachments - if enabled, sends file results as attachments of the message to the channel
-
Plain text attachments will not be sent again when the
[jobresult]
placeholder was used in the message.
-
Notifications
To notify a user or group, the message can contain @user:<USER_ID>
or @group:<GROUP_ID>
respectively. When used together with the CoWork Command trigger, there is a placeholder for the user available, who triggered the current task.
By using the combination @user:{cowork.command.userid}
, the user who sent the command will be notified.