Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Does anyone have experience using IFTTT?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Does anyone have experience using IFTTT?

So did anyone use IFTTT (https://ifttt.com/) yet? Is it actually convenient if used correctly?
What have you specifically done with it?

Comments

  • seanhoseanho Member
    edited March 2018

    I played around with IFFFT for a bit to send notifications from my home automation software (Domoticz) to my phone. I remember feeling like there were not many integrations that were useful to me. Then the Domoticz android app got notifications via GCM and I didn't need IFFFT any more.

    This was a few years ago, maybe they've gotten better since then.

    Thanked by 2Ympker WSS
  • WSSWSS Member

    Yeh, IFTTT is pretty much an awk pipe between processes that aren't guaranteed to be very usable, or reliable.

    Thanked by 1Ympker
  • TomTom Member

    Ifttt is okay, does what it says on the tin but a bit slow. I much prefer home-assistant for home assistant based things.

    Thanked by 1Ympker
  • I mainly using IFFFT notification webhook.

    1. SSH login notification.
    2. UptimeRobot notification.
    3. Cronjobs status notification.
    4. Munin alert notification.
    Thanked by 1Ympker
  • It's good, I used to play around things with it like slack, emails, alexa etc.

    IIRC it also provides webhook which can be very useful. Although, for serious purposes, zapier is much better.

    Thanked by 1Ympker
  • mikhomikho Member, Host Rep

    I use it to track things like when I get to/leave the office.

    Notifications on weather reports, not very accurate though.

    Stuff like that

    Thanked by 1Ympker
  • Interesting to hear about all this :) Keep them coming^^

  • @seikan said:
    I mainly using IFFFT notification webhook.

    1. SSH login notification.
    2. UptimeRobot notification.
    3. Cronjobs status notification.
    4. Munin alert notification.

    __

    1 and 3 how are you doing that ?

    API?

  • email notification

  • raindog308raindog308 Administrator, Veteran

    noaman said: 1 and 3 how are you doing that ?

    I realize your question is about IFTTT, but it's easy to set this up on your own without IFTTT if you want. Here is an example for Linux:

    http://blog.th-neumeier.de/2011/02/send-email-on-ssh-login-using-pam/

  • noaman said: 1 and 3 how are you doing that ?

    You can get it working with little modification:

    http://sandrinodimattia.net/posting-successful-ssh-logins-to-slack/

    For cron as well, you can create a script to simply ping or send output to webhook

  • @WSS said:
    Yeh, IFTTT is pretty much an awk pipe between processes that aren't guaranteed to be very usable, or reliable.

    May I ask why do you have that signature says FYM in Chinese?

  • WSSWSS Member

    @JackieSung said:
    May I ask why do you have that signature says FYM in Chinese?

    Class.

  • noaman said: 1 and 3 how are you doing that ?

    I guess others already answered that for me.

    The notification part is even easier:

    wget -q -O /dev/null --no-check-certificate --header 'Content-Type: application/json' --post-data '{"value1":"MY MESSAGE HERE"}' https://maker.ifttt.com/trigger/notify/with/key/IFFFT_KEY
Sign In or Register to comment.