Email Service
URL: https://email.microservices.hexlabs.co.uk/api
Built on top of Amazon AWS Simple Email Service, this allows us to quickly send emails on behalf of our clients.
Authentication
Emails should only be sent from the right places, so there is a trusted.config.ts in the project root. Here we can specify which domains can access what emails.
Endpoints
/api/send
This is the primary way to send emails.
Input
typescript