added

API endpoints related to External feeds are now available

Route: [Fetch all external fields]
(https://developers.sendinblue.com/reference/getallexternalfeeds)
This endpoint can fetch all created external feeds. This release enhances visibility of external feeds to existing & potential clients who want to use external content in their marketing emails.

added

New parameters ext_id in Create and Update a Contact routes

Route: [Create a contact]
(https://developers.sendinblue.com/reference/createcontact)
Route: [Update a contact]
(https://developers.sendinblue.com/reference/updatecontact)
Route: [Update multiple contacts]
(https://developers.sendinblue.com/reference/updatebatchcontacts)
ext_id parameter added in Create a contact, Update a contact and Update contacts in a batch API.

removed

Get all Marketing Campaigns

We are modifying the get all marketing campaigns service to be more efficient. It currently fetches multiple statistical information which adds latency to the endpoint response.

added

New parameters for transactional SMS messages

Route: https://developers.sendinblue.com/reference/sendtransacsms
For the Transactional SMS route, organisationPrefix is now added, which will be used as prefix within
the message content. This field is only mandatory for U.S. Carriers. +1 Country Code

added

Added isRecurring Key in Create Contact Attributes API

Route: https://developers.sendinblue.com/reference/createattribute-1
isRecurring parameter added in Create Contact attributes API.

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.