Skip to content

Releases: sendinblue/APIv3-typescript-library

v2.1.0

29 Dec 11:26
06b1ea5
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

v2.0.2

06 Nov 12:00
d08d6c8
Compare
Choose a tag to compare
  • Added user-agent

v2.0.1

04 Nov 06:32
7a3e283
Compare
Choose a tag to compare
  • Fix security issue on sendReport routes
  • Made IP non-mandatory for getContactDetails route

v2.0.0

24 Sep 06:22
e59fa15
Compare
Choose a tag to compare
  • API instance SMTPApi renamed to TransactionalEmailsApi
  • Fixed the response for getEmailCampaigns in case of no Email Campaign
  • RedirectionUrl is now mandatory for DOI
  • Sent event now included in events array for Transactional Webhook
  • Extended statistics for A/B test results
  • Added SenderId parameter in sendTransactionalEmail
  • Added ContactId as additional key for contact operations
  • Change in length of sender

v1.2.1

16 Jul 09:40
031f74e
Compare
Choose a tag to compare

New Features/Modifications

  • Double-Opt In for contact creation added
  • Child id as identifier along with api-key for Reseller API Operations
  • New parameter added to activate smsCampaign for a reseller child
  • New parameter added for language in /reseller/children route
  • Get email event reports api: reason for bounces is not visible in response
  • Performance improvement in Add/Remove credits for Reseller children
  • Performance improvement for remove all contacts from a list
  • Fixed issue of re-creation of a contact if it was already deleted during MA workflow
  • Better handling of error responses for sending transactional email route

v1.2.0

26 May 05:56
5d312b1
Compare
Choose a tag to compare
  • Upload an image to my account image gallery
  • Allow multiple recipients in SMTP email
  • Added file body limit to 10MB for contact import
  • Date filters added for getContacts route
  • Extended response for transactional email activity
  • Return path bounce count added in the response for GET email campaigns.

v1.1.0

27 Mar 10:13
4ae619d
Compare
Choose a tag to compare

New route added getAbTestCampaignResult
New route added getSharedTemplateUrl
New route added sendEmailCampaignNow
New route added getChildAccountCreationStatus
New route added getTransacBlockedContacts
New route added getTransacEmailContent
New route added getTransacEmailsList
New route added smtpBlockedContactsEmailDelete
New route added smtpLogMessageIdDelete
Improved description of getSmtpTemplates
Improved description of sendEmailCampaignNow
Improved description of updateSmtpTemplate
Improved description of createSmtpTemplate
Improved description of deleteSmtpTemplate
Improved description of getAggregatedSmtpReport
Improved description of getEmailEventReport
Improved description of getSmtpReport
Improved getemailcampaign by addition of statsByDevice and statsByBrowser
Improved exportContacts API by addition of new customContactFilter

v1.0.0

18 Sep 11:11
5cfb4c3
Compare
Choose a tag to compare

Initial release of SendinBlue API V3 TypeScript Node.js Package