Overview
The Subscriber Interface relates to a specific recipient of messages from the platform. The platform includes the means for managing a list of contacts that you might need to communicate with frequently. The Subscriber interface provides the means to programmatically manage the contacts list.
Typically, Subscribers are subscribed under one or more Group(s).
WSDL
Production:
https://ui.solutionsbytext.com/Sbt.App.SetUp/wsservices/subscriberWSService.svc?singleWsdl
Staging:
https://test.solutionsbytext.com/Sbt.App.SetUp/wsservices/subscriberWSService.svc?singeWsdl
Methods
Method | Description |
---|---|
Subscribe | This method subscribes a phone number to a specified group, but if the phone number is already in the group then it will return an error stating that Subscriber information already exists in the system. This method allows Division and Organization Org codes also. |
UnSubscribe | This method removes subscribers from a specified group by making it inactive. |
GetSubscribersStatus | This method returns the subscriber status from specified group. |
UpdateSubscriber | This method updates the subscriber information like First Name, Last Name etc... |
UpdateSubscriberByOrg | This method updates the subscriber information like First Name, Last Name, Unique ID etc... based on the Organization. The same subscriber can have different values in different Organizations in a tenant. |
Syntax
[ServiceContractAttribute(Name="ISubscriber", Namespace="https://SBTService/ServiceContracts/")] public interface ISubscriber