SMS_OPTOUT
Description :
This functionality is used when someone chooses to opt-out by sending an sms
from their cellphone containing one or more of the keywords configured in the
company's keyword dictionary. If the company has a blocklist URL configured,
then the mobile number of the respondent will be sent to that URL. The XML
posted to the URL will be the following:
Use :
<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?><XML><SMS_OPTOUT><SMS_SEND extension='{0}' to='{1}' /></SMS_OPTOUT></XML>
{0} – Is the username used to send the original sms to the user
{1} – is the mobile number of the user that replied
Example :
<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?><XML><SMS_OPTOUT><SMS_SEND extension='7865753' to='+27846555622' /></SMS_OPTOUT></XML>