pschlan / cron-job.org

cron-job.org Open Source project
GNU General Public License v2.0
1.44k stars 251 forks source link

[Feature request] Parse response to determine job success/failure #187

Open luckyexpert opened 1 year ago

luckyexpert commented 1 year ago

Would be awesome to be able to parse a response to determine if the job was successful or not. So if the response contains "success=false" for example, trigger that as a failure even though the response status code is 200.

pschlan commented 1 year ago

Agree - will think about this.