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

> Modelo de datos de PFPushNotificationsSendPushNotificationFromTemplateRequest. Representa la solicitud para enviar una plantilla de notificación push a un destinatario.

Modelo de datos de PFPushNotificationsSendPushNotificationFromTemplateRequest. Representa la solicitud para enviar una plantilla de notificación push a un destinatario.

## Sintaxis

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

### Miembros

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

(Opcional) Etiquetas personalizadas opcionales asociadas a la solicitud (por ejemplo, número de compilación, identificadores de seguimiento externos, etc.).

**`customTagsCount`**   uint32\_t

Recuento de customTags

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

Identificador de la plantilla de notificación push.

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

PlayFabId del destinatario de la notificación push.

## Requisitos

**Encabezado:** PFPushNotificationsTypes.h

## Consulte también

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


## Related topics

- [PFPushNotificationsServerSendPushNotificationFromTemplateAsync](/es/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationfromtemplateasync.md)
- [Información general de la API de C de Services - PFPushNotificationsTypes.h](/es/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members.md)
- [PFPushNotificationsSendPushNotificationRequest](/es/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationrequest.md)
- [PFPushNotificationsServerSendPushNotificationAsync](/es/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationasync.md)
- [PFPlatformSpecificRegisterForIOSPushNotificationRequest](/es/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificregisterforiospushnotificationrequest.md)
