> ## 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 data model. Represents the request for sending a push notification template to a recipient.

PFPushNotificationsSendPushNotificationFromTemplateRequest data model. Represents the request for sending a push notification template to a recipient.

## Syntax

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

### Members

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

(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).

**`customTagsCount`**   uint32\_t

Count of customTags

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

Id of the push notification template.

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

PlayFabId of the push notification recipient.

## Requirements

**Header:** PFPushNotificationsTypes.h

## See also

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


## Related topics

- [ServerSendPushNotificationFromTemplateAsync](/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationfromtemplateasync.md)
- [Services C API overview - PFPushNotificationsTypes.h](/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members.md)
- [Push notification templates](/services/playfab/live-service-management/game-configuration/title-communications/push-notifications/push-notification-templates.md)
- [PFPushNotificationsSendPushNotificationRequest](/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationrequest.md)
- [PFPushNotificationsServerSendPushNotificationAsync](/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationasync.md)
