Skip to content

v2.0.0

Compare
Choose a tag to compare
@preetishishodia7 preetishishodia7 released this 12 Mar 14:31
· 11 commits to main since this release
af3ef22

What's Changed

  • 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]
  • Also smtpLogMessageIdDelete() renamed to smtpLogIdentifierDelete()

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