nfn
1
Hi
I’m looking for a free service that allow me to schedule from time to time a post request to an api at a specific date and time.
I could do it with cron, but would prefer a web solution for non techies.
Anyone knows a service like this? Any ideias?
Thanks
WSS
2
Use node and write a web service to edit a crontab.
nfn
3
Thanks, but I was looking for a premade web solution for easier access.
Something that allow me to insert the api url, the post request data and schedule it for execution at a specific date and time.
Mason
5
No idea what this product is, what it does, who makes it, or if it works. But check it out and see if it’ll apply. Looks like there’s a free option.
2 Likes
nfn
6
Thanks for both suggestion.
the free version of easycron doesn’t allow post requests 
Solaire
7
Get free / cheap webhosting and turn the GET into a POST 
nfn
8
Thanks for your suggestions. For now just setup a cron at Free cronjobs - from minutely to once a year. - cron-job.org and it does the job!
Not perfect but works!
2 Likes