Push with Notification actions (iOS) - OPEN_APP
POST https://{{baseURL}}/resources/v1/messaging
Request Body
{"deliverychannel"=>"push", "appid"=>"{{appid}}", "destination"=>[{"userid"=>["{{userid}}"]}], "channels"=>{"push"=>{"ios"=>{"text"=>"ios specific text message.", "title"=>"Notification Title", "extras"=>{"notificationaction"=>{"action"=>"OPEN_APP"}}}}}, "expiry"=>"{{expirytime}}", "correlationid"=>"{{correlationid}}", "callbackData"=>"{{callbackData}}", "notifyurl"=>"{{webhookurl}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
key | string |