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.
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 isRecurring Key in Create Contact Attributes API
Route: https://developers.sendinblue.com/reference/createattribute-1
isRecurring parameter added in Create Contact attributes API.
Segmentation List ids parameter in Create and Update Email Campaign routes
Route: https://developers.sendinblue.com/reference/createemailcampaign-1
Route: https://developers.sendinblue.com/reference/updateemailcampaign
Segmentation List ids parameter in Create and Update Email Campaign routes
Update the unsubscription page and update form
Route: https://developers.sendinblue.com/reference/updateemailcampaign
Update the custom unsubscription page, update profile form.
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 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 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 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.
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.