The status of a `Push Notification` resource. The status can be one of the following:
- `scheduled` The `Push Notification` is scheduled to be sent by
Twilio in the future.
- `queued` The `Push Notification` is queued in Twilio for sending.
- `sent` The `Push Notification` resource has been sent by Twilio.
- `failed` The `Push Notification` resource processing failed inside Twilio.
Use `GET /PushNotifications/Operations/{operationId}/Errors` for more details.
- `canceled` The communication resource was canceled via API request.
Allowed values:
toobject
The recipient of the Push Notification
updatedAtstringformat: "date-time"
The date and time when the Push Notification was last updated, in ISO 8601 format.
The priority of the Push Notification. A value of "low" reduces the client app battery consumption. A value of "high" sends the notification immediately and can wake up a sleeping device.
Allowed values:
relatedlist of objects
A list of resources that are associated with the Push Notification.
scheduledForstring or nullformat: "date-time"
soundstring or null
The name of the sound to be played for the push notification.
tagsmap from strings to strings
Custom metadata in the form of key-value pairs.
Maximum size of a tag key is 128 characters.
Maximum size of a tag value is 256 characters.
There can be a maximum of 10 key-value pairs.
This field can be templated with [Liquid](https://shopify.github.io/liquid/).
Specify `variables` with each recipient for personalization.
The status of a Push Notification resource. The status can be one of the following:
scheduled The Push Notification is scheduled to be sent by
Twilio in the future.
queued The Push Notification is queued in Twilio for sending.
sent The Push Notification resource has been sent by Twilio.
failed The Push Notification resource processing failed inside Twilio.
Use GET /PushNotifications/Operations/{operationId}/Errors for more details.
canceled The communication resource was canceled via API request.
Custom metadata in the form of key-value pairs.
Maximum size of a tag key is 128 characters.
Maximum size of a tag value is 256 characters.
There can be a maximum of 10 key-value pairs.
This field can be templated with Liquid.
Specify variables with each recipient for personalization.