Service to Schedule API Requests

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

Use node and write a web service to edit a crontab.

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.

2 Likes

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

Thanks for both suggestion.

the free version of easycron doesn’t allow post requests :frowning:

Get free / cheap webhosting and turn the GET into a POST :stuck_out_tongue:

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