Registry / messaging / sfreiberg-gotwilio

sfreiberg-gotwilio

JSON →
library1.0.0gogounverified

A Go library for interacting with the Twilio API for SMS, voice, and more.

go get github.com/sfreiberg/gotwilio
INSTALL
IMPORT
SIG · SFREIBERG-GOTWILIO
S
sfreiberg-gotwilio
messaginggov1.0.0
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.

gotwilio
github.com/sfreiberg/gotwilio

Sends an SMS message using Twilio.

package main import ( "fmt" "github.com/sfreiberg/gotwilio" ) func main() { client := gotwilio.NewTwilioClient("ACCOUNT_SID", "AUTH_TOKEN") resp, err := client.SendSMS("+1234567890", "+0987654321", "Hello", "", "") if err != nil { panic(err) } fmt.Println(resp.Sid) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
sfreiberg-gotwilio — go get sfreiberg-gotwilio · libregistry