SendGrid 动态模板 - 在车把中获取收件人电子邮件

发布于 2025-01-11 06:54:50 字数 95 浏览 0 评论 0原文

在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧人哭 2025-01-18 06:54:50

您需要在动态模板数据中传递要在电子邮件模板正文中使用的所有数据。

You need to pass all the data that you want to use within the body of an email template in the dynamic template data.

坏尐絯℡ 2025-01-18 06:54:50

把这个留在这里供下一个人寻找。

您可以通过 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文