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

# ActionType

> Tipo de datos ActionType.

Tipos posibles de acciones.

## Valores

| Valor                        | Descripción                                        |
| :--------------------------- | :------------------------------------------------- |
| ExecuteFunction              | Ejecutar una función de Azure.                     |
| AddVirtualCurrencies         | Agregar monedas virtuales.                         |
| GrantInventoryItems          | Conceder artículos de inventario.                  |
| SendEntityPushNotification   | Enviar una notificación push de entidad.           |
| SendEntityEmail              | Enviar un correo electrónico de entidad.           |
| ExecuteEntityCloudScript     | Ejecutar CloudScript de entidad.                   |
| UpdatePlayerCustomProperties | Actualizar propiedades personalizadas del jugador. |
| DeletePlayerCustomProperties | Eliminar propiedades personalizadas del jugador.   |
| AddInventoryItemsV2          | Agregar artículos de inventario (V2).              |
| SubtractInventoryItemsV2     | Restar artículos de inventario (V2).               |
| DeleteInventoryItemsV2       | Eliminar artículos de inventario (V2).             |


## Related topics

- [ActionTrigger](/es/services/playfab/api-references/events/data-types/actiontrigger.md)
- [action_executed](/es/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/es/services/playfab/api-references/events/PlayStream/action-failed.md)
- [ActionFailure](/es/services/playfab/api-references/events/data-types/actionfailure.md)
- [player_action_executed](/es/services/playfab/api-references/events/Player/player-action-executed.md)
