Dynamic template support#263
Conversation
… dynamic-template-support Merge upstream development branch
|
|
||
| # Table of Contents | ||
|
|
||
| * [Dynamic Template Data](#dynamic-template-data) |
There was a problem hiding this comment.
In our UI, we are calling these Transactional Templates and the previous Transactional Templates are now called Legacy Templates.
… dynamic-template-support
…/sendgrid-go into dynamic-template-support Update ref
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
==========================================
+ Coverage 70.75% 70.95% +0.19%
==========================================
Files 3 3
Lines 448 451 +3
==========================================
+ Hits 317 320 +3
Misses 127 127
Partials 4 4
Continue to review full report at Codecov.
|
|
Any update on this? When this PR will be merged? |
|
Hello @Revinand, We just launched support PHP and Python, next is C#, Java, Node.js and then Go. I can't give you a firm timeline, but it's coming soon. It's a high priority for our team. My apologies for the delay. With Best Regards, Elmer |
|
Hi @thinkingserious, We created some dynamic templates in SendGrid and now we depend on this pull request to be able to use them with the SendGrid's Go library. Ivan Nikolic |
|
@ivannikolic In the meantime, I'm just using |
|
Hi @ivannikolic, I would say it's a matter of weeks. We have C# (in progress), Java, Node.js (just needs documentation update) to go before we tackle this one. With Best Regards, Elmer |
|
Hi @ivannikolic - in addition to the suggestion @seangransee made, you can always create the request body of the API call without the helper method, passing a JSON string. The dynamic templates will still work. |
|
@seangransee @thinkingserious @devchas Thank you all for the ideas and helpful information! |
|
For those who cannot wait for the PR to merge, here is a small method that can inject personalization data to a mail object, and return json |
|
Hello @devchas, |
Fixes #260
Checklist
Short description of what this PR does: