Create a notification message
-
Go to Campaign management > Deliveries.
-
Click New.
-
Select Deliver on Android (android) in the Delivery template drop-down. Add a Label to your delivery.
-
Click To to define the population to target. By default, the Subscriber application target mapping is applied. Click Add to select your service.
-
In the Target type window, select Subscribers of an Android mobile application and click Next.
-
In the Service drop-down, select your previously created service then application and click Finish.
-
Select notification message as Message Type.
-
Add a title and edit your message. Personalize your push notification with the Notification options:
- Channel ID: Set your notification’s channel ID. The app must create a channel with this channel ID before any notification with this channel ID is received.
- Sound: Set the sound to play when the device receives your notification.
- Color: Set your notification’s icon color.
- Icon: Set the notification’s icon to display on your profiles’ devices.
- Tag: Set the identifier used to replace existing notifications in the notification drawer.
- Click action: Set the action associated with a user click on your notification.
For more on the Notification options and how to fill these fields, refer to FCM documentation.
-
If your application is configured with HTTP v1 API protocol, you can further personalize your push notification with the following HTTPV1 additional options:
- Ticker: Set the ticker text of your notification. Only available for devices set to Android 5.0 Lollipop.
- Image: Set the image’s URL to be displayed in your notification.
- Notification Count: Set the number of new unread information to display directly on the application icon.
- Sticky: Set to true or false. If set to false, the notification is automatically dismissed when the user clicks it. If set to true, the notification is still displayed even when the user clicks it.
- Notification Priority: Set the priority levels of your notification to default, minimum, low or high. For more on this, refer to FCM documentation.
- Visibility: Set the visibility levels of your notification to public, private or secret. For more on this, refer to FCM documentation.
For more on the HTTP v1 additional options and how to fill these fields, refer to FCM documentation.
-
You can add information in your previously configured Application variables if needed. Application variables needs to be configured in the Android service and are a part of the message payload sent to the mobile device.
-
Click Save and send your delivery.
The image and web page should be displayed in the push notification when received on the subscribers’ mobile Android devices.