When a user texts list to the Twilio number, they should be able to see all their current subscriptions.
The planned data source for a user's subscriptions is going to be the tags associated with their Binding in the Notify REST API. You'll need to retrieve their Binding object, and transform the tags into something human readable. This would need to be completed after #8
When a user texts
listto the Twilio number, they should be able to see all their current subscriptions.The planned data source for a user's subscriptions is going to be the tags associated with their Binding in the Notify REST API. You'll need to retrieve their Binding object, and transform the tags into something human readable. This would need to be completed after #8