I've just rewritten SetCronJob code base with a new framework. There are some minor changes, while most core features and settings are kept intact. If you encounter any problem, please try reload the page (hit Ctrl - F5), or contact me if that doesn't work.
New cronjob editing form
![]() |
New cronjob editing form |
One address (contact information) for one account
Since I don't see the actual needs with multiple addresses, I just simplified it. You can update your contact information at Account > Update info. The contact information will be included in the PDF invoice too.URL parameter in API requests is deprecated
Now you should only send POST (recommended) or GET request directly to our API functions e.g. like thishttps://www.setcronjob.com/api/cron.list?token=******
The URL parameters e.g.
will not be supported. For backward compatibility, it will be redirected to GET requests.