Closed tcione closed 4 years ago
I'm working on a Braze integration project and I needed support for their subscription groups
This PR implements the 3 endpoints listed in the documentation:
GET /subscription/user/status
GET /subscription/status/get
POST /subscription/status/set
Hope those changes are suitable for this gem :)
Looks good, thanks for contributing!
I'm working on a Braze integration project and I needed support for their subscription groups
This PR implements the 3 endpoints listed in the documentation:
GET /subscription/user/status
to get the subscription groups (and their statuses) from a list of usersGET /subscription/status/get
to get users statuses for a specific subscription groupPOST /subscription/status/set
to set users statuses for a specific subscription groupHope those changes are suitable for this gem :)