> 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/android/action/alimtalk.md).

# 알림톡

## 유저 식별 정보 설정

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

{% tabs %}
{% tab title="Java" %}

```java
DfineryProperties.setIdentity(DFIdentity.KAKAO_USER_ID, "KAKAO_ID");
```

{% endtab %}

{% tab title="Kotlin" %}

```kotlin
DfineryProperties.setIdentity(DFIdentity.KAKAO_USER_ID, "KAKAO_ID")
```

{% endtab %}
{% endtabs %}
