POST /sms/v1/queueMO

Queues an MO message for send.

NameTypeDescription
mobileNumbersarrayRequiredAn array of mobile numbers used in the send. Either the mobileNumbers or subscribers property is required, but not both.
subscribersarrayRequiredAn array of subscriber keys and mobile numbers used in the send. Either the mobileNumbers or subscribers property is required, but not both.
shortCodestringRequiredThe short code
messageTextstringRequiredThe text value

The mobileNumbers value accepts only 250 or fewer normalized phone numbers. The subscribers value accepts only 250 or fewer string values (including 1 to 254 characters). You can use a single subscriberkey value with multiple mobileNumber values, depending on how your account manages contact information. You must provide values for either mobileNumbers or subscribers, but not both. If you populate both arrays, the API defaults to use subscriber information and ignores mobileNumbers information.

The mobileNumbers value must be no fewer than eight and no more than 15 characters. The mobileNumbers value must also use the correct format for the designated country code. For example, a phone number from the United States must include the numeric country code 1 and the applicable area code as displayed in the sample CSV file. Note that the numeric country code mentioned here applies only to the phone number itself, and that any separate field containing country code information must conform to ISO-3306-1 alpha-2 standards.

Example Request This example shows a call referencing a single mobile number.

Example Response

Example Request
This example shows a call referencing an array of subscriber key values.

Example Response

Including values for both mobileNumbers and subscribers returns the following error.