Chat Message API failed when using Email Link

Description
We use chatbot API to send message to users, but recently we found the API will fail when the message include Email Link.

Error
Sample request:
{
“robot_jid”: “some_robot_jid@xmpp.zoom.us”,
“to_jid”: “some_to_jid@xmpp.zoom.us”,
“account_id”: “some_account_id”,
“content”: {
“head”: {
“text”: “Test Bot”
},
“body”: [
{
“type”: “message”,
“text”: “Zoom Support”,
“link”: “mailto:developersupport@zoom.us
}
]
}
}

Response:
{
“code”: 7001,
“message”: “Invalid request body format.”
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Chatbot

Which Endpoint/s?
https://api.zoom.us/v2/im/chat/messages

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request above API with valid authorization header and correct body
  2. See error

Hey @yuchu_wang,

I was able to reproduce this issue. We are investigating now and will get back to you.

Thanks,
Tommy

Hi @tommy ,

Thanks for response, please let me know when the feature back.

Regards,
Yuchu

Hey @yuchu_wang,

Will do, we are investigating now. (ZOOM-169709)

Thanks,
Tommy

Hey @yuchu_wang,

We have removed support for the mailto chatbot message type. Apologies for the confusion, we will update our docs. I will let you know if we bring it back.

Thanks,
Tommy