Push with extras - Android
POST https://{{baseURL}}/resources/v1/messaging
Request Body
{"deliverychannel"=>"push", "appid"=>"{{inappid}}", "destination"=>[{"userid"=>["{{userid}}"]}], "channels"=>{"push"=>{"android"=>{"text"=>"Android specific text message.", "title"=>"Notification Title", "extras"=>{"collapse_key"=>"{{collapse_key}}", "time_to_live"=>"1000", "customtags"=>{"imageurl"=>"{{imageurl}}", "Key1"=>"Value1"}, "iconurl"=>"{{iconurl}}", "notificationChannelId"=>""}}}}, "expiry"=>"{{expirytime}}", "correlationid"=>"{{correlationid}}", "callbackData"=>"{{callbackData}}", "notifyurl"=>"{{webhookurl}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
key | string |