Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions content/en/integrations/guide/slack-actions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: Slack Actions
description: "Utilize these Slack actions for the workspaces you have set up. Follow the [Slack integration documentation for setup.][1]"

---

## Overview

To run any Slack actions, type `/dd` in any workspace with the Datadog App installed to pull up an action tray listing all actions you can take. Alternatively, directly type out the action.

Check warning on line 9 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use 'Datadog' or 'Datadog site' instead of 'Datadog App'.

Check notice on line 9 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

## Incidents
Use the following keyboard shortcuts for incidents navigation. All commands can utilize `/dd in` as an alias for `/dd incident`. For more details, refer to [Incident documentation][2].

Check warning on line 12 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use 'see', 'read', or 'follow' instead of 'refer to'.

Check warning on line 12 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use 'use' instead of 'utilize'.

| Command | Description|
| ------------------ | ---------- |
| `/dd in` or `/dd incident` | Declare an incident.|
| `/dd in update` or `/dd in edit`| Update the incident's title, state, severity, and attributes.|
| `/dd in responders`| Manage the incident's response team.|
| `/dd in investigate` | Trigger Bits Investigation. |
| `/dd in summary` | Generate the incident's summary with AI. |
| `/dd in notify` | Notify @-handles about the incident. |
| `/dd in list` | List open incidents.|
| `/dd in private`| Archive the current channel, create a new private channel, and add all existing responders.|

Check warning on line 23 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use 'create a' or 'create an' instead of 'create a new'.
| `/dd in public` | Make the incident and its timeline visible to anyone with incident-read permissions. |
| `/dd followup` | Create a new follow-up.|

Check warning on line 25 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use 'create a' or 'create an' instead of 'Create a new'.
| `/dd followup list` | List Incident Follow-ups |
| `/dd shortcuts` | View Incident Actions.|

## On-Call
Use the following keyboard shortcuts for On-Call. For more details, refer to [On-Call documentation][3].

Check warning on line 30 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use 'see', 'read', or 'follow' instead of 'refer to'.

| Command | Description|
| ------------------ | ---------- |
| `/dd page` | Page an on-call team.|
| `/dd shifts`| See your upcoming on-call shifts.|
| `/dd override`| Request someone to cover an on-call shift. |

## Monitors
Use the following keyboard shortcuts for Monitors. For more details, refer to [Alerting documentation][4].

Check warning on line 39 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use 'see', 'read', or 'follow' instead of 'refer to'.

| Command | Description|
| ------------------ | ---------- |
| `/dd monitors` | List monitors that are currently alerting.|

Check warning on line 43 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'currently'.


## Dashboard
Use the following keyboard shortcuts for Dashboards. For more details, refer to [Dashboard documentation][5].

Check warning on line 47 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use 'see', 'read', or 'follow' instead of 'refer to'.

| Command | Description|
| ------------------ | ---------- |
| `/dd dashboard` | Share a dashboard widget to this channel.|


## Workflows
Use the following keyboard shortcuts for Workflows. For more details, refer to [Workflow Automation documentation][6].

Check warning on line 55 in content/en/integrations/guide/slack-actions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use 'see', 'read', or 'follow' instead of 'refer to'.

| Command | Description|
| ------------------ | ---------- |
| `/dd workflow` | Run an automation workflow.|


## Accounts
Use the following keyboard shortcuts for account management. For more details, refer to [Account Management documentation][7].

| Command | Description|
| ------------------ | ---------- |
| `/dd accounts` | Manage your linked Datadog accounts. |


[1]: /integrations/slack/?tab=datadogforslack
[2]: /incident_response/incident_management/setup_and_configuration/integrations/slack/#slack-commands
[3]: /incident_response/on-call/pages/#through-slack
[4]: /monitors/notify/#notification-recipients
[5]: /product_analytics/dashboards/
[6]: /actions/workflows/trigger/#slack-triggers
[7]: /account_management/
Loading