Live data from Hacker News

Open Source at IFTTT

ifttt.github.io

1–10 of 29 posts

Re: Open Source at IFTTT

#5

I really wish I had the ability to: 1. Call out any remote API. 2. Schedule a task to run at a certain time of day. Basically, I want cron with workflow and recipes.

Have you seen the Maker channel? https://ifttt.com/maker

That combined with the Date & Time channel would probably do a lot of what you want.

Re: Open Source at IFTTT

#9
post #5

I really wish I had the ability to: 1. Call out any remote API. 2. Schedule a task to run at a certain time of day. Basically, I want cron with workflow and recipes.

Have you seen the Maker channel? https://ifttt.com/maker That combined with the Date & Time channel would probably do a lot of what you want.

How does this handle authenticated requests?

For example, does it store OAuth tokens and refresh on your behalf?

Re: Open Source at IFTTT

#10
post #9
post #5

Earlier quoted context omitted.

Have you seen the Maker channel? https://ifttt.com/maker That combined with the Date & Time channel would probably do a lot of what you want.

How does this handle authenticated requests? For example, does it store OAuth tokens and refresh on your behalf?

The Maker Channel Action doesn't support authenticated requests, at least anything beyond something you could send in the URL or body of the message. We do this to prevent people from using it to spoof requests to public authenticated services that might view such behavior as slightly "shady". The Maker Channel is really meant for prototyping and experimenting and so we've limited the capabilities to keep the uses in that realm. Hope that helps!
Post reply on HN