Push with Notification actions (Android) - OPEN_APP

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"=>{"notificationaction"=>{"action"=>"OPEN_APP"}}}}}, "expiry"=>"", "correlationid"=>"{{correlationid}}", "callbackData"=>"{{callbackData}}", "notifyurl"=>"{{webhookurl}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
keystring