Skip to content

SendDistinctBulkMessagesViaDedicatedNumber

Sends a unique SMS message to each cell numbers provided via the given dedicated number. Returns the number of messages successfully queued, or an error message on failure.

// uses JQuery library
/** NOT CURRENTLY AVAILABLE **/

HTTP Request


ParameterDescriptionLocation
AccountKeyYour Swift SMS Gateway account keyBODY
ReferenceInternal Reference IDBODY
ReferenceInternal Reference IDBODY
SenderNumberDedicated number to deliver the given messagesBODY
CellNumbersArray of cell numbers to deliver SMS messages toBODY
MessageBodies

Array of messages to deliver to the recipients. Must have the same number of elements as CellNumbers

BODY

Returns

string

If successful, will return x messages queued successfully

If unsuccessful, will return an error message: (See (SendMessage))