Launch events in your web app with scheduled http requests
Use rlatr to invoke tasks and processes in your web app by scheduling an HTTP request. You can put any data you want into the scheduled uri, so your app can perform any number of tasks using our RESTful API.
Schedule a job uri by making a POST request to the rlatr API.
curl -u api_key:secret_key -d at=2012-05-20T14:41:45-05:00 --data-urlencode uri=http://myapp.com/do/something http://rlatr.com/api/v1ish/schedule
rlatr will make a request to the job uri at the scheduled time. The results will be recorded in our cool looking web app for you to see.
Optionally, you may include a callback uri when scheduling a request. Once the request is completed, we will POST the result to the callback url.
Sign up
Give it a Whirl, for Free!
rlatr is free to try, and super easy to get started. Just sign up and start scheduling using out API or our web form.