• Hello.

    Just to let you know that unfortunately Sendinblue doesn’t support more than one attachment.

    I’m a Sendinblue customer and a Contact Form 7 user. So I integrated the two using your integration tools. Than I noticed that forms having more than one attachment weren’t sending all of them but just one (the first found in the form).

    I contacted their @sendinbluecustomercare and they said:

    “As checked, this client was sending two attachments through our API, That’s not possible as of now.
    Our expected behavior of our API is to send only one attachment having a size up to 15 MB not more than that.
    So, please advise the client to send only one attachment at a time.”

    I think it’s right to let you and other users know.

    Best regards and thank you again and again for this plugin.

Viewing 1 replies (of 1 total)
  • Dulé

    (@lephenixdelafamille)

    @mrprainx True, as of today you can’t send more than one attachment out of the box.

    There is a workaround according to Sendinblue API doc

    Note:
    – Encoded attachments should not be larger than 5Mb.
    – URL attachment supports files up to 250Mb.

    It would look like,

    "attachment": [{
      "name":"file1.pdf",
      "content":"BASE64xxxxx"
    },
    {
      "name":"file2.pdf",
      "content":"BASE64xxxxx"
    }]
Viewing 1 replies (of 1 total)
  • The topic ‘Sendinblue integration doesn’t allow more than one attachment’ is closed to new replies.