> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/chat-and-alerts/send-alerts-to-multiple-slack-channels.md).

# 複数の Slack チャンネルにアラートを送信する

## はじめに <a href="#introduction" id="introduction"></a>

指定されたSlackチャンネルに送信されるよう、対象を絞ったアラートを設定してAikidoでセキュリティ対応を効率化しましょう。このガイドでは、チームが適時かつ関連性の高いセキュリティ通知を確実に受け取れるようにする方法を説明します。

## Slackアラートの設定 <a href="#setting-up-slack-alerts" id="setting-up-slack-alerts"></a>

*前提条件: Slack連携が有効になっていることを確認してください。Slack連携の設定方法は* [*こちら*](https://help.aikido.dev/en/articles/8153269-how-to-set-up-slack-notifications)*.*

#### ステップ1: アラートを作成する <a href="#step-1-create-an-alert" id="step-1-create-an-alert"></a>

* 移動先は [Slack連携ページ](https://app.aikido.dev/settings/integrations/notifications/slack) を開き、「アラートを作成」をクリックして設定モーダルを表示します。

#### ステップ2: チームベースの通知を選択する <a href="#step-2-opt-for-team-based-notifications" id="step-2-opt-for-team-based-notifications"></a>

* 特定のチャンネルにアラートを送るには「チームベース」を選択します。各チームには、適切なリポジトリとコンテナへのアクセスをあらかじめ設定しておいてください。

![カスタムオプションを使って、すべてのユーザーまたは特定のチーム向けにSlackアラートを設定できます。](/files/1070cd24be4cf7a2c995abbd4ea60b6173d7de55)

#### ステップ3: チャンネルをチームにマッピングする <a href="#step-3-map-channels-to-teams" id="step-3-map-channels-to-teams"></a>

* SCAの場合 **週次ダイジェスト**では、週次のセキュリティ問題の要約用にチャンネルをリンクします。
* SCAの場合 **重大な問題**では、緊急の脆弱性に関するリアルタイム通知用にチャンネルをリンクします。

![週次ダイジェストと重大な問題のアラートに対する通知チャンネルの選択。](/files/cc31acf4f5f19f22a03838d7ee5a755ae8278a60)

> 注: アラートを作成する際は、2つのオプションのうち1つだけを選択することもできます。

#### ステップ4: 設定を保存する <a href="#step-4-save-your-configuration" id="step-4-save-your-configuration"></a>

* 選択内容を確認し、「アラートを保存」をクリックして通知システムを有効化します。

## 導入のヒント <a href="#implementation-tips" id="implementation-tips"></a>

* アラートの精度を維持するために、Aikidoでチーム設定を定期的に確認し、修正してください。
* 適切なコミュニケーションを確保するため、Slackチャンネルが正しいチームに対応していることを確認してください

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/hajimeni/chat-and-alerts/send-alerts-to-multiple-slack-channels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
