Webex Teams

Connecting Rollbar to Webex Teams (formerly Cisco Spark)

📘

For general information about Rollbar's alerting features, check out the Notifications guide.

Setup

Configuration is per-project in Rollbar.

  1. In Rollbar, navigate to the project you want to integrate with Webex Teams
  2. Click Settings → Notifications → Webex Teams
  3. Click Connect with Webex Teams
  4. Select the Webex account you want to integrate with, and authorize the permission request
  5. Select the room you wish to receive messages for
  6. Click Enable Webex Teams Integration

Congrats! Webex Teams is now integrated with Rollbar. Default rules have been created for the various events that Rollbar notifies on. You can customize the rules by editing them, deleting them, or adding new ones.

Tips & Tricks

  • You can configure what room you send the notifications to on each individual rule.
  • You can customize the content of Webex Teams messages by using notification variables.
  • In addition to notification variables, any data value sent in the JSON payload of an item or occurrence may be used as a variable, including custom data. Examples of usage are {{"{{body.request.url"}}}} and {{"{{body.server.host"}}}}. If your JSON payload includes the custom values {{"{{ handler: { key: process-job, id:100"}}}} then you can use the variables {{"{{body.handler.key"}}}} and {{"{{body.handler.id"}}}} in your notifications. To view the full set of available values, look at the "Params" values of an occurrence in your project. All params besides the ones listed in the above notification variables must be prefaced with "body".