Releases: sendinblue/APIv3-nodejs-library
Releases · sendinblue/APIv3-nodejs-library
v8.5.0
What's Changed
- Allow country code when the phone number is passed
- You can now enter an unsubscription page id to change the default unsubscription page.
- Added update form id.
- Changed default limit to 2500 and maximum limit to 5000 to
/smtp/statistics/events
- Set minimum value of all integer fields to 0
- The
segment_ids
is mandatory if list ids are not used. - The
isRecurring
boolean field is added to create contact attributes endpoint
Full Changelog: v8.4.2...v8.5.0
v8.4.2
- Change the release tag version to v8.4.2
Full Changelog: v8.4.1...v8.4.2
v8.4.1
What's Changed
- TRAN-1486 fix for email camp statistics by @shubhamUpadhyayInBlue in #126
Full Changelog: v8.4.0...v8.4.1
v8.4.0
What's Changed
- Added date range support to campaign stats in contact details
- Added CRM Deals module
- Reduced the default and max limit for getEmailCampaign
- Added trackableViewsRate and estimatedViews in getCampaignStats response
- Added deleteScheduledEmailById, getScheduledEmailByBatchId and getScheduledEmailByMessageId endpoints
- Added
scheduledAt
andbatchId
for transactional mails
Full Changelog: v8.3.0...v8.4.0
v8.3.0
- Inbound Parsing APIs addition.
- Send a template route is removed.
- Get all folders api route: We're dropping support for the response attributes totalSubscribers and totalBlacklisted. The default value for the attributes will be 0.
- Get lists in a folder api route: We're dropping support for the response attributes totalSubscribers and totalBlacklisted . The default value for the attributes will be 0.
- Get all lists api route: We're dropping support for the response attributes totalSubscribers and totalBlacklisted. The default value for the attributes will be 0.
- Export contacts api route: contactFilter parameter is deprecated. Please use customContactFilter instead.
- Added new route - UpdateBatchContacts
- Support of jsonBody and json file in fileUrl in import contact route.
- Added new event - loadedByProxy in Get all your transactional email activity (unaggregated events)
v8.2.1
- Bump
y18n
from4.0.0
to4.0.1
- Bump
glob-parent
from5.1.1
to5.1.2
v8.2.0
- Batch params functionality is now available for the
Send Transactional Email API
Default sorting order
added in description (i.e. in routes for which it is applicable)
v8.1.1
- Replace
\"
with"
i.e. a double quote
v8.1.0
- Sorting order implemented for routes (
Processes
,emailCampaigns
,Webhooks
,smsCampaigns
,transactionalEmails
,transactionalSms
) - Blocked domains functionality implemented
- Added error event in response schema of
getEmailEventReport
- Unnecessary fields from swagger file that were initially marked as
required
, are now marked asoptional
- Fix in sorting order in case of marketing events
- Fix in
get-reports
route when passingstartDate
andendDate
- Return
contact ID
in webhook if ID is used in add/remove contact getFolders
andgetFoldersLists
count issues fixed- Add
templateId
to response ingetEmailEventReport
v8.0.2
- Fix security issue on sendReport routes
- Made IP non-mandatory for getContactDetails route