Skip to content

Releases: sendinblue/APIv3-python-library

v7.6.0

20 Mar 06:13
9a5807c
Compare
Choose a tag to compare

What's Changed

  • Added inbound email attachments download endpoint.
  • Added Ecommerce module.
  • Added Company module.
  • Added Conversations module.
  • Added External feeds module.
  • Added WhatsApp Campaigns module.
  • Added Transactional WhatsApp module.
  • Added Deals module.
  • Added Files module.
  • Added functionality to choose custom unsubscription page in campaigns.
  • Improved batch email sending.

And other several major/minor improvements.

v7.5.0

09 Jun 07:16
f31ae2a
Compare
Choose a tag to compare
  • Releasing Email Scheduling with the update.
  • JSON support has been added to contacts import.
  • Added Task module.
  • Updated CRM module.
  • Updated attributes module.
  • Added date range support to campaign stats in contact details.
  • Added trackable stats to email campaign report.

v7.4.0

18 Feb 10:20
26e932e
Compare
Choose a tag to compare
  • Releasing CRM & Task API’s with the update.
  • Batch contacts update is now available.
  • Endpoints for Master Sub Account are added in this release.

v7.3.0

25 Nov 07:40
06068cf
Compare
Choose a tag to compare

Additions:

  • sort functionality in get all webhooks.
  • pagination in get transactional email list.
  • Inbound email parsing module.
  • Default/max limit of 90days in get contact stats, get aggregated smtp report, get email event report, get contact info.
  • Master account module.
  • idempotencyKey in send smtp email.
  • unicodeEnabled in create/update sms campaign, send transactional sms.
  • .pkpass as a supported file type in send smtp email.
  • trackableViews in get an email campaign report as the count of non-prevented unique email openers on the apple mail.
  • Maximum count of recipients in sent smtp email limited to 200.

Deletions:

  • Removed deprecated send smtp email template.
  • Removed deprecated contactFilter from request contact export.

v7.2.0

22 Jan 13:08
129dbee
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)

v7.1.0

30 Dec 07:51
c4c2e9e
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

v7.0.0

06 Nov 12:05
e057a09
Compare
Choose a tag to compare

Breaking Changes!

  • API instance SMTPApi renamed to TransactionalEmailsApi
  • Fixed 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 sender id parameter in sendTransactionalEmail
  • Added Contact Id as additional key for contact operations
  • Change in length of sender in smsCampaign
  • Fix security issue on sendReport routes
  • Made IP non-mandatory for getContactDetails route
  • Rename files SMS -> Sms for compatibility with composer 2

v6.3.0

15 Jul 12:43
268a9bd
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

v6.2.0

21 May 12:56
440883d
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.

v6.1.0

20 Mar 10:03
1f1b324
Compare
Choose a tag to compare

New API Routes Added:

New features / modifications:

  • Provided the option for IP Warmup via API. This feature is available for Create and update email campaign routes.
  • Clients can now associate a sender with specific pool of IP’s. This feature is available for create/update email campaigns and create/update smtp templates routes.
  • Added pagination in get reseller children list api. Default result set limit is 10 and maximum is 20.
  • Get extended campaign stats (device and browser stats)
  • Export contacts filter api improvement. New filter with defined ENUMs has now been added.