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:
- Zoom Developer Changelog for Dev Product Changes: Changelog
- General Troubleshooting: https://devsupport.zoom.us/hc/en-us
- To Submit a Ticket for Unexpected API/Zoom API Events Behavior: https://support.zoom.us/hc/en-us
- For General & Integrations Related Guidance: https://community.zoom.com/
- For Troubleshooting Webhooks: "We Are Not Receiving Webhooks As Expected" -- Here's What to Do! - #2
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}