Message with Dropdown
POST {{baseUrl}}/im/chat/messages
https://marketplace.zoom.us/docs/guides/chatbots/customizing-messages/message-with-dropdown
Request Body
{"robot_jid"=>"{{zoom_bot_jid}}", "to_jid"=>"{{zoom_to_jid}}", "account_id"=>"{{zoom_account_id}}", "content"=>{"head"=>{"text"=>"I am a header", "sub_head"=>{"text"=>"I am a sub header"}}, "body"=>[{"type"=>"select", "text"=>"Cars", "select_items"=>[{"text"=>"Tesla", "value"=>"tesla"}, {"text"=>"Ferrari", "value"=>"ferrari"}, {"text"=>"Porsche", "value"=>"porsche"}, {"text"=>"Mclaren", "value"=>"mclaren"}]}]}}
HEADERS
| Key | Datatype | Required | Description |
| Authorization
| string | | |
| Content-Type
| string | | |
RESPONSES
status: ``