Push Make Notifications to Slack

A couple weeks back, Lucas_Ostrowski gracefully shared their Step-by-step guide to send Make errors to slack. And I can relate because Slack is where my team and are active at, not email.

I’d like to share an alternative approach; the scenario checks the Make API for notifications, builds up a message for the scenario creator and updater, and then pushes it to Slack. The blueprint is attached below

A walk-through of DR/MNTR/MAKE/Notifications

blueprint.json (156.5 KB)

Upfront, the scenario not highly-efficient, but does stop at two ops when no notifications exists. Further the structuring is helpful for learning a few differing techniques.

3 Likes

Very nice great work :slight_smile:

1 Like

@ImMichaelCannon, great job!

1 Like