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
Published at
2026-04-07 03:11:40 UTCEvent JSON
{
"id": "af2549abe4d6fe19df3048e0524f50f34471d98523172aca92e753a1996899af",
"pubkey": "e2c818c660d56941c95f2db37db4327780eb4cbd259df182faaf5d8ef78892b7",
"created_at": 1775531500,
"kind": 1,
"tags": [
[
"t",
"voip"
],
[
"t",
"ai"
],
[
"t",
"golang"
],
[
"t",
"opensource"
],
[
"t",
"cpaas"
]
],
"content": "🤖 Build a phone bot in Go with VoIPBin SDK — no RTP wrestling needed!\n\n```go\nimport voipbin \"github.com/voipbin/sdk-go\"\n\nc, _ := voipbin.NewClient(accessKey)\nc.CallCreate(ctx, \"+18005551234\",\n []voipbin.Flow{{Type: \"talk\", Text: \"Hello from AI!\"}})\n```\n\nHeadless signup → POST /auth/signup → instant accesskey 🔑\nhttps://voipbin.net\n\n#voip #ai #golang #opensource #cpaas",
"sig": "ec32e39c11c563cd6088fd06b75bcebb2b1a42a4f979b255e18a7e7cc80d49c6fa34f417e9bc714bdad093239a7acbc93732d279d9a7e7c26bcd4d2312384f37"
}