docs: Custom Email Notifier Plugin Doc#25
Open
bhushan-nemade-dt wants to merge 6 commits intodevtron-labs:mainfrom
Open
docs: Custom Email Notifier Plugin Doc#25bhushan-nemade-dt wants to merge 6 commits intodevtron-labs:mainfrom
bhushan-nemade-dt wants to merge 6 commits intodevtron-labs:mainfrom
Conversation
abhibhaw
requested changes
Dec 5, 2024
| # Custom Email Notifier | ||
|
|
||
| ## Introduction | ||
| The **Custom Email Notifier** plugin by Devtron enables user to set an automated email notifications to respective stakeholders of that specific CI/CD workflow. The Custom Email Notifier can be integrated into pre/post stages of Devtron CI/CD workflows to keep team members informed about current status and other pipeline events. |
Member
There was a problem hiding this comment.
Why will I use this and not native notifications from global configurations?
Member
There was a problem hiding this comment.
Add usecases like, configure notification at end of job, or based on certain output of your plugins of pre-post cd, or in autoremediation
abhibhaw
requested changes
Feb 28, 2025
| ## Steps | ||
|
|
||
| {% hint style="warning" %} | ||
| If you want to integrate the **Custom Email Notifier** plugin into pre/post stages of CI/CD pipelines, navigate to the **[Custom Webhook Notifier](https://docs.devtron.ai/usage/plugins/plugin-list/custom-webhook-notifier)** plugin and follow the steps mentioned. |
Member
There was a problem hiding this comment.
What's the relation of custom email notifier with webhook notifier?
Member
There was a problem hiding this comment.
I understood now but this is confusing, mentioning it can be added as a task in job or ci/cd pipeline is fine
| | ------------------------ | ------------ | ----------- | ------------ | | ||
| | CONFIG_TYPE | STRING | Type of notification configuration. SES or SMTP | SES | | ||
| | CONFIG_NAME | STRING | Name of the notification configuration to be used. This should match an existing notification configuration in Devtron. | prod-deploy-notify | | ||
| | EMAIL_IDS | STRING | Comma-separated list of email addresses that should receive the notification. | devops@company.com,team@company.com | |
Member
There was a problem hiding this comment.
what will be mail body? subject etc?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#24