This cron job sends a request to an API or website of your choice and will alert you if they are down.Documentation Index
Fetch the complete documentation index at: https://docs.fastgen.com/llms.txt
Use this file to discover all available pages before exploring further.
Time Frequence
The default template will execute once a day. You can adjust the timing underConditions in the top action block if you want this job to be executed in higher frequency.

HTTP request
Replacehttps://www.google.com with the API or website domain you want to check for. Don’t forget to specify your authentication credentials in your request configuration in case you need any.
Check Status code
The default template uses an If Condition with syntax:{{steps.get-status-code.outputs.Status}} = 200

