Message with Link does not work

Before Creating a New Topic:

If you’re experiencing unexpected API/Zoom API Events (webhooks) behavior please search the forum with relevant keywords (e.x. error message) and follow the guidance outlined in those posts. Please also leverage the following support links:


Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)

POST (application/json) https://api.zoom.us/v2/im/chat/messages?

{"robot_jid":"@xmpp.zoom.us","to_jid":"@xmpp.zoom.us","account_id":"acc_id","content":{"head":{"text":"I am a header"},"body":[{"type":"message","text":"I am a link","link":"https://zoom.us"}]},"is_markdown_support":true}

Description
Trying to send message with link from example Message with Link. But receives 400 with “Invalid request body format.”

Error?

400 -  (1005 ms): {"code":7001,"message":"Invalid request body format.","result":false}

Reason is is_markdown_support = true

Thank you for your contribution @tolikbotov!

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.