Push Notification - Web
POST https://api.imiconnect.io/resources/v1/messaging/
Request Body
{"correlationid"=>"{{Identifier}}", "notifyurl"=>"{{Url}}", "expiry"=>"{{TimeinUTC}}", "deliverychannel"=>"push", "channels"=>{"push"=>{"web"=>{"platform_types"=>["firefox", "chrome"], "title"=>"{{MessageTitle}}", "text"=>"{{MessageBody}}", "url"=>"{{OnClickLink}}"}}}, "destination"=>[{"pushid"=>["value1", "value2"]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
key | string |