Registry / networking / kevinburke-twilio-go

kevinburke-twilio-go

JSON →
library0.0.0-20260504164244-2e3e7dddbc33gogounverified

Package twilio simplifies interaction with the Twilio API for sending SMS, making calls, and managing Twilio resources.

go get github.com/kevinburke/twilio-go
INSTALL
IMPORT
SIG · KEVINBURKE-TWILIO-
K
kevinburke-twilio-go
networkinggov0.0.0-20260504164244-2e3e7dddbc33
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

twilio
github.com/kevinburke/twilio-go

Send an SMS message using the Twilio API.

package main import ( "fmt" "github.com/kevinburke/twilio-go" ) func main() { client := twilio.NewClient("ACxxx", "token", nil) msg, _ := client.Messages.SendMessage("+1234567890", "+0987654321", "Hello", nil) fmt.Println(msg.Sid) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260504164244-2e3e7dddbc33latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
kevinburke-twilio-go — go get kevinburke-twilio-go · libregistry