Sending email during API event

Is it possible to send an email every API event? (breaker tripped, quota exceeded, rate limit exceeded,host down)

Not directly, only though webhooks //tyk.io/docs/basic-config-and-security/report-monitor-trigger-events/webhooks/ and some small webapp which will consume them and actually sent emails.

i see. will try that. thanks!