Sendgrid api - Send Dynamic template data with JSON

Hi,

I’m working on the integration of Sendgrid API (first API integration for me). The last thing I need to figure out is how to send dynamic template data “dynamically”. Currently, I have that :


I would like to be be able to change “dynamically” the data in the dynamic_template_data (ex : in Sender_Name), like my other variables.

Does anyone know how to do it?

Thanks a lot!

Continue to add new variable like you did for other?
<sender_name>

Thank you again! Seems like it was too obvious (I was trying to add <…> right after dynamic_template)

1 Like