Thanks for your help. Good news. I got the email to send via the Postmark API. When I was passing the HTML, extra quotation marks were being added to the HTML Body. Once the extra quotes removed, the email sent.

I’m still struggling with Issue #2. I’m unable to pass through variables/parameters (like Name) within the HTML. Within the HTML, I’ve tried {{Name}} and {{{Name}}}, but no luck.

Here’s how the API is set up, using hard-coded test/dummy values. In the below example, I am trying to incorporate the “Name” variable within the htmlBody.

2 Likes