Content
Push Notification JSON Example
Push notification JSON payload example for FCM (Firebase Cloud Messaging), APNs, and Web Push. Includes title, body, deep-link data, and action buttons.
Field Reference
notification.titlestringrequiredNotification title shown in bold. Keep under 50 characters for full visibility on all devices.notification.bodystringrequiredNotification message body. Keep under 100 characters — longer text is truncated on most devices.dataobjectoptionalCustom payload delivered to the app handler. Not shown in the notification UI. Used for deep linking and triggering data refreshes.data.deepLinkstringoptionalApp deep-link URL opened when the user taps the notification.scheduling.ttlSecondsintegeroptionalHow long the notification is valid. Dropped if undelivered after TTL (device offline).scheduling.prioritystringoptionalDelivery priority: high wakes the device immediately; normal waits for the next opportunity.Variants
FCM FormatFirebase Cloud Messaging payload for Android and web.
Web PushWeb Push API payload for browser notifications.
Common Use Cases
- →FCM/APNs push notification API payload for order and delivery updates
- →In-app notification centre item data model
- →Multi-channel notification service (push + email + SMS) abstraction layer
push notificationFCMAPNsmobileweb push
Validate or format this JSON
Paste the example above into JSONKit's tools to validate, minify, or explore the structure interactively.
Frequently Asked Questions
Related JSON Examples
API DesignWebhook EventWebhook event envelope with type, resource object, and retry metadata.API DesignUser ProfileStandard user profile JSON with personal info, address, and account metadata.E-commerceE-commerce OrderFull e-commerce order JSON with line items, pricing, shipping, and payment status.