Would be awesome to stuff data into a template I have created in Sendgrid! Right now I’m just doing HTML in the Structure Sendgrid node textbox
1 Like
Thanks for feedback.
We’ll definitely look into being able to include Sendgrid templates. Their templating language has it’s own complexity that we’re diving in to.
I assume you are already doing this but you should be able to include data from the payload inside of the email itself using {{ data.yourdata }}
.
1 Like
Yep, I am pulling in payload data. I’d imagine there are a lot of nuances trying to support sendgrid templates. Initial thought from a basic product side was I pick a template from a list and pass it some object with values that the sendgrid template engine can parse. Not sure how feasible that would be.