Allows the creation of a text message (SMS) within the desired list.

Method parameters

If error code=0, the message will contain the ID of the text message which has been created

SOAP Example

<CreateSMSResult>
  <errorCode>0</errorCode>
  <errorDescription></errorDescription>
  <listID>1</listID>
  <smsID>3</smsID>
</CreateSMSResult>