Subscription List Event
Our server can be configured to send notifications of changes to Subscription Lists. For more information about Subscription Lists please click here.
To configure Subscription Lists Event notifications, please login into your account and go to Preferences and then select the Forwarding tab.
Our server expects a HTTP 200 (OK) status. Any content returned by your server will be ignored.
If anything other than a status 200 is returned, then our server will consider this an error. On receipt of an error our server will retry to deliver the same message every 5 minutes until the error is resolved.
<% SubscriptionListName = Request("sublistname") PhoneNumber = Request("msisdn") Action = Request("action") -- Place code here to use SubscriptionListName, PhoneNumber -- and Action values -- e.g. store notification to a database %>