Push with Interactive - Android and iOS
POST https://{{baseURL}}/resources/v1/messaging
Request Body
{"deliverychannel"=>"push", "appid"=>"{{inappid}}", "destination"=>[{"userid"=>["{{userid}}"]}], "channels"=>{"push"=>{"android"=>{"text"=>"Android specific text message 1.", "title"=>"Notification Title"}, "ios"=>{"text"=>"Android specific text message.", "title"=>"Notification Title"}, "interactive"=>{"category"=>"DOUBLE_YES_NO", "pushref"=>"ui", "device_types"=>["ios", "android"], "actions"=>[{"action"=>"OPEN_URL", "value"=>"https://www.cisco.com", "identifier"=>"YES", "pos"=>1}, {"action"=>"OPEN_APP", "identifier"=>"NO", "pos"=>2}]}}}, "expiry"=>"", "correlationid"=>"{{correlationid}}", "callbackData"=>"{{callbackData}}", "notifyurl"=>"{{webhookurl}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
key | string |