Skip to main content

Cisco Webex Teams Alert Channel

Configure Lacework alert channel to forward alerts to a Webex Teams space as an incoming webhook.

Create an Incoming Webhook

  1. Navigate to Cisco Webex App Hub.
  2. Enter Incoming Webhooks.
  3. Log in to your account.
  4. Click Connect.
  5. Name your webhook.
  6. Select a space where you want to receive events – you can use an existing space or create a dedicated Lacework space depending on your current workflow.

Create a Cisco Webex Teams Alert Channel

Do the following:

  1. Log in to the Lacework Console as a Lacework user with administrative privileges.
  2. Go to Settings > Notifications > Alert channels.
  3. Click + Add new.
  4. Select Cisco Webex Teams.
  5. Click Next.
  6. Ensure you have set up your Cisco Spark incoming webhook as described in Create an Incoming Webhook.
  7. Name the integration.
  8. Add the URL of your incoming webhook.
  9. Click Save.
  10. Click Alert rules and configure your required alert routing details/options by leveraging the alert channel you created.

Lacework event notifications will begin to appear in your Webex Teams space.

Create a Lacework Cisco Webex Teams Alert Channel Using Terraform

For organizations using Terraform to manage their environments, Lacework maintains the Terraform provider for Lacework, which enables configuration of Lacework alert channels using automation.

For a complete list of custom Terraform resources to manage alert channels in Lacework, see Managing Alert Channels with Terraform.

# Configure Cisco Webex Alert Channel in Lacework
resource "lacework_alert_channel_cisco_webex" "example" {
name = "My Cisco Webex Channel Alert Example"
webhook_url = "https://webexapis.com/v1/webhooks/incoming/api-token"
}

Additional information on the lacework_alert_channel_cisco_webex resource can be found on the Terraform Registry.