SendGrid 动态模板 - 在车把中获取收件人电子邮件
在我的 SendGrid 动态模板中,我需要获取收件人电子邮件并将其传递到 URL 中。有什么方法可以从某种全局/默认变量接收收件人电子邮件,或者我需要将其与有效负载一起传递?
In my SendGrid dynamic template, I need to get the recipient email and pass it in the URL. Is there any way I can the recipient email from some sort of global/default variables, or I will need to pass it with the payload?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要在动态模板数据中传递要在电子邮件模板正文中使用的所有数据。
You need to pass all the data that you want to use within the body of an email template in the dynamic template data.
把这个留在这里供下一个人寻找。
您可以通过 handlebar keywords Sendgrid 提供,如果您正在使用 Sendgrid 联系人
ex。
{{email}}
将替换模板中联系人的收件人地址。Leaving this here for the next person looking.
You can get this via handlebar keywords Sendgrid provides if you are using Sendgrid Contacts
ex.
{{email}}
will substitute the to address of the contact in the template.