Slack delivery
The Slack delivery sends documents generated by your process to a Slack channel. Before configuring the delivery, connect your Slack workspace:
Configure delivery
Once connected, configure the Slack delivery settings:
Specify the Channel and enter the message text. See how to use tokens in the message body.
Use tokens inside message body
You can insert values from your data using tokens.
Click { } to open the list of available tokens.
For example, if your data contains a property called address, insert it using the token {{address}}.
Tokens work the same way as in document templates and also support value functions.
You can also use predefined tokens:
{{@date}}- the current date and time{{@number}}- the current document number.
Formatting options
Slack messages support formatting options. See the full list in the Slack formatting documentation .
Common examples:
Style |
Syntax |
|---|---|
bold |
**text** |
italic |
_italic_ |
inline code |
`some code here` |
strikethrough |
~text~ |
hyperlink |
[Plumsail](https://plumsail.com/) |
Note