Skip to main content

Notify Stakeholders

This Playbook is part of the Cloud Security Posture Management Playbooks Pack.#

This playbook automates notifying stakeholders via Slack v3, Microsoft Teams, or email. You have the flexibility to notify other teams via Slack, Microsoft Teams or Email by configuring the necessary integration. This playbook requires existing integrations with Slack, Microsoft Teams, Mail Sender or Gmail to perform these actions. If none of these integrations are found in your account, the playbook will exit with no action.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

  • Microsoft Teams
  • SlackV3
  • mail-sender

Scripts#

  • Print
  • Set
  • SetAndHandleEmpty

Commands#

  • send-mail
  • send-notification

Playbook Inputs#


NameDescriptionDefault ValueRequired
Teams ChannelProvide the Microsoft Teams channel to send messages to.Optional
Slack ChannelProvide the Slack channel to send messages to.Optional
Email AddressProvide an email address for notifications. Use comma separated values to provide multiple addressesOptional
SubjectFor emailYou have a new message for - ${issue.name}Optional
AssetNameName of the asset related to the issue.Core.CoreAsset.xdmassetnameOptional
AssetTypeType of the asset related to the issue, for example, EC2, Azure VM, Google Cloud Storage, etc.Core.CoreAsset.xdmassettype__nameOptional
CloudRegionRegion of the asset related to the issue, for example, us-east-1, westus, etc.Core.CoreAsset.xdmassetcloud__regionOptional
CloudAccountIDAccount ID of the asset related to the issue. For AWS, it is the 12-digit account number. For Azure, it is the Subscription ID.Core.CoreAsset.xdmassetrealmOptional
remediation_actionDescription of the remediation action that was taken to resolve this issue, if any.${remediation_action}Optional
AssetIDInternal ID of the asset related to the issue.Core.CoreAsset.xdmassetidOptional

Playbook Outputs#


There are no outputs for this playbook.

Playbook Image#


Notify Stakeholders