Skip to content

Revert "Add a reference links to incident integrations" #29638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ cascade:
{{< whatsnext desc="Integrations:">}}
{{< nextlink href="/service_management/incident_management/guides/jira" >}}Jira{{< /nextlink >}}
{{< nextlink href="/service_management/incident_management/guides/statuspage" >}}Statuspage{{< /nextlink >}}
{{< nextlink href="/integrations/servicenow/#configure-incident-management" >}}ServiceNow{{< /nextlink >}}
{{< nextlink href="/integrations/zoom_incident_management" >}}Zoom{{< /nextlink >}}
{{< nextlink href="/coscreen/?tab=desktop#coscreen--datadog-incident-management" >}}CoScreen{{< /nextlink >}}
{{< nextlink href="/integrations/pagerduty" >}}PagerDuty{{< /nextlink >}}
{{< /whatsnext >}}


Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: Zoom Integration
description: Connect Zoom to Datadog to help your team collaborate
private: true
---

## Overview

By connecting Zoom and Datadog, you can quickly create Zoom meetings to collaborate with your team on active incidents.

Check warning on line 9 in content/en/service_management/incident_management/zoom_integration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use '' instead of 'quickly'.

## Setup

### Installation

To install the Datadog for Zoom app:

1. In Datadog, find the Incidents Settings page under **Service Management**.
2. Go to **Integrations** and enable the **Automatically create a meeting in Zoom for every incident** toggle. This setting replaces the **Add Video Call** button with a **Start Zoom Call** button for one-click Zoom meeting creation from Datadog's incident overview page.
3. When you click the **Start Zoom Call** button, you are prompted to add the Datadog Zoom App. Be sure to allow it to view and manage information on Zoom's behalf.

## Usage

Once the app has been installed, you can click the **Start Zoom Call** button from an incident to create a new Zoom call and link it to the incident automatically.

Check warning on line 23 in content/en/service_management/incident_management/zoom_integration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'After' instead of 'Once'.

Check notice on line 23 in content/en/service_management/incident_management/zoom_integration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

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

## Permissions

Datadog for Zoom requires the following OAuth Scopes. For more information, see the [Zoom OAuth scopes documentation][2].

### User-level Scopes

Check warning on line 29 in content/en/service_management/incident_management/zoom_integration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'User-level Scopes' should use sentence-style capitalization.

| Scopes | Request Reason |
|--------------------------|----------------------------------------------------------------------------------------------------------------|
| `meeting:write` | Create meetings when users click **Start Zoom Call** in the Incident Management product. |

## Removing the App

Check warning on line 35 in content/en/service_management/incident_management/zoom_integration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Removing the App' should use sentence-style capitalization.
To remove the Datadog for Zoom app:

1. Log into your Zoom account and navigate to the Zoom App Marketplace.
2. Click **Manage** > **Added Apps**, or search for the **Datadog** app.

Check warning on line 39 in content/en/service_management/incident_management/zoom_integration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'Datadog' or 'Datadog site' instead of 'Datadog app'.
3. Click the **Datadog** app.

Check warning on line 40 in content/en/service_management/incident_management/zoom_integration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'Datadog' or 'Datadog site' instead of 'Datadog app'.
4. Click **Remove**.

## Troubleshooting

Need help? Contact [Datadog support][1].

[1]: /help/
[2]: https://developers.zoom.us/docs/integrations/oauth-scopes/
16 changes: 0 additions & 16 deletions local/bin/py/build/configurations/pull_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,22 +123,6 @@
- "*/assets/metrics/metric-spec.yaml"
- "*/README.md"
- "*/datadog_checks/*/__about__.py"
- action: pull-and-push-file
branch: main
globs:
- "zoom_incident_management/README.md"
options:
dest_path: '/integrations/'
file_name: 'zoom_incident_management.md'
front_matters:
dependencies: ["https://github.com/DataDog/integrations-internal-core/blob/main/zoom_incident_management/README.md"]
public_title: Zoom Incident Management
custom_kind: integration
name: zoom_incident_management
is_public: true
integration_title: Zoom Incident Management
aliases:
- /service_management/incident_management/zoom_integration

# - repo_name: marketplace
# contents:
Expand Down
16 changes: 0 additions & 16 deletions local/bin/py/build/configurations/pull_config_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,22 +123,6 @@
- "*/assets/metrics/metric-spec.yaml"
- "*/README.md"
- "*/datadog_checks/*/__about__.py"
- action: pull-and-push-file
branch: main
globs:
- "zoom_incident_management/README.md"
options:
dest_path: '/integrations/'
file_name: 'zoom_incident_management.md'
front_matters:
dependencies: ["https://github.com/DataDog/integrations-internal-core/blob/main/zoom_incident_management/README.md"]
public_title: Zoom Incident Management
custom_kind: integration
name: zoom_incident_management
is_public: true
integration_title: Zoom Incident Management
aliases:
- /service_management/incident_management/zoom_integration

# - repo_name: marketplace
# contents:
Expand Down
Loading