In-App Message with Push Interactive (InlineReply and Dismiss)

POST https://{{baseURL}}/resources/v1/messaging

Request Body

{"deliverychannel"=>"appmessaging", "appid"=>"{{appid}}", "destination"=>[{"userid"=>["{{userid}}"]}], "channels"=>{"appmessaging"=>{"thread_id"=>"{{threadid}}", "message"=>{"text"=>"message"}, "notification"=>{"title"=>"", "text"=>"", "interactive"=>{"category"=>"DOUBLE_REPLY_DISMISS", "actions"=>[{"action"=>"IN_LINE_REPLY", "identifier"=>"REPLY", "pos"=>1}, {"action"=>"DISMISS", "identifier"=>"DISMISS", "pos"=>2}]}}}}, "expiry"=>"", "correlationid"=>"", "callbackData"=>"", "notifyurl"=>""}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
keystring