You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 havecontent
set. So, when I set thecontent
to text like[ "type": "text", "value": "Condominus Invitation" ]
, I receive the email with just that set in thecontent
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.
The text was updated successfully, but these errors were encountered: