{"id":70415,"library":"sfreiberg-gotwilio","title":"GoTwilio","description":"A Go library for interacting with the Twilio API for SMS, voice, and more.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/sfreiberg/gotwilio","tags":["twilio","sms","phone","api"],"install":[{"cmd":"go get github.com/sfreiberg/gotwilio","lang":"bash","label":"Install github.com/sfreiberg/gotwilio"}],"dependencies":[],"imports":[{"symbol":"gotwilio","correct":"github.com/sfreiberg/gotwilio"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/sfreiberg/gotwilio\"\n)\n\nfunc main() {\n\tclient := gotwilio.NewTwilioClient(\"ACCOUNT_SID\", \"AUTH_TOKEN\")\n\tresp, err := client.SendSMS(\"+1234567890\", \"+0987654321\", \"Hello\", \"\", \"\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(resp.Sid)\n}","lang":"go","description":"Sends an SMS message using Twilio."},"warnings":[],"env_vars":null,"search_vec":"'api':10,19 'go':3 'gotwilio':1 'interact':6 'librari':4 'phone':18 'sms':12,17 'twilio':9,16 'voic':13","created_at":"2026-06-17T18:13:41.602304+00:00","updated_at":"2026-06-17T18:13:41.602304+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/sfreiberg/gotwilio","github":"https://github.com/sfreiberg/gotwilio","docs":"https://pkg.go.dev/github.com/sfreiberg/gotwilio#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}