Add application
To add an application, click the '+New' button in the navbar. This process involves three steps: adding application information, enabling the application, and finishing.
Step 1: Add New Application
In this step, you need to provide basic information, including the application name, URL Endpoint, and Request Interval. The URL Endpoint should be a path likehttps://appname.onrender.com/activethat points to aGET requestAPI endpoint. The endpoint should return a status code of200 without processing anything. This is where Appcrons will send requests. The Request Interval is set in minutes.
Step 2: Enable Application
After adding the application, it's disabled by default, meaning it won't receive requests from Appcrons. You need to enable it in this step to start receiving requests.
Step 3: Finish
Congratulations! You have successfully added your first application on Appcrons. Click the "Finish" button to proceed to the application details page.
If you have multiple applications on the same Render account, consider adding a Request Time Frame (RTF) for your applications.