> 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.
