Can I send wireless messages to many recipients at once? Does the Software Development Kit support multiplexing, group messaging, or bulk messaging?
• A: • The Software Development Kit itself does not support multiplexing, group messaging or bulk messaging; however, in your own code it is very easy to create such a function. Simply perform a loop, modify the recipient, and send the message off repeatedly. You do, however, have to create new requests for every recipient. We do not support multiple recipients for the same request. We are planning on adding that feature at a later date. For now, you will have to submit them one at a time to the OpenMarket network.