Skip to content

Releases: getbrevo/brevo-ruby

v3.0.0

29 May 06:31
28ced89
Compare
Choose a tag to compare

What's Changed

  • Support new API events_api
  • Modification in Get all the contacts, contact can be filtered by segmentId and listIds as well
    segmentId | int| Id of the segment. Either listIds or segmentId can be passed. | [optional]
    listIds | int[]| Ids of the list. Either listIds or segmentId can be passed. | [optional]
  • Modification in Get a list's details
    startDate and endDate (YYYY-MM-DDTHH:mm:ss.SSSZ) support added.
  • Get order details route added in eCommerceAPI
  • Below routes added MasterAccountAPI
    Update a group of sub-accounts
    Create a new group of sub-accounts
  • Below routes added In UsersApi
    Update permission for a user
    Send invitation to user
    Revoke user permission
    Resend / Cancel invitation
  • In Return all your created WhatsApp templates source parameters also now supported
    source | string| source of the template | [optional]

Full Changelog: v2.0.0...v3.0.0

v2.0.0

25 Aug 07:22
9306498
Compare
Choose a tag to compare

What's Changed

  • CC-1726: gem name updated from brevo-ruby to brevo by @NagendraSIB in #1

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

06 Jun 16:32
Compare
Choose a tag to compare

API's changed from sendinblue.com domain to api brevo.com domain
For installation follow this process
Follow reference example in order to use this SDK