We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0cfaf commit 1189e70Copy full SHA for 1189e70
src/functions/helpers.js
@@ -27,6 +27,7 @@ export async function notifySlack(monitor, operational) {
27
const payload = {
28
attachments: [
29
{
30
+ fallback: `Monitor ${monitor.name} changed status to ${getOperationalLabel(operational)}`,
31
color: operational ? '#36a64f' : '#f2c744',
32
blocks: [
33
0 commit comments