Postmark integration
How to configure sending email using Postmark
Postmark is an email delivery service for sending, receiving, and tracking emails. Aidbox offers integrations with Postmark to simplify sending notifications via email.
Create Postmark account
You can do that account by following Postmark Documentation.
Add environment variables to the docker-compose.yaml
You can find more about Postmark environment variables here.
Creating NotificationTemplate
resource
NotificationTemplate
resourceNotificationTemplate is a resource that stores the body of a mail message.
Creating Notification
resource
Notification
resourceCall notify method
Last updated