Drunkenstein IFTTT webhook guide

How?

For each alert you can set up a different webhook (or the same)

IFTTT webhook example

If you want to use the examples directly, you need to replace the "your-key-here" with your own IFTTT webhook key, and name the webhook "drunkenstein".
Here's a general IFTTT YouTube video on webhooks "url" YouTube video
https://maker.ifttt.com/trigger/drunkenstein/with/key/your-key-here?value1=$msg$
Another IFTTT example where more details are added like time, name, drinks, pace and time when sober
{
    "method": "post",
    "data": {"value1":"$time$ - $name$: $msg$ (Drinks: $units$, Pace: $pace$, $paceinfo$, Sober: $sober$)"},
    "url": "https://maker.ifttt.com/trigger/drunkenstein/with/key/your-key-here",
    "encode": "json"
}

Example making a webhook that sends an email with the above examples. In the example we'll name our Webhook "drunkenstein", our Drunkenstein message will be in the parameter called "Value1"


How to find your IFTTT key?

Find your key by opening this page and clicking the "Documentation" button (you need to be logged in to IFTTT)

back to drunkenstein webhooks