Skip to content

Super simple twilio interface which allows you to send an SMS message

License

Notifications You must be signed in to change notification settings

sea-erkin/go_twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

go_twilio

Super simple twilio interface which allows you to send an SMS message

Go get

go get github.com/sea-erkin/go_twilio

Import

import (
	twilio "github.com/sea-erkin/go_twilio"
)

Initiate client

twilioClient, err := twilio.New("Your account id", "Your account password", verboseBool)

Send SMS message

err = TwilioClient.SendMessage("11234567890", "11234567890", "Test message body")

About

Super simple twilio interface which allows you to send an SMS message

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages