Push with extras - iOS
POST https://{{baseURL}}/resources/v1/messaging
Request Body
{"deliverychannel"=>"push", "appid"=>"{{inappid}}", "destination"=>[{"userid"=>["{{userid}}"]}], "channels"=>{"push"=>{"ios"=>{"text"=>"iOS specific text message.", "title"=>"Notification Title", "extras"=>{"badge"=>"10", "sound"=>"default", "time_to_live"=>"1000", "silentpush"=>"true|false", "customtags"=>{"key1"=>"value1"}, "collapse_key"=>"{{collapse_key}}", "attachmenturl"=>"{{attachmenturl}}"}}}}, "expiry"=>"{{expirytime}}", "correlationid"=>"{{correlationid}}", "callbackData"=>"{{callbackData}}", "notifyurl"=>"{{webhookurl}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
key | string |