#
Basic Notifications
#
Default Notification
This is a basic notification with default UI of Android OS
Content
Screenshot
{
"to": "/topics/AppName",
"data": {
"title": "Basic Template",
"message": "You can use this format for basic template push notifications",
"image": "https://picsum.photos/500/280",
"link": "https://in.appyhigh.com",
"which": "L"
}
}
#
Big Text Notification
This is a notification with big text like a news article or email
Content
Screenshot
{
"to": "/topics/AppName",
"data": {
"title": "Big Text Template",
"message": "This text will be visible in collapsed state",
"big_text": "A really big text to show in the notification, this can be used to show a news article or an email.",
"image": "https://picsum.photos/500/280",
"link": "https://in.appyhigh.com",
"which": "L"
}
}
#
Coupon Code Notification
This is a notification with a coupon code, it will show 2 CTA below the notification and open the link in the default browser
Content
Screenshot
{
"to": "/topics/AppName",
"data": {
"title": "Coupon Code Template",
"message": "You can use this format to send push notifications with coupon codes",
"image": "https://picsum.photos/500/280",
"link": "https://in.appyhigh.com",
"which": "B",
"coupon_code": "SomeRandomCouponCode"
}
}