{ "opencollection": "1.0.0", "info": { "name": "Bots reminders API", "version": "1.0.0" }, "items": [ { "info": { "name": "reminders", "type": "folder" }, "items": [ { "info": { "name": "Get reminders in a chat", "type": "http" }, "http": { "method": "GET", "url": "https://cliq.zoho.com/api/v3/chats/:CHAT_ID/reminders", "params": [ { "name": "CHAT_ID", "value": "CHAT_ID", "type": "path", "description": "Unique identifier of the chat or channel. Use this to scope the reminders retrieval to a specific conversation." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page.
\nMaximum limit: 100\n" }, { "name": "next_token", "value": "", "type": "query", "description": "Pagination cursor returned from a previous response. Pass this value to retrieve the next page of results." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Retrieves all reminders set on messages within a specific chat. Use this to list all active reminder alerts across direct messages, group chats, and channels, including single-user and multi-user assigned reminders.\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 API requests.\n

\n
Note: This endpoint uses a different base URL: https:" }, { "info": { "name": "Update reminder status", "type": "http" }, "http": { "method": "PUT", "url": "https://cliq.zoho.com/api/v3/reminders/:REMINDER_ID", "params": [ { "name": "REMINDER_ID", "value": "REMINDER_ID", "type": "path", "description": "Unique identifier of the reminder to update. Use this to target the specific recurring reminder whose status needs to be marked as completed.
To retrieve this ID, use the Get reminders in a chat endpoint or the List all reminders (v2)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Marks a recurring reminder as completed across all occurrences. Use this to close out a recurring reminder entirely once the associated task or event no longer requires follow-up.\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 API requests.\n

\n
Note: apply_to: all_occurrences is applicable only for recurring reminders. For on" }, { "info": { "name": "Trigger reminder notification to assignees", "type": "http" }, "http": { "method": "POST", "url": "https://cliq.zoho.com/api/v3/reminders/:REMINDER_ID/notifications", "params": [ { "name": "REMINDER_ID", "value": "REMINDER_ID", "type": "path", "description": "Unique identifier of the reminder whose assignees should be notified immediately. Must be a reminder assigned to other users, not a self-assigned reminder.
To retrieve this ID, use the Get reminders in a chat endpoint or the List all reminders (v2)." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Immediately notifies all assignees of a reminder, bypassing the scheduled time. Use this to push a reminder notification to all assigned users on demand, without waiting for the reminder to fire automatically. Supported only for reminders assigned to other users.\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 API requests.\n

\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 API requests.\n

\n
Note: Use reminder_id (not id) as the key for each reminder object. " } ] } ], "bundled": true }