Releases: sendinblue/APIv3-go-library
Releases · sendinblue/APIv3-go-library
v2.1.2
v2.1.1
- Bug fix while adding existing contacts by ids[] into a list
What's Changed
- Added CRM Deals module
- Added new route - UpdateBatchContacts
- Added trackableViewsRate and estimatedViews in getCampaignStats response
- Added getScheduledEmailByBatchId and getScheduledEmailByMessageId endpoints
- Added scheduledAt and batchId for transactional mails
- Added NoteId
- Added NoteList
- Added ScheduleSmtpEmail
- Added TaskList
- Fixed invalid datatype *interface{} to map[string]interface{}
v2.0.1: Feature ap 1328 (#20)
* go module * corrections * corrections Co-authored-by: Raunak Jain <[email protected]>
v2.0.0
Breaking Change!
- Updated Go Wrapper for APIv3 routes in working condition with swagger-codgen 3.0.22 version
- Fixed an issues for CC and BCC(as optional key)
- Fixed an issue for mandatory and optional Keys
- Change in file structure
- Standard Go format used