subscribeNotifications(self,
shortcode,
keyword,
endpoint,
correlator)
| source code
|
Subscribe to Receive SMS notifications
- Parameters:
shortcode - (string): SMS shortcode including country code without
"+", e.g. "44"
keyword - (string): The registered SMS Keyword of the application
endpoint - (string): The url to which BlueVia shall post the relevant SMS
correlator - (string): The correlator allows to identify the subscription
- Returns:
- (tuple): (HTTP status, unsubscribeURL). HTTP status ==
"201" for success. Use unsubscribeURL in method
unsubscribeNotifications.
|