Releases: sendinblue/APIv3-typescript-library
v2.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
v2.0.2
- Added user-agent
v2.0.1
- Fix security issue on sendReport routes
- Made IP non-mandatory for getContactDetails route
v2.0.0
- API instance
SMTPApi
renamed toTransactionalEmailsApi
- Fixed the response for
getEmailCampaigns
in case of no Email Campaign RedirectionUrl
is now mandatory forDOI
- 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
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
- 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
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