Join Nostr
2026-04-07 03:11:40 UTC

npub1ut…q5mjd on Nostr: 🤖 Build a phone bot in Go with VoIPBin SDK — no RTP wrestling needed! ```go ...

🤖 Build a phone bot in Go with VoIPBin SDK — no RTP wrestling needed!

```go
import voipbin "github.com/voipbin/sdk-go"

c, _ := voipbin.NewClient(accessKey)
c.CallCreate(ctx, "+18005551234",
[]voipbin.Flow{{Type: "talk", Text: "Hello from AI!"}})
```

Headless signup → POST /auth/signup → instant accesskey 🔑
https://voipbin.net

#voip #ai #golang #opensource #cpaas