0
0
Fork 0
mirror of https://github.com/alerta/alerta-contrib.git synced 2025-03-16 21:43:30 +00:00
alerta_alerta-contrib/webhooks/mailgun
Anton 623bfdd4ec Incoming email using mailgun (#199)
* Incoming email using mailgun

* Fallback if mailgun failed to parse as plain text

* Revert "Fallback if mailgun failed to parse as plain text"

This reverts commit 998a3f54b9.

*  Fallback if mailgun failed to parse as plain text

* Timestamp is not UTC so can't be converted to alert timestamp
2018-07-11 22:51:08 +02:00
..
images Incoming email using mailgun (#199) 2018-07-11 22:51:08 +02:00
alerta_mailgun.py Incoming email using mailgun (#199) 2018-07-11 22:51:08 +02:00
README.md Incoming email using mailgun (#199) 2018-07-11 22:51:08 +02:00
setup.py Incoming email using mailgun (#199) 2018-07-11 22:51:08 +02:00

Mailgun incomming email Webhook

Receive Emails using Mailgun webhook callbacks.

For help, join Gitter chat

Installation

Clone the GitHub repo and run:

$ python setup.py install

Or, to install remotely from GitHub run:

$ pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=webhooks/mailgun

Note: If Alerta is installed in a python virtual environment then plugins need to be installed into the same environment for Alerta to dynamically discover them.

Configuration

The custom webhook receive incomming emails sent to an Mailgun account.

Mailgun Webhooks

References

License

Copyright (c) 2018 Anton Delitsch. Available under the MIT License.