Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zoho Cliq scheduledmessages API

Scheduled Messages Module

Zoho Cliq scheduledmessages API is one of 22 APIs that Zoho Cliq publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include scheduledmessages. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a JSON-LD context, and 4 JSON Schemas.

This API exposes 7 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://cliq.zoho.com/api/v3.

7 operations 3 paths 1 schemas 2 DELETE2 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://cliq.zoho.com/api/v3
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Zoho Cliq scheduledmessages API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (Cliq_Auth) using the implicit flow, exposing 7 scopes.

Paths & Operations 7

Across 3 paths, the API surfaces 7 operations — 2 DELETE, 2 GET, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

scheduledmessages 7

Scheduled Messages Module

GET
/scheduledmessages
List all scheduled messages
listAllScheduledMessagesV3 3 params → 200401403429500
GET
/chats/{CHAT_ID}/scheduledmessages
List scheduled messages in a chat
listScheduledMessagesInChatV3 4 params → 200401403429500
POST
/chats/{CHAT_ID}/scheduledmessages
Send scheduled messages now
sendScheduledMessagesNowV3 1 param body → 204400401403404429500
PUT
/chats/{CHAT_ID}/scheduledmessages
Bulk reschedule scheduled messages
bulkRescheduleScheduledMessagesV3 1 param body → 200400401403429500
DELETE
/chats/{CHAT_ID}/scheduledmessages
Delete all scheduled messages in a chat
deleteAllScheduledMessagesInChatV3 1 param → 204401403429500
PUT
/chats/{CHAT_ID}/scheduledmessages/{SCHEDULED_MESSAGE_ID}
Edit a scheduled message
editScheduledMessageV3 2 params body → 200400401403404429500
DELETE
/chats/{CHAT_ID}/scheduledmessages/{SCHEDULED_MESSAGE_ID}
Delete a scheduled message
deleteScheduledMessageV3 2 params → 204401403404429500

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is NoResponse (1 property). Each schema is shown below with its type and property counts.

NoResponse
object
Response object returned when no content is available.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoho-cliq-scheduledmessages-api-openapi.yml Raw ↑

Other APIs Zoho Cliq publishes across the network.

Zoho Cliq Bots API
Zoho Cliq buttons API
Zoho Cliq chats API
Zoho Cliq dndsettings API
Zoho Cliq Extensions API
Zoho Cliq Functions API
Zoho Cliq keyboardshortcuts API
Zoho Cliq mentions API
Zoho Cliq messageactions API
Zoho Cliq messagecards API
Zoho Cliq messageformat API
Zoho Cliq messages API