This stage sends a Slack message from Fusion, for alerting, reporting, and more, using Fusion’s Messaging Services.
Enabling Slack Messaging
Before you can use the Slack pipeline stage, you must enable Slack messaging in Fusion:
-
From any app, click System > Messaging Services.
-
Select Slack Message Service from the drop-down menu.
-
Enter the following information:
-
Message template
The default is
<subject> : <body>
, which are configured withmessageSubjectTemplate
andmessageBodyTemplate
below. See Messaging Services Templates for details on the template language. -
Optionally, you can configure a proxy or the error reporting channel name.
-
Click Save message service.
Configuration
Tip
|
When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.
|