Trigger: Webhooks, Receive a web request
Event Name: ip_addr
Action: Notifications, Send a rich notification from the IFTTT app
Title: {{Value1}}
Message: {{Value2}}
Link URL:
Image URL:
Press Create Action
Applet title: If webhooks "ip_addr" is received, then send a rich notification (value1=hostname, value2=hostname -I)
You can then create the script file (see ifttt_ipaddr.sh
), I personally create it in /usr/local/scripts
And proceed with the SystemD service file (in /etc/systemd/service
) to make it run at boot when the network service is ready (see ifttt_ipaddr.service
).
Once the service file is created, you can enable it using the command sudo systemctl enable ifttt_ipaddr.service