Alert on failure in Factotum

Is there a way to send an alert (e.g. using an Amazon SNS topic) when jobs fail in Factotum?

I don’t think there’s anything that sends alerts directly but you could likely use the taskStates.state descriptor in the webhooks functionality to determine if a certain task has failed.