Text Message
POST https://{{baseURL}}/resources/v1/messaging/
Request Body
{"deliverychannel"=>"appmessaging", "appid"=>"{{appid}}", "destination"=>[{"userid"=>["{{userid}}"]}], "channels"=>{"appmessaging"=>{"thread_id"=>"{{threadid}}", "message"=>{"text"=>"Hi, This is the sample text"}}}, "expiry"=>"", "correlationid"=>"{{correlationid}}", "callbackData"=>"{{callbackData}}", "notifyurl"=>"{{webhookurl}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
key | string |