【问题标题】:Mailjet Template API: Add attachments to templateMailjet 模板 API:将附件添加到模板
【发布时间】: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 模板。

问候, 克莱门特

【问题讨论】:

    标签: api templates mailjet


    【解决方案1】:

    目前,无法在模板中插入附件。应在每个事务性 API 调用中提供附件。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-02-27
      • 2015-12-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多