Could you please let us know whether we can sent SMS with insert list. We have the following implementation for email, we want to extend it for SMS also. We are able to send SMS using template, but not using template insert list ( dynamic data using templete )
<ns2:Internet ref="A"> <ns2:InsertList> <ns2:Insert number="1">12345-123</ns2:Insert> <ns2:Insert number="2">12/31/2011</ns2:Insert> </ns2:InsertList> <ns2:Email>abc@metlife.com</ns2:Email> </ns2:Internet>