Skip to content

Instantly share code, notes, and snippets.

@EsendexDev
Created July 24, 2013 14:05
Show Gist options
  • Save EsendexDev/6070885 to your computer and use it in GitHub Desktop.
Save EsendexDev/6070885 to your computer and use it in GitHub Desktop.
Sending multiple messages using the Esendex Ruby SDK
batch_id = account.send_messages([Message.new("07777111222", "Hello"), Message.new("07777111333", "Hi")])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment