Send a Single Push Notification
Sends a single push notification with Routee.
Query
Comma-separated response fields to include.
Body
There should be an implementation with the particular id that belongs to the accountId. Not blank.
Device token. It is used to identify a specific device.
Device token type: ANDROID, APPLE, WEB.
Not blank.
The notification's body which contains the following fields: title, text, forceLocale.
The notification's title. Map: (Key) not blank, language - ISO 639-1; (Value) not blank.
The notification's text. Map: (Key) not blank, language - ISO 639-1; (Value) not blank.
Localization settings. Switches body.title and body.text to the selected language; body.title and body.text should contain an entry with forceLocale as their key. Not null, language - ISO 639-1.
URL that should begin with https://
Device-specific parameters (Android).
The action associated with a user click on the notification.
The notification's icon. Sets the notification icon to myicon for drawable resource myicon. If you don't send this key in the request, FCM displays the launcher icon specified in your app manifest.
The key to the title string in the app's string resources to use to localize the title text to the user's current localization. Example: NOTIFICATION_TITLE.
The key to the body string in the app's string resources to use to localize the body text to the user's current localization. Example: NOTIFICATION_MESSAGE.
In seconds. Min: 0. Max: 2.419.200. Default: same as Firebase (current: 2.419.200).
Device-specific parameters (iOS).
The key for a localized title string. Specify this key instead of the title key to retrieve the title from your app's Localizable.strings files. The value must contain the name of a key in your strings file.
The key for a localized message string. Use this key, instead of the body key, to retrieve the message text from your app's Localizable.strings file. The value must contain the name of a key in your strings file.
In seconds. Min: 0. Max: 2.419.200. Default: same as Firebase (current: 2.419.200).
Device-specific parameters (web).
URL that should begin with https://
URL that should begin with https://
This parameter specifies the custom key-value pairs of the message's payload. For example, with data:{"score":"3x1"}: On Apple platforms, if the message is sent via APNs, it represents the custom data fields. If it is sent via FCM, it would be represented as key value dictionary in AppDelegate application:didReceiveRemoteNotification:. On Android, this would result in an intent extra named score with the string value 3x1. The key should not be a reserved word ("from", "message_type", or any word starting with "google" or "gcm"). Values should be string type.
Not blank.
Not blank.
URL that should begin with https://