Does dsgm support email notifications

DSGM (Data Science Governance Manager) is a platform for managing and governing data science projects, but it does not have built-in support for email notifications.

However, DSGM does provide APIs and webhooks that allow you to integrate with other systems and services, including email notification services. This means that you can use DSGM's APIs to trigger email notifications when certain events occur, such as:

To achieve this, you would need to:

  1. Set up a webhook in DSGM that triggers an API call to your email notification service when the desired event occurs.
  2. Write a script or program that listens for the webhook event and sends an email notification using your email notification service.

Some popular email notification services that you can integrate with DSGM include:

Keep in mind that you will need to have some programming knowledge and expertise in API integration to set up email notifications with DSGM. If you're not familiar with APIs or webhooks, you may want to consult with a developer or a DSGM expert for assistance.