Discover Packages
github.com/WebexCommunity/webex-go-sdk/v2
examples
directory
Version:
v2.0.18
Opens a new window with list of versions in this module.
Published: Mar 4, 2026
License: MPL-2.0
Opens a new window with license information.
README
README
¶
Examples
Runnable examples demonstrating each module of the Webex Go SDK.
Prerequisites
All examples require a WEBEX_ACCESS_TOKEN environment variable. Some examples require additional environment variables — see the source code for details.
export WEBEX_ACCESS_TOKEN="your-token-here"
Available Examples
Directory
Description
attachmentactions
Send an Adaptive Card and retrieve the attachment action submission
calling
Web-based call control demo with call history, settings, voicemail, contacts, and real-time calling (WebRTC)
conversation-listen-internal
Listen for real-time conversation events over Mercury WebSocket with E2E encryption/decryption
events
List and retrieve Webex compliance/audit events with filters
meetings
List meeting series and past instances, get meeting details
memberships
List, add, update (moderator), and remove room memberships
messages
Send, get, list, and delete messages in a room
messages-listen
Real-time WebSocket message listener with graceful shutdown
people
Get current user, list people by email, get by ID
rooms
Create, get, list, update, and delete rooms
roomtabs
Create, list, get, update, and delete room tabs (pinned URLs)
teammemberships
List, add, update, and remove team memberships
teams
List, create, get, update, and delete teams
transcripts
List transcripts, get metadata and snippets, download full transcript
webhooks
Create, list, update, delete webhooks and receive callbacks via HTTP server
Running an Example
cd examples/rooms
go run main.go
Expand ▾
Collapse ▴
Directories
¶
Package main provides a web-based example application for the Webex Calling API.
Package main provides a web-based example application for the Webex Calling API.
Click to show internal directories.
Click to hide internal directories.