> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ko/organization-settings/integrations/set-up-verkada-alerts-for-slack-and-teams.md).

# 메시징 플랫폼 알림

Verkada를 선호하는 메시징 플랫폼과 통합하여 커뮤니케이션 채널에서 직접 알림을 받을 수 있습니다. 이러한 통합을 통해 사용자는 인물 식별(Person of Interest) 이벤트, AI 기반 알림, 문 강제 개방 이벤트, TVOC 알림 등 Verkada Command에서 생성된 모든 알림을 받을 수 있습니다!

***

{% tabs %}
{% tab title="Slack" %}
{% stepper %}
{% step %}
**Command에서 전체 제품 > 관리자로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Org Settings > Verkada API and Integrations를 선택합니다.**
{% endstep %}

{% step %}
**Integrations 아래에서 Add Integration을 클릭하세요.**
{% endstep %}

{% step %}
**Slack을 선택합니다.**

a. 그러면 Slack 인증 페이지로 이동합니다. Verkada Command 계정을 현재 워크스테이션에서 로그인한 Slack 계정과 연결합니다.\
b. 이 통합에 필요한 요청 권한을 검토하고 **허용을 클릭합니다.**

<div align="left" data-with-frame="true"><img src="/files/472f4765b44819e21740fbaa850e200daa984ee0" alt="" width="563"></div>
{% endstep %}

{% step %}
**새 알림을 만들거나 기존 알림을 편집할 때 사용자는 이제 Slack 계정을 구성한 알림의 수신자로 추가할 수 있습니다. 이러한 알림은 알림을 구성한 사용자에게 직접 전송됩니다.**

<div align="left" data-with-frame="true"><figure><img src="/files/a7b773d0a11755d8d94f401622ec18b9954188e2" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
참고 [Verkada 제품 전반에서 알림 만들기](/command/ko/organization-settings/create-alerts-across-verkada-products.md) 을 참조하세요.
{% endhint %}
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="Microsoft Teams" %}
{% hint style="danger" %}
다음이 필요합니다. [타사 앱 권한을 사용하도록 설정하여](https://learn.microsoft.com/en-us/microsoftteams/manage-apps) Verkada 통합을 설정하기 전에 Teams 플랫폼에 설치할 수 있습니다.
{% endhint %}

{% stepper %}
{% step %}
**Command에서 전체 제품 > 관리자로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Org Settings > Verkada API and Integrations를 선택합니다.**
{% endstep %}

{% step %}
**Integrations 아래에서 Add Integration을 클릭하세요.**
{% endstep %}

{% step %}
**Microsoft Teams를 선택합니다.**

a. 그러면 Microsoft Teams 로그인 페이지로 이동합니다. Microsoft 계정에 연결된 이메일 주소와 비밀번호를 입력합니다.

<div align="left" data-with-frame="true"><img src="/files/bacece08318a12388e8f7955a9c9001e79115576" alt=""></div>

b. 이 통합에 필요한 요청 권한을 검토하고 **수락**.

<div align="left" data-with-frame="true"><img src="/files/ecbf7356c51c38adf7f5ba94f35638bbbf04100a" alt=""></div>
{% endstep %}

{% step %}
**새 알림을 만들거나 기존 알림을 편집할 때 사용자는 이제 Microsoft Teams 계정을 구성한 알림의 수신자로 추가할 수 있습니다. 이러한 알림은 알림을 구성한 사용자에게 직접 전송됩니다.**&#x20;

<div align="left" data-with-frame="true"><img src="/files/856a058932ee7a59e6b6a841468ddd4d3f3773ee" alt=""></div>

{% hint style="info" %}
참고 [Verkada 제품 전반에서 알림 만들기](/command/ko/organization-settings/create-alerts-across-verkada-products.md) 을 참조하세요.
{% endhint %}
{% endstep %}
{% endstepper %}
{% endtab %}
{% endtabs %}


---

# 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.verkada.com/command/ko/organization-settings/integrations/set-up-verkada-alerts-for-slack-and-teams.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.
