Augur.Twilio (augur v0.1.0)
Twilio service for Augur
Sends texts via Twilio messaging API
Configuration required:
account_sid: Find this on the Twilio Dashboardauth_token: Find this on the Twilio Dashboard
config = %Augur.Twilio{account_sid: "account_sid", auth_token: "auth_token"}
Augur.Service.send_text(config, "from", "to", "Hello!")