Logo
Zoom Public API Documentation

Message with Dropdown

POST {{baseUrl}}/im/chat/messages

https://marketplace.zoom.us/docs/guides/chatbots/customizing-messages/message-with-dropdown

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'undefined/im/chat/messages' -H 'Authorization: Bearer undefined' -H 'Content-Type: application/json' -d '{"robot_jid":"Your Chatbot’s JID","to_jid":"undefined","account_id":"undefined","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"}]}]}}'

ENDPOINTS