amoeba / TownCrier

Webhook plugin for Decal
MIT License
11 stars 4 forks source link

Write up three example setups with screenshots #29

Open amoeba opened 5 years ago

amoeba commented 5 years ago
Schneebs commented 3 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

amoeba commented 3 years ago

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.