Allow email content to be customizable
K
Kelvin Tay
Currently, the Email Notification section on Server 3.x admin only allows for the SMTP server configuration.
It would be great to allow Server customers to customize the email content of email notifications (e.g., when builds fail).
This can allow customers to localize the content, for example.
K
Kelvin Tay
For now, customers looking to customize email notifications around build statuses can take advantage of project webhooks.
See https://circleci.com/docs/2.0/webhooks/#setting-up-a-hook
With project webhooks, we can set up a listener to send emails based on the event payload received: https://circleci.com/docs/2.0/webhooks/#sample-webhook-payloads
However, this is limited in the following ways:
- only at a project level, not organization-wide or Server-wide
- is currently scoped to workflow and job events only.