> ## 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.

# PFPushNotificationsSendPushNotificationFromTemplateRequest

> PFPushNotificationsSendPushNotificationFromTemplateRequest 데이터 모델입니다. 받는 사람에게 푸시 알림 템플릿을 보내기 위한 요청을 나타냅니다.

PFPushNotificationsSendPushNotificationFromTemplateRequest 데이터 모델입니다. 받는 사람에게 푸시 알림 템플릿을 보내기 위한 요청을 나타냅니다.

## 구문

```cpp theme={null}
typedef struct PFPushNotificationsSendPushNotificationFromTemplateRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* pushNotificationTemplateId;  
    const char* recipient;  
} PFPushNotificationsSendPushNotificationFromTemplateRequest;  
```

### 멤버

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(선택 사항) 요청과 연결된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

**`customTagsCount`**   uint32\_t

customTags의 개수입니다.

**`pushNotificationTemplateId`**   const char\*<br />*is null-terminated*

푸시 알림 템플릿의 ID입니다.

**`recipient`**   const char\*<br />*is null-terminated*

푸시 알림 받는 사람의 PlayFabId입니다.

## 요구 사항

**헤더:** PFPushNotificationsTypes.h

## 참고 항목

[PFPushNotificationsTypes 멤버](/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members)


## Related topics

- [PFPushNotificationsServerSendPushNotificationFromTemplateAsync](/ko/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationfromtemplateasync.md)
- [Services C API 개요 - PFPushNotificationsTypes.h](/ko/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members.md)
- [PFPushNotificationsSendPushNotificationRequest](/ko/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationrequest.md)
- [PFPushNotificationsServerSendPushNotificationAsync](/ko/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationasync.md)
- [PFPlatformSpecificRegisterForIOSPushNotificationRequest](/ko/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificregisterforiospushnotificationrequest.md)
