Zoho Cliq messageactions 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 messageactions. 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 11 schemas.
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 operations3 paths11 schemas1 DELETE3 GET2 PATCH1 POST
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 messageactions 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 — 1 DELETE, 3 GET, 2 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are v3-msgaction-create (9 properties), v3-msgaction-edit (8 properties), MessageActionListItemsResponse (5 properties), MessageActionResponse (3 properties). Each schema is shown below with its type and property counts.
MessageActionHandlerResponse
object
Response schema for message action handler operations.
3 properties
updateMessageActionHandlerResponse
object
Response schema for message action handler update operations.
3 properties
HANDLER_TYPE_regex
string
Type of the message action handler. Message actions support only one handler type: executionhandler , which is triggered when the action is invoked.
v3-exehandler-edit
object
Payload for updating the message action execution handler. For Deluge actions, provide script. For Webhook actions, provide permissions.
2 properties
base64_regex
string
Base64-encoded pagination or sync token used for cursor-based pagination and incremental data sync.
MessageActionListItemsResponse
object
Response schema for listing message actions.
5 properties
v3-msgaction-create
object
Payload for creating a message action.
9 properties2 required
v3-msgaction-edit
object
Payload for updating a message action. All fields are optional; only the fields provided will be updated.
8 properties
longid_regex
string
Numeric long integer identifier used to reference platform components such as Commands, Functions, Widgets, Message Actions, Schedulers, and Extensions.
MessageActionUpdateResponse
object
Response schema for message action update operations.
3 properties
MessageActionResponse
object
Response schema for message action create, get, and update operations.
3 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.