alerta / alerta-contrib

Contributed integrations, plugins and custom webhooks
http://alerta.io
MIT License
119 stars 170 forks source link

Try to get event_id from moreInfo if it exists #354

Closed dakotacody closed 3 years ago

dakotacody commented 3 years ago

Perhaps it is ok to just return if there is no eventId, but if not I noticed that it is also in the moreInfo so we can try to get it from there before giving up.

satterly commented 3 years ago

Testing shows this change meant invalid alerts could be created. Closing.