> ## 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](/ja-jp/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationfromtemplateasync.md)
- [Services C API overview - PFPushNotificationsTypes.h](/ja-jp/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members.md)
- [PFPushNotificationsSendPushNotificationRequest](/ja-jp/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationrequest.md)
- [PFPushNotificationsServerSendPushNotificationAsync](/ja-jp/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationasync.md)
- [PFPlatformSpecificRegisterForIOSPushNotificationRequest](/ja-jp/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificregisterforiospushnotificationrequest.md)
