Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

How do I setup incoming emails for alerts? So like ingesting emails. I read that you can use mailgun which we have but the setup is unclear.

You must be logged in to vote

see sendgrid email provider (cc @talboren )

Replies: 2 comments

Comment options

To enable incoming email alerts with Mailgun in Keep, you don’t need to configure anything on your Mailgun account—Keep uses its own Mailgun setup and handles routing internally. In Keep, add the Mailgun provider and configure its authentication fields: the email address to receive alerts (auto-populated), an optional sender filter, and (optionally) extraction rules for parsing email content with regex. You’ll also need to set the MAILGUN_API_KEY environment variable for authentication, and you can select the Mailgun region (US/EU) via the UI or the MAILGUN_REGION env var—defaults to US if not set.

To validate, send a test email to the address shown in the provider’s authentication section and check that the alert appears in Keep. By default, the alert’s name comes from the email subject, the source from the sender, and the message from the stripped text content. You can use extraction rules to pull structured data from the email, for example, extracting severity from the subject with (?P<severity>\w+): as a regex pattern on the subject field.

If you see errors about missing subject or message, make sure your emails include both a subject and a plain text body—these are required for alert creation. For more details and examples, see the Mailgun provider documentation and Mailgun provider code.

To reply, just mention @dosu.


Docs are dead. Just use Dosu.

Leave Feedback Ask Dosu about keep Share Dosu with your team

You must be logged in to vote
0 replies
Comment options

see sendgrid email provider (cc @talboren )

You must be logged in to vote
0 replies
Answer selected by shahargl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.