The Notification Page will perform some validations when creating the Notification by the operator:
Schedule date must be in the future
Notification size validation(includes freeurl, image and title fields): the size of the notification will be checked against the configured GVP Parameters (APN_PAYLOAD_LIMIT and GCM_PAYLOAD_LIMIT). If the notification is being sent to each device group (iOS, Android) and it exceeds the payload limit defined, it will show an error when creating the notification. The payload max_length is 2 kilobytes.
<br />