ChatBot IM Chat Messages APIs - SPECIFIC EXAMPLE OF CSV PAYLOAD NEEDED

ChatBot IM Chat Messages APIs
/v2/im/chat/messages

Description
I am reviewing and testing the /v2/im/chat/messages endpoint. I see an example of sending Message with Attachment. In the examples it shows how to attach an image, with a title and description. This is great. However, for my use case I would like to attach a csv file. Is this supported? Below is the sample POST payload for an image attachment.

{
“robot_jid”: “{{zoom_bot_jid}}”,
“to_jid”: “{{zoom_to_jid}}”,
“account_id”: “{{zoom_account_id}}”,
“content”: {
“head”: {
“text”: “I am a header”,
“sub_head”: {
“text”: “I am a sub header”
}
},
“body”: [{
“type”: “attachments”,
“resource_url”: “https://zoom.us”,
“img_url”: “https://d24cgw3uvb9a9h.cloudfront.net/static/93516/image/new/ZoomLogo.png”,
“information”: {
“title”: {
“text”: “I am an attachment title”
},
“description”: {
“text”: “I am an attachment description”
}
}
}]
}
}

HI @grayson
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Unfortunately, we do not support attaching cvs files when sending a Chatbot IM.
Here is a link to our docs for Customizing messages
https://marketplace.zoom.us/docs/guides/team-chat-apps/customizing-messages/message-with-attachment/

Feel free to make a feature request here:

Cheers,
Elisa

Thank-you for the answer.

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