Message with Markdown
POST {{baseUrl}}/v2/im/chat/messages
https://marketplace.zoom.us/docs/guides/chatbots/customizing-messages/message-with-text
Request Body
{"robot_jid"=>"{{zoom_bot_jid}}", "to_jid"=>"{{zoom_to_jid}}", "account_id"=>"{{zoom_account_id}}", "is_markdown_support"=>true, "content"=>{"head"=>{"text"=>"_this header is italic_", "sub_head"=>{"text"=>"~this sub header has a strikethrough~"}}, "body"=>[{"type"=>"section", "sections"=>[{"type"=>"message", "text"=>"*this text is bold*"}, {"type"=>"message", "text"=>"_this text is italic_"}, {"type"=>"message", "text"=>"~this text has a strikethrough~"}, {"type"=>"message", "text"=>"`this text is monospace`"}, {"type"=>"message", "text"=>"> this text is a block qoute"}, {"type"=>"message", "text"=>"<https://zoom.us>"}, {"type"=>"message", "text"=>"<\#{{zoom_to_jid}}|Name Here>"}, {"type"=>"message", "text"=>"<!all>"}, {"type"=>"message", "text"=>"<!{{zoom_to_jid}}|Name Here>"}, {"type"=>"fields", "items"=>[{"key"=>"Code", "value"=>"`console.log('this form field value is monospace')`", "editable"=>false}]}, {"type"=>"message", "text"=>"<img:https://marketplace.zoom.us/competition/images/zoom.png|alt text>"}, {"type"=>"message", "text"=>"this text has an inline image <img:https://marketplace.zoom.us/competition/images/zoom.png|alt text>"}], "footer"=>"this text is in the footer"}]}}
HEADERS
| Key | Datatype | Required | Description |
| Authorization
| string | | |
| Content-Type
| string | | |
RESPONSES
status: ``