> For the complete documentation index, see [llms.txt](https://docs.dfinery.ai/developer-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dfinery.ai/developer-guide/platform/reactnative/action/alimtalk.md).

# 알림톡

## 유저 식별 정보 설정 <a href="#set-identity" id="set-identity"></a>

알림톡 발송을 위해 [유저 식별 정보](/developer-guide/platform/reactnative/identity.md) 중 카카오톡 ID를 설정해 주세요.

```javascript
Dfinery.setIdentity(DFIdentity.KAKAO_USER_ID, 'KAKAO_ID');
```
