Superwise enables teams to create email channels.
Is pretty straightforward, just go to the integrations screen, add a new email channel, and choose the list of email addresses you would like to configure.

🚧

On-prem users limitation

Pay attention! to create an email notification channel you must have an SMTP server in place

Create email notification channel via the UI

Email integration

Create email notification channel via the SDK

from superwise import Superwise

sw = Superwise()

notification = sw.notification.create_email_notification(name="my_email",emaill="[email protected]")