It would be nice if Freshrelease would support webhooks so you could call external API's to automate tasks. If the API returns a 200 OK, the status of the task will be updated to "Completed" automatically. If it fails, e.g. returns HTTP 400 with an error message, the status will remain "In progress".
Webhooks will give users of Freshrelease the ability to implement quality control mechanisms. You can force the completion of certain tasks before developers can continue with other tasks (which happens all the time). avoid manual status changes to
Examples
- deploy a component on a platform
- automate review tasks: check if a certain component has been deployed



