> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/organization-project/notification.md).

# 通知設定

Slack Incoming Webhookを利用して、WicleからのレポートをSlack上で受け取れます。

## 通知設定でできること <a href="#what-you-can-do" id="what-you-can-do"></a>

* Growth Copilotの週次・月次サマリーレポートをSlackで受け取る

通知に対応しているのは現在Slackのみです（Microsoft Teams等には対応していません）。

{% hint style="info" %}
Growth Copilotの通知については [AIレポート](/ai/ai-summary.md) もあわせてご覧ください。
{% endhint %}

## Slack通知を設定する <a href="#setup-slack" id="setup-slack"></a>

{% hint style="warning" %}
この設定はOwner権限を持つメンバーのみ変更できます。
{% endhint %}

1. グローバルナビゲーションの`通知設定` を開きます
2. Slack連携に`Webhook URL` を入力します
3. `保存` をクリックします

保存すると、設定が正しく完了しているか確認するため、Slackに「⚡️ Wicle 通知設定が完了しました！」というテストメッセージが自動送信されます。

{% hint style="info" %}
SlackのWebhook URLの取得方法は [Slack APIドキュメント](https://api.slack.com/messaging/webhooks) をご確認ください。
{% endhint %}

## 届く通知の種類 <a href="#notification-types" id="notification-types"></a>

Slack通知が設定されているプロジェクトには、以下のタイミングで通知が届きます。

| 通知の種類    | タイミング | 内容         |
| -------- | ----- | ---------- |
| 週次AIレポート | 毎週    | 週次サマリを通知   |
| 月次AIレポート | 毎月    | 月次でのサマリを通知 |


---

# 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://docs.wicle.io/organization-project/notification.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.
