Questions tagged [courier-api]

Courier service offers an API for sending notifications through multiple channels.

1 questions
1
vote
1 answer

How do I attach a file to an email sent with AWS SES using Courier?

I would like to add a PDF to an email I'm sending using Courier. I've set up my account to use Amazon SES as my email provider. I'm using the Courier Node.js SDK to send the message: const courier = CourierClient(); const { messageId } = await…
Troy
  • 1,640
  • 10
  • 16