Mailjet 模板 API:将附件添加到模板

Mailjet Template API: Add attachments to template

我想将内联图像添加到我的交易电子邮件模板中。 我在 official API 上找不到为模板推送附件的方法。

我已经使用以下参数进行了测试:

{
    "ContentType": "image/png",
    "Filename": "image.png",
    "Base64Content": "base64code"
}

API 无法识别 属性:Properties not supported in JSON payload

每次使用发送 API 发送电子邮件时,我都不会附加我的图片。

有什么方法可以将文件附加到 Mailjet 模板。

此致, 克莱门特

目前无法在模板中插入附件。应在每个交易 API 调用中提供附件。