improved

Update the unsubscription page and update form

Route: https://developers.sendinblue.com/reference/updateemailcampaign
Update the custom unsubscription page, update profile form.

added

Choose a custom unsubscription page, update profile form

Route: https://developers.sendinblue.com/reference/createemailcampaign-1
Choose a custom unsubscription page, update profile form.

added

Added endpoint to retrieve inbound email attachments

Route: https://developers.sendinblue.com/reference/getinboundemailattachment
You can now retrieve the Inbound Email Attachments using the DownloadToken sent within the webhook payload.

added

Added date filters in get a contact's details endpoint

Route: https://developers.sendinblue.com/reference/getcontactinfo-1
You can now send start date and end date as query params which will show the statistics of a contact for the specified dates. If not sent, then it will respond with the recent 90 days data by default.

added

Added url in response schema of UploadImageToGallery

Route: https://developers.sendinblue.com/reference/uploadimagetogallery
You will now receive url for image uploaded in the response of this route.

removed

Pagination changes on "Return all your email campaigns" endpoint

In order to provide a reduced latency for this resource we have modified the default limit to be 50 results per page and 100 as a maximum. If you have specified a different limit than the recommended one, then we suggest you to do the necessary changes.

added

Scheduled transactional messages (Beta)

It is now possible to schedule transactional messages to be sent in the future. You can define a single transactional email or configure a batch send-out with millions of versions.

added

Contact import endpoint now supports JSON body

You can now create contact import jobs using a complete JSON definition for your contact attributes.

added

HTML templates are now supported for batch sending transactional email

You can now use your unique HTML code and edit it when sending transactional messages in batches.
Just edit the variable htmlContent for each message version you want to create.

improved

Increased rate limit for batch sending email.

We have (again) increased the rate limit for the batch sending functionality of our Email API.
You can now call the endpoint up to 100x per minute, this meaning you can send out a maximum of 6.000.000 emails per hour.