Push - Android, iOS and Web

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"=>{"collapse_key"=>"{{collapse_key}}", "time_to_live"=>"1000", "customtags"=>{"imageurl"=>"{{imageurl}}", "Key1"=>"Value1"}, "iconurl"=>"{{iconurl}}", "notificationChannelId"=>""}}, "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}}"}}, "web"=>{"platform_types"=>["firefox", "chrome"], "text"=>"Web Browser specific text message.", "title"=>"Notification Title", "url"=>"https://www.cisco.com", "extras"=>{"collapse_key"=>"{{collapse_key}}", "time_to_live"=>"1000", "customtags"=>{"key1"=>"Value1"}}}}}, "expiry"=>"{{expirytime}}", "correlationid"=>"{{correlationid}}", "callbackData"=>"{{callbackData}}", "notifyurl"=>"{{webhookurl}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
keystring