【发布时间】:2017-10-26 15:02:09
【问题描述】:
我想将内联图像添加到我的交易电子邮件模板中。 我在 official API 上找不到为模板推送附件的方法。
我已经使用以下参数进行了测试:
{
"ContentType": "image/png",
"Filename": "image.png",
"Base64Content": "base64code"
}
API 无法识别该属性:Properties not supported in JSON payload
我不会在每次使用 Send API 发送电子邮件时都附上我的图片。
有没有办法将文件附加到 Mailjet 模板。
问候, 克莱门特
【问题讨论】: