> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# email_sent

> email_sent event.

이 이벤트는 플레이어에게 이메일이 전송될 때 트리거됩니다.

## 속성

| 이름                | 형식      | 설명                       |
| :---------------- | :------ | :----------------------- |
| EmailName         | String  | 플레이어의 연락처 이메일 이름입니다.     |
| EmailTemplateId   | String  | 이메일 템플릿 ID입니다.           |
| EmailTemplateName | String  | 템플릿의 표시 이름입니다.           |
| ErrorMessage      | String  | 실패한 경우 발생한 오류입니다.        |
| Succeeded         | Boolean | 이메일이 성공적으로 전송되었는지 여부입니다. |

## 공통 속성

모든 V2 PlayStream 이벤트는 JSON 객체로 포맷되며, 대부분 다음과 같은 공통 속성을 공유합니다.

| 이름                 | 형식                                                                            | 설명                                                        |
| :----------------- | :---------------------------------------------------------------------------- | :-------------------------------------------------------- |
| SchemaVersion      | String                                                                        | 시맨틱 버전 관리 체계를 따르는 PlayStream 이벤트 형식 버전입니다.                |
| FullName           | [Object](/services/playfab/api-references/events/data-types/fullnameobject)   | 이벤트 이름과 이벤트 네임스페이스의 조합으로 이벤트 형식을 완전히 지정합니다.               |
| Id                 | String                                                                        | 이 이벤트에 대해 PlayFab이 할당한 고유 식별자입니다.                         |
| Timestamp          | DateTime                                                                      | 이 이벤트와 관련된 시간(UTC)입니다.                                    |
| Entity             | [Object](/services/playfab/api-references/events/data-types/entityobject)     | Entity Id 및 Entity 형식을 포함하여 이 이벤트가 적용되는 엔터티에 대한 세부 정보입니다. |
| Originator         | [Object](/services/playfab/api-references/events/data-types/originatorobject) | 이 이벤트를 시작한 소스 및 소스 형식을 설명하는 객체입니다.                        |
| PayloadContentType | String                                                                        | 이벤트 페이로드의 콘텐츠를 지정합니다. 기본값은 "JSON"입니다.                     |
| Origin Info        | Object                                                                        | PlayFab 외부에서 시작된 이벤트 관련 정보를 포함하는 선택적 필드입니다.               |


## Related topics

- [sent_email](/ko/services/playfab/api-references/events/TitleCommunications/sent-email.md)
- [PlayFab의 PlayStream 이벤트 모델 참조](/ko/services/playfab/api-references/events/index.md)
- [player_password_reset_link_sent](/ko/services/playfab/api-references/events/PlayerIdentity/player-password-reset-link-sent.md)
- [sent_push_notification](/ko/services/playfab/api-references/events/TitleCommunications/sent-push-notification.md)
- [push_notification_sent](/ko/services/playfab/api-references/events/TitleCommunications/push-notification-sent.md)
