DEV Community

Discussion on: IFTTT Ideas for Software Development

Collapse
 
schniz profile image
Gal Schlezinger

We just need a way to trigger a web hook to IFTTT, and run it in now.sh or something 😄
GitHub web hooks -> custom app in now.sh -> IFTTT through webhook

Collapse
 
jochemstoel profile image
Jochem Stoel

This is actually possible. Use the maker channel to make a POST request to your web server and launch your sh script from there.