Created
July 24, 2013 14:04
-
-
Save EsendexDev/6070862 to your computer and use it in GitHub Desktop.
Sending a single message with the Esendex Ruby SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| account = Account.new | |
| batch_id = account.send_message( to: "07777111222", body: "Saying hello to the world with the help of Esendex") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment