工单发送消息
POST {{base_url}}/helpdesk/v1/tickets/:ticket_id/messages
该接口用于工单发送消息。
参考接口文档:工单发送消息
Request Body
{"msg_type"=>"post", "content"=>{"post"=>{"zh_cn"=>{"title"=>"this is title", "content"=>[[{"tag"=>"text", "un_escape"=>true, "text"=>"第一行 :"}, {"tag"=>"a", "text"=>"超链接", "href"=>"http://www.feishu.cn"}], [{"tag"=>"text", "text"=>"第二行 :"}, {"tag"=>"text", "text"=>"文本测试"}]]}}}}