CreateBlogSupport
Log inSign up
Home
Create
  • Authentication
  • Login with Webex
  • Bots
  • Embedded Apps
  • Integrations
  • Service Apps
  • Instant Connect
  • Workspace Integrations
  • Suite Sandbox
  • Contact Center Sandbox
  • Guest-to-Guest Sandbox
  • Submit Your App
  • Tutorials

Create

Create Your Own GitHub Enterprise Bot Integrated with Webex

This article explains how you can create your own Webex-integrated GitHub Enterprise bot.

anchorPrerequisites

anchor

Before continuing, you will need access to a few developer resources and the Node.js framework:

  • GitHub Account: You'll need GitHub account: https://github.com/signup.
  • Cisco Webex Account: You'll need a Webex developer account if you don't have one already. You can create one on the Webex Developer Portal: https://developer.webex.com/.
  • Node.js: To create the Webex bot, you'll be leveraging the Webex Node Bot framework. Make sure you've got Node.js installed on your platform of choice.

anchorBuild the Bot

anchor

Once you have your accounts set up and Node.js installed, follow these steps to create your own GitHub bot:

  1. Login into your GitHub administrator account.
  2. Select the Settings menu and then select Webhooks in the left panel.
  3. Select the Add webhook button.
  4. Configure the webhook by pasting the webhook URL you've created for the bot and select Finish. Your bot listens to this webhook for triggered events.
  5. Set the Content type to application/json.
  6. Enter additional information as needed in the other fields, make sure Active is enabled, and select Add webhook.
  7. Log in to Webex for Developers.
  8. Create your Webex bot at: https://developer.webex.com/my-apps/new/bot.
  9. Note down the bot's access token, which you'll use to make API requests.

anchorUse the Webex Node Bot Framework

anchor

To simplify the creation of your bot, you can use the Webex Node Bot Framework available on GitHub. This framework provides a robust and easy to use platform for handling bot interactions:

  • https://github.com/webex/webex-node-bot-framework

For any queries related to bot framework you can join the following Webex space: Webex-Node-Bot-Framework Support.

anchorAdditional Resources

anchor

For more information on GitHub and Webex, see:

  • GitHub API Documentation: https://docs.github.com/en/rest/quickstart
  • Webex API Documentation: https://developer.webex.com/docs
In This Article
  • Prerequisites
  • Build the Bot
  • Use the Webex Node Bot Framework
  • Additional Resources

Connect

Support

Developer Community

Developer Events

Contact Sales

Handy Links

Webex Ambassadors

Webex App Hub

Resources

Open Source Bot Starter Kits

Download Webex

DevNet Learning Labs

Terms of Service

Privacy Policy

Cookie Policy

Trademarks

© 2025 Cisco and/or its affiliates. All rights reserved.