Schedule jobs, in the cloud
Sign up
· Already a happy user?
Sign in
Tweet
Docs
Pricing
Launch delayed jobs with scheduled http requests
Send requests to your app to trigger server-side processes or pull data from any public resource for your app to process
Schedule a job
Don't worry, it's free
Simple, RESTful API
To schedule a new job:
POST
https://momentapp.com/jobs/new
?
job[at]
=
2011-01-31T18:36:21
&
job[method]
=
POST
&
job[uri]
=
http://yourapp.com/
Check out
the docs
for more examples
How it works
1
Your app schedules a job via our RESTful API. A job includes a URI, request type, and trigger date & time
2
When the trigger date & time is reached, Moment sends the HTTP request specified by the job
3
Moment returns the response received from the request to your app for further processing (optional)