Power BI Connector for Salesforce Marketing Cloud

Build 25.0.9454

QueueMoMessage

Queues a mobile-originated (MO) message for sending in Salesforce Marketing Cloud. It supports asynchronous message handling to manage large volumes of inbound or outbound Short Message Service (SMS) traffic efficiently.

EXECUTE QueueMoMessage MobileNumbers = '[" +
          "  \"15555551212\"" +
          "  ]', ShortCode = '86288', MessageText = 'CODETEST'
EXECUTE QueueMoMessage Subscribers = '[    " +
          "     {   " +
          "       \"mobilenumber\": \"15555551212\",    " +
          "       \"subscriberkey\": \"0_MC1652\"   " +
          "     },    " +
          "     {   " +
          "       \"mobilenumber\": \"15555551213\",    " +
          "       \"subscriberkey\": \"0_MC1652\"   " +
          "     }   " +
          "   ]', ShortCode = '86288', MessageText = 'CODETEST'

Input

Name Type Required Description
MobileNumbers String False Specifies an array of mobile numbers that represent the source of the mobile-originated (MO) message simulation. This parameter is used when the message should be processed as coming from raw phone numbers that are not linked to existing subscriber profiles. Either the MobileNumbers or Subscribers parameters must be provided, but not both.
Subscribers String False Specifies an array of objects that each contain a subscriber key and a mobile number. This parameter is used when the MO message simulation must be tied to specific subscriber records in Salesforce Marketing Cloud. Each entry maps the inbound message to a known contact. Either the Subscribers or MobileNumbers parameters must be provided, but not both.
ShortCode String True Specifies the short code through which the message is processed. The short code determines the messaging route and applies the appropriate subscription and compliance rules.
MessageText String True Specifies the message text that is queued for delivery as an MO message simulation. This text represents the inbound message content that the system processes.

Result Set Columns

Name Type Description
Results String Specifies the results that are returned after the MO message is queued for processing. These results can include submission details, validation outcomes, or any errors that are detected during the queue operation.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454