gpt4 book ai didi

sendgrid - 通过带有 '&' 的 sendgrid 发送模板电子邮件时发出警告

转载 作者:行者123 更新时间:2023-12-03 19:26:34 27 4
gpt4 key购买 nike

我在 sendgrid api v3 的帮助下发送电子邮件,但收到警告/错误:

Content with characters ', " or & may need to be escaped with three brackets {{{ content }}}



在我的 api json 中,我添加了一个包含 & 的链接特点:
{"dynamic_template_data": {"link":"...&..."}}
在我的模板中,我使用了三个括号 {{{ link }}}
一切都按预期工作 - 电子邮件包括。链接已发送 - 但我总是收到警告/错误。

我是否错过了 json 中的某些内容?

最佳答案

我已经查看了他们的 node.js 代码,只要任何内容​​字符串包含 (",',&) ,它就会对您看到的消息进行控制台警告。

if (/['"&]/.test(value)) {
console.warn(DYNAMIC_TEMPLATE_CHAR_WARNING);
}

见: https://github.com/sendgrid/sendgrid-nodejs/blob/47b6a5cd583cc10544ac19434419bdda5272b107/packages/helpers/classes/mail.js

您可以注意到在下面的 sendgrid 的电子邮件模板上使用 2 和 3 括号的区别:
enter image description here

关于sendgrid - 通过带有 '&' 的 sendgrid 发送模板电子邮件时发出警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57079010/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com