Skip to content

Instantly share code, notes, and snippets.

@EsendexDev
Created July 24, 2013 14:04
Show Gist options
  • Save EsendexDev/6070862 to your computer and use it in GitHub Desktop.
Save EsendexDev/6070862 to your computer and use it in GitHub Desktop.
Sending a single message with the Esendex Ruby SDK
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