Tutorials
Tutorials
A collection tutorials for developing apps and various workflows on the Webex platform.
anchorGetting Started
anchor- Introduction to Webex Apps — Get an overview of the Webex REST APIs and the types of apps you can build on Webex platform.
- REST API Basics — Learn basics of consuming a REST API - namely Cisco Webex - and how to use Postman to explore a REST API. New
- Create Spaces, add participants, post messages from Postman — Invoke the Webex REST API from the Postman REST client to create spaces, add participants and post messages. New
anchorBots
anchor- From Zero to Webex Chatbot in 15 Minutes — Get a chat bot up an running using the Node Bot Starter Framework.
- Exploring the Node Bot Framework — Explore the Node Bot Framework's features and functionality. New
- Webex Bots with Buttons and Cards — Check out this interactive Webex bot learning lab. New
anchorMessaging
anchor- Using the Browser SDK's Messaging and Rooms APIs — This tutorial shows you how to use the Webex Browser SDK's rooms and messaging APIs to create and delete rooms (spaces), send messages and add members to space and other features.
- Using Websockets in a Browser with Webex — This tutorial shows you how to use the Webex Browser SDK to to listen for events from Webex over websockets.
anchorWidgets
anchor- Using the Webex Space Widget for Video and Messaging — Learn more about the Webex SDKs and Widgets capabilities, and experience these through live demos of the Space Widget. New
anchorAuthentication
anchor- Using your Personal Access Token — Shows you how to obtain and use your personal access token to make API calls without having to enable the required OAuth flows. New
- Experimenting with OAuth Integrations — Demonstrates how to perform a Webex OAuth2 authentication for a Webex Integration. New
- Webex React OAuth Sample — A React demo application that shows how to authorize a Webex user and obtain a API access token for making calls on their behalf.
- Using Webex OAuth 2 in Your Flask Application — Learn how to add Webex OAuth 2 flows to your Flask application in this blog post.
- Run a Webex OAuth Integration Locally — This tutorial shows you how to get a Node.js server running locally that acts as an OAuth client for a Webex integration, obtain an API access token for the authenticating user, and uses it to call a Webex API to get information about the user. New
anchorIntegrations
anchor- Deploy a Webex Integration — This tutorial describes deploying an example application on Heroku, and registering it as a Webex Integration.
anchorRoomOS and xAPI
anchor- RoomOS Introduction — What is RoomOS, what are the main concepts and components. New
- RoomOS Integrations Explained — What's the difference macros, JSXAPI, cloud xAPI, workspace integrations and which to choose? New
- Introduction to the xAPI — Understand the basic building blocks of the API of RoomOS. New
- All RoomOS Articles — Access all of the RoomOS articles here. New
anchorWebhooks
anchor- Experimenting with Webhooks — Learn how you can work with Webex events via Webhooks. New
anchorWebex SDKs
anchor- Getting Started with the Webex iOS SDK — Walks you through getting setup with the Webex iOS SDK and using it to send messages, create rooms and perform other actions.
- Getting Started with the Webex Android SDK — Start working with Webex Android SDK to send messages, create rooms and perform other actions.
- Getting Started with the Webex Node.js SDK — Get up and running with the Webex Node.js SDK to send messages and create rooms.
- Getting Started with the Webex Browser SDK — This guide gets you started adding Webex features to your web apps.
- Getting Started with the Webex Java SDK — Get started installing and using the Webex Java SDK.