Skip to content

Instantly share code, notes, and snippets.

@EsendexDev
Last active November 13, 2015 11:34
Show Gist options
  • Save EsendexDev/e4cb0f6b243987a4f5b9 to your computer and use it in GitHub Desktop.
Save EsendexDev/e4cb0f6b243987a4f5b9 to your computer and use it in GitHub Desktop.
client := esendex.New("username", "password").Account("accountRef")
client.Send([]esendex.Message{
{MessageType: "Voice", To: "07123456789", Body: "Hello!"},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment