Skip to content

Version 6.1.0

Compare
Choose a tag to compare
@henrys-cm henrys-cm released this 27 Oct 05:25
· 12 commits to master since this release
  • Added support for add/update subscribers specifying mobile_number and/or consent_to_send_sms (optional parameters)
    • Subscriber.Add
    • Subscriber.Update()
  • Added support for lists endpoints to be able to return the ConsentToSendSms (keyword parameter, is optional)
    • List.Active(include_sms_preference:true)
    • List.Bounced(include_sms_preference:true)
    • List.Unsubscribed(include_sms_preference:true)
    • List.Unconfirmed(include_sms_preference:true)
    • List.Deleted(include_sms_preference:true)
  • Clean-up various warnings associated with this package (excluding dependency package warning)
  • Add more samples