# Heading Notifications

# Image with Heading Notification

Keys Required Description
title Yes Title of the notification
message Yes Message to be displayed in the body of notification
image No URL of the image to be displayed in notification
which No P/B/L/D
link with which url on which to action is to be taken
notificationType Required imageWithHeading
title_clr Optional Title Color
message_clr Optional Message Color
meta_clr Optional Color for AppName
bg_clr Optional Background Color
Content
Screenshot
{
  "to": "/topics/AppName",
  "data": {
    "title": "imageWithHeading Template Notification",
    "message": "You can use this format for zero bezel template push notifications",
    "image": "https://picsum.photos/500/280",
    "link": "https://in.appyhigh.com",
    "which": "L",
    "notificationType": "imageWithHeading"
  }
}

Expanded & Collapsed State
Expanded & Collapsed State

# Image with Sub-Heading Notification

Keys Required Description
title Yes Title of the notification
message Yes Message to be displayed in the body of notification
image No URL of the image to be displayed in notification
which No P/B/L/D
link with which url on which to action is to be taken
notificationType Required imageWithSubHeading
title_clr Optional Title Color
message_clr Optional Message Color
meta_clr Optional Color for AppName
bg_clr Optional Background Color
Content
Screenshot
{
  "to": "/topics/AppName",
  "data": {
    "title": "imageWithSubHeading Template Notification",
    "message": "You can use this format for image with sub-heading template push notifications",
    "image": "https://picsum.photos/500/200",
    "link": "https://in.appyhigh.com",
    "which": "L",
    "notificationType": "imageWithSubHeading"
  }
}

Expanded & Collapsed State
Expanded & Collapsed State

# Small Card Notification

Keys Required Description
title Yes Title of the notification
message Yes Message to be displayed in the body of notification
image No URL of the image to be displayed in notification
which No P/B/L/D
link with which url on which to action is to be taken
notificationType Required smallTextImageCard
title_clr Optional Title Color
message_clr Optional Message Color
meta_clr Optional Color for AppName
bg_clr Optional Background Color
Content
Screenshot
{
  "to": "/topics/AppName",
  "data": {
    "title": "Small Card Template",
    "message": "You can use this format for small card template push notifications",
    "image": "https://picsum.photos/500/200",
    "link": "https://in.appyhigh.com",
    "which": "L",
    "notificationType": "smallTextImageCard"
  }
}

Expanded & Collapsed State
Expanded & Collapsed State