Skip to main content

Questions tagged [courier-api]

The tag has no usage guidance, but it has a tag wiki.

0 votes
0 answers
53 views

Flutter app universal links not working on iOS but works on Android

I have flutter app and deeplinks works fine when I click on button from gmail for Android app but not for iOS. the URL in the email templates comes from courier, courier generates the cta URLs itself ...
Sarah Sami's user avatar
1 vote
1 answer
255 views

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 = ...
Troy's user avatar
  • 1,650