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: https://marketplace.zoom.us/docs/guides/stay-up-to-date/changelog/
- General Troubleshooting: Support
- To Submit a Ticket for Unexpected API/Zoom API Events Behavior: Official Zoom Support | Help Center
- For General & Integrations Related Guidance: https://community.zoom.com/
- For Troubleshooting Webhooks: Guide: "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 https://marketplace.zoom.us/docs/guides/chatbots/customizing-messages/message-with-link/. But receives 400 with “Invalid request body format.”
Error?
400 - (1005 ms): {"code":7001,"message":"Invalid request body format.","result":false}