Open amoeba opened 5 years ago
I moved away from Discord due to not getting the alerts on my phone and missing a skeleton key (discord issue).
FYI I tried settings this up in slack. Doesn't work due some versioning stuff (per Trevis). IFTTT actually works really well and would recommend due to various alert types (text, email).
Basically followed the first half of this guide for if webhook, then notification.
IFTTT.json format is like this... { "Name": "IFTTT", "Method": "POST", "URLFormatString": "https://maker.ifttt.com/trigger/webhookName/with/key/yourKey>", "PayloadFormatString": "{\"value1\": \"@\"}" }
https://medium.com/measuring-the-great-indoors/linking-ifttt-processing-with-webhooks-6b20c6ed722d
Thanks @Schneebs. I'm a fan of IFTTT and I think it's a good idea to include it as an example. I'll plan to include it in the next release.