Skip to content

Releases: sendinblue/APIv3-nodejs-library

v8.5.0

26 Dec 12:09
87ca0f3
Compare
Choose a tag to compare

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

17 Aug 13:09
Compare
Choose a tag to compare

v8.4.1

17 Aug 12:52
060906c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.4.0...v8.4.1

v8.4.0

22 Jun 13:09
c4db2f5
Compare
Choose a tag to compare

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 and batchId for transactional mails

Full Changelog: v8.3.0...v8.4.0

v8.3.0

11 Mar 07:20
35808c6
Compare
Choose a tag to compare
  • 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

05 Jul 07:00
2e1b6a8
Compare
Choose a tag to compare
  • Bump y18n from 4.0.0 to 4.0.1
  • Bump glob-parent from 5.1.1 to 5.1.2

v8.2.0

22 Jan 06:39
a14292e
Compare
Choose a tag to compare
  • 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

12 Jan 09:54
511848d
Compare
Choose a tag to compare
  • Replace \" with " i.e. a double quote

v8.1.0

29 Dec 08:53
2e18066
Compare
Choose a tag to compare
  • 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 as optional
  • Fix in sorting order in case of marketing events
  • Fix in get-reports route when passing startDate and endDate
  • Return contact ID in webhook if ID is used in add/remove contact
  • getFolders and getFoldersLists count issues fixed
  • Add templateId to response in getEmailEventReport

v8.0.2

06 Nov 15:22
4153cc4
Compare
Choose a tag to compare
  • Fix security issue on sendReport routes
  • Made IP non-mandatory for getContactDetails route