Hey everyone, have any of you sent a main using the dynamic template generated by SendGrid?
According to documentation if we sent the templateId it will not care what we set to the content and subject but the API requires to have content set. So, when I set the content to text like [ "type": "text", "value": "Condominus Invitation" ], I receive the email with just that set in the content and not sending the template generated.
I've been investigating the issue and it seems the documentation it's not sending the content property within the example they have here.
I tried to send the post manually and it didn't worked as well.
In summary, I'm stuck in sending template emails created in SendGrid. Any tips?
Thanks in advance.
Hey everyone, have any of you sent a main using the dynamic template generated by SendGrid?
According to documentation if we sent the
templateIdit will not care what we set to the content and subject but the API requires to havecontentset. So, when I set thecontentto text like[ "type": "text", "value": "Condominus Invitation" ], I receive the email with just that set in thecontentand not sending the template generated.I've been investigating the issue and it seems the documentation it's not sending the
contentproperty within the example they have here.I tried to send the post manually and it didn't worked as well.
In summary, I'm stuck in sending template emails created in SendGrid. Any tips?
Thanks in advance.