SendGrid
Send transactional emails, password resets, and more
SendGrid for Medusa
The SendGrid notification module allows you to send transactional emails from your Medusa backend using SendGrid. It provides functionality to send event-driven emails, such as order confirmations or password reset emails, by connecting to SendGrid’s email delivery service.
The module can be installed manually and requires configuration through environment variables, including your SendGrid API key and default sender email address. Templates for emails can be customized and managed through your SendGrid account, while Medusa handles triggering notifications based on events within the backend.
The SendGrid module supports extending notification logic by enabling the customization of event handlers and email payloads to fit specific business requirements.