{ "opencollection": "1.0.0", "info": { "name": "Bots messagecards API", "version": "1.0.0" }, "items": [ { "info": { "name": "messagecards", "type": "folder" }, "items": [ { "info": { "name": "Post a message card to a channel", "type": "http" }, "http": { "method": "POST", "url": "https://cliq.zoho.com/api/v3/channels/:CHANNEL_UNIQUE_NAME/message", "params": [ { "name": "CHANNEL_UNIQUE_NAME", "value": "CHANNEL_UNIQUE_NAME", "type": "path", "description": "The unique name of the channel to post the message card into. To learn how to retrieve this, see CHANNEL_UNIQUE_NAME in the Glossary page." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Send a structured Message Card to a specific channel. Use this to deliver polls, inline data cards, or approval prompts into a channel conversation. The card object in the request body varies depending on the card type: poll, modern-inline, or prompt.\n

\n

\n Threshold limit: 20 requests per min per user
\n Number of API calls allowed within a minute.

\n Lock period: 10 minutes
\n Wait time before consecutive A" }, { "info": { "name": "Post a message card to a chat", "type": "http" }, "http": { "method": "POST", "url": "https://cliq.zoho.com/api/v3/chats/:CHAT_ID/messages", "params": [ { "name": "CHAT_ID", "value": "CHAT_ID", "type": "path", "description": "Unique identifier of the chat where the message card should be posted. To learn how to retrieve this ID, see CHAT_ID in the Glossary page." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Send a structured Message Card into any chat conversation. Use this to deliver polls, inline data cards, or approval prompts into a direct message, group chat, or channel conversation. The card object in the request body varies depending on the card type: poll, modern-inline, or prompt.\n

\nRecommended for bot and agentic workflows where the target conversation is resolved dynamically at runtime.\n

\n

\n Threshold limit: 20 r" } ] } ], "bundled": true }