{"id":53919,"library":"twilio-twilio-go","title":"Twilio Go","description":"A Go client library for the Twilio API, generated from OpenAPI spec.","status":"active","version":"1.30.9","language":"go","source_language":null,"source_url":"https://github.com/twilio/twilio-go","tags":["twilio","sms","api","client"],"install":[{"cmd":"go get github.com/twilio/twilio-go","lang":"bash","label":"Install github.com/twilio/twilio-go"}],"dependencies":[],"imports":[{"symbol":"twilio","correct":"github.com/twilio/twilio-go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/twilio/twilio-go\"\n)\n\nfunc main() {\n\tclient := twilio.NewRestClient()\n\tmsg, _ := client.Api.CreateMessage(&twilio.CreateMessageParams{\n\t\tTo:   twilio.String(\"+1234567890\"),\n\t\tFrom: twilio.String(\"+0987654321\"),\n\t\tBody: twilio.String(\"Hello from Go!\"),\n\t})\n\tfmt.Println(msg.Sid)\n}","lang":"go","description":"Send an SMS message"},"warnings":[],"env_vars":null,"search_vec":"'api':10,17 'client':5,18 'generat':11 'go':2,4 'librari':6 'openapi':13 'sms':16 'spec':14 'twilio':1,9,15","created_at":"2026-06-15T08:00:15.797900+00:00","updated_at":"2026-06-15T08:00:15.797900+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/twilio/twilio-go","github":"https://github.com/twilio/twilio-go","docs":"https://pkg.go.dev/github.com/twilio/twilio-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}