Email Notification Service
The Email Notification Service enables sending customized emails, including support for attachments and recipient lists, via REST endpoints. It validates key input parameters such as distribution type, email address formats, expiry timestamps, and subject lines before processing the email request. The service also supports webhook handling for email delivery reports from providers like SendGrid. These delivery updates are used to monitor and track the status of each email message.
Available APIs
API | Description | Swagger |
---|---|---|
1. Dispatch Email Notification | Accepts and processes email dispatch requests with validations on expiry, subject, and recipients. | Click to view swagger |
2. Handle SendGrid Email Delivery Webhook | Receives delivery status reports from SendGrid and logs or processes the information. | Click to view swagger |