Skip to content

Commit f8e37f7

Browse files
Dalje-etestherk15
andauthored
Daljeet/on call automations (#28502)
* Add Documentation for Handover Automations * Add automations to doc navbar * Use straight quotes instead of smart quotes * Apply suggestions from code review PR Review Co-authored-by: Esther Kim <[email protected]> * Fix Vale warnings * Apply suggestions from code review changes from review Co-authored-by: Esther Kim <[email protected]> --------- Co-authored-by: Esther Kim <[email protected]>
1 parent 932816c commit f8e37f7

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

config/_default/menus/main.en.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,16 +2404,21 @@ menu:
24042404
parent: oncall
24052405
identifier: oncall_schedules
24062406
weight: 5
2407+
- name: Automations
2408+
url: service_management/on-call/automations
2409+
parent: oncall
2410+
identifier: oncall_automations
2411+
weight: 6
24072412
- name: Profile Settings
24082413
url: service_management/on-call/profile_settings/
24092414
parent: oncall
24102415
identifier: oncall_profile_settings
2411-
weight: 6
2416+
weight: 7
24122417
- name: Guides
24132418
url: service_management/on-call/guides/
24142419
parent: oncall
24152420
identifier: oncall_guides
2416-
weight: 7
2421+
weight: 8
24172422
- name: Event Management
24182423
url: service_management/events/
24192424
pre: events
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Automations
3+
further_reading:
4+
- link: '/service_management/on-call/'
5+
tag: 'Documentation'
6+
text: 'Datadog On-Call'
7+
- link: "https://docs.datadoghq.com/service_management/workflows/"
8+
tag: "Documentation"
9+
text: "Workflow Automation"
10+
---
11+
12+
## Overview
13+
14+
Automations allow you to trigger actions based on events in On-Call. There are two types:
15+
- **Handover automations**: Triggered automatically when an on-call shift changes.
16+
- **[Workflow automations][1]**: A low-code/no-code solution that lets you define actions based on various on-call activities.
17+
18+
19+
## Handover automations
20+
Handover automations run automatically at the start or end of an on-call shift. They're designed to handle tasks that teams typically manage with custom scripts—such as notifying other systems about who's on-call, updating internal dashboards, or rotating credentials.
21+
22+
By using built-in automations instead of maintaining cron jobs or custom tools, you can streamline operations, eliminate manual steps, and ensure the right actions always run when a shift changes.
23+
24+
25+
<div class="alert alert-warning">
26+
If you need a specific action that isn't listed, contact your account representative or <a href="mailto:[email protected]">[email protected]</a>.
27+
</div>
28+
29+
Handover Automations are maintained on a Team level. To get started, navigate to [On-Call Team][4], open a specific team, and scroll down to the **Handover Automation** section.
30+
31+
### Send a Slack message
32+
Post a message to Slack at the start or end of a shift using a handover automation. The message shows the previous and next on-call users (if any). **Note**: This requires the Datadog Slack app—make sure it's [added to your workspace][2].
33+
34+
### Send a Microsoft Teams message
35+
Post a message to Microsoft Teams at the start or end of a shift using a handover automation. The message shows the previous and next on-call users (if any). **Note**: This requires the Datadog Teams app—make sure it's [added to your workspace][3].
36+
37+
## Further reading
38+
39+
{{< partial name="whats-next/whats-next.html" >}}
40+
41+
[1]: /service_management/workflows/
42+
[2]: /integrations/slack/?tab=datadogforslack#install-the-datadog-app-in-your-slack-workspace
43+
[3]: /integrations/microsoft_teams/?tab=datadogapprecommended#overview
44+
[4]: https://app.datadoghq.com/on-call/teams

0 commit comments

Comments
 (0)