{ "opencollection": "1.0.0", "info": { "name": "Bots threads API", "version": "1.0.0" }, "items": [ { "info": { "name": "threads", "type": "folder" }, "items": [ { "info": { "name": "Create and send a thread message with CHANNEL_ID", "type": "http" }, "http": { "method": "POST", "url": "https://cliq.zoho.com/api/v3/channels/:CHANNEL_ID/messages", "params": [ { "name": "CHANNEL_ID", "value": "CHANNEL_ID", "type": "path", "description": "The unique identifier of the channel in which the thread needs to be created. To learn how to retrieve this ID, see CHANNEL_ID in the Glossary page." }, { "name": "bot_unique_name", "value": "", "type": "query", "description": "Use this parameter to send a message in a channel as a bot. Note: The bot should already be a participant in the channel.\n" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Use this API to create a thread from a message sent in a channel, identified by its CHANNEL_ID.

You can also create a thread using one of the following alternative endpoints: