Skip to content

Instantly share code, notes, and snippets.

@EsendexDev
Last active November 13, 2015 11:35
Show Gist options
  • Save EsendexDev/82a72d2311c437d85571 to your computer and use it in GitHub Desktop.
Save EsendexDev/82a72d2311c437d85571 to your computer and use it in GitHub Desktop.
client := esendex.New("username", "password").Account("accountRef")
scheduleTime := time.Now().UTC().Add(6 * time.Hour)
client.SendAt(scheduleTime, []esendex.Message{
{To: "07123456789", Body: "Hello!"},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment