vocabulary:
name: Zoho Cliq API v3 Vocabulary
description: Terms and concepts from the Zoho Cliq REST API v3
source: https://www.zoho.com/cliq/help/restapi/v3/
tags:
- Extensions
- Functions
- Platform_storage
- bots
- buttons
- chats
- datastores
- dndsettings
- keyboardshortcuts
- mentions
- messageactions
- messagecards
- messageformat
- messages
- mobilesettings
- mypins
- pinmessages
- reminders
- scheduledmessages
- slashcommands
- stars
- threads
- userpreferences
terms:
- name: BotIncomingWebhookRequest
module: bots
description: 'Request body for the incoming webhook endpoint. Accepts any number
of custom key-value parameters that are passed directly to the bot''s incoming_webhook_handler
Deluge script. Up to 50 additional parameters are supported, each with a maximum
value length of 10,000 characters. There are no fixed or required fields.
'
- name: BotIncomingWebhookResponse
module: bots
description: Response returned after a successful incoming webhook message delivery.
Contains the list of user IDs that received the message.
- name: NoResponse
module: bots
description: Represents an empty successful response where no payload is returned.
- name: BotGetResponse
module: bots
description: Response returned when retrieving the details of a specific bot.
- name: BotCreateResponse
module: bots
description: Response returned after successfully creating a bot.
- name: GenericResponse
module: bots
description: Generic successful response envelope used for bot APIs where detailed
payload schema varies.
- name: BotListResponse
module: bots
description: Response schema for listing bots.
- name: BotHandlerCreateResponse
module: bots
description: Response schema returned when a new bot handler is created successfully.
- name: BotHandlerDetailsResponse
module: bots
description: Response schema returned when fetching the full details of a specific
bot handler.
- name: BotHandlerResponse
module: bots
description: Response schema for bot handler create, update, and fetch operations.
- name: BotHandlerLogsResponse
module: bots
description: Response schema for bot handler execution logs.
- name: ErrorResponse
module: bots
description: ''
- name: BotSubscribersResponse
module: bots
description: Represents the response structure for fetching subscribers of a specific
bot. Contains metadata and a list of subscriber details.
- name: BotSubscriber
module: bots
description: Detailed information about an individual subscriber of the bot.
- name: Trigger-Bot-Call-Request
module: bots
description: Represents the request body for triggering a bot call with a message,
recipients, retries, loops, and optional actions.
- name: Bot-call-response
module: bots
description: Represents the response returned after triggering a bot call, including
the alert instance ID and associated users.
- name: BotCreate
module: bots
description: Payload for creating a new bot.
- name: BotUpdateResponse
module: bots
description: Response returned after successfully updating a bot.
- name: BotEdit
module: bots
description: Payload for updating an existing bot. All fields are optional.
- name: HandlerCreate
module: bots
description: Payload for creating a new handler.
- name: SubAction
module: bots
description: Sub-action definition for menu handlers.
- name: HandlerEdit
module: bots
description: Payload for updating an existing handler.
- name: BotAssociateChannelRequest
module: bots
description: Payload to associate bot with a channel.
- name: BotMessage
module: bots
description: 'Payload for sending a message from a bot. At least one of text,
card, or slides must be provided.
To target specific recipients, include user_ids (comma-separated
user IDs, up to 100) or set broadcast: true to reach all subscribers.
'
- name: empty-response
module: buttons
description: Response returned when there is no content.
- name: instant-buttons-request
module: buttons
description: ''
- name: instant-buttons-with-arguments-request
module: buttons
description: 'Example demonstrating instant buttons with custom arguments and
system API actions.
'
- name: message-card-buttons-request
module: buttons
description: ''
- name: confirmation-popup-request
module: buttons
description: ''
- name: v3-chat
module: chats
description: Represents a chat object with comprehensive details including metadata,
participants, and message information.
- name: v3-thread
module: chats
description: ''
- name: v3-create-chat-request
module: chats
description: 'For direct chat, send `chat_type: direct_message` with `user_id`.
For group chat, send `chat_type: group_chat` with `user_ids` and `title`.
'
- name: v3-bulk-chat-update-request
module: chats
description: "Supports two payload modes, selected by the operation\
\ field:\n
\n - Mark as read (
read_status_update):\
\ Set operation to read_status_update, read_status\
\ to read, and provide a chats array with each chat's\
\ chat_id and last_message_id. Returns 200 OK. \n\
\ - Clear unread (
clear_unread): Set operation\
\ to clear_unread and provide a chat_ids array. Returns\
\ 204 No Content. \n
\n"
- name: v3-bulk-mark-read-request
module: chats
description: ''
- name: v3-bulk-clear-unread-request
module: chats
description: ''
- name: v3-update-chat-title-request
module: chats
description: ''
- name: v3-update-chat-history-request
module: chats
description: ''
- name: v3-update-chat-read-status-request
module: chats
description: ''
- name: v3-close-chat-request
module: chats
description: ''
- name: v3-clear-local-history-request
module: chats
description: ''
- name: v3-typing-activity-request
module: chats
description: ''
- name: v3-fork-chat-request
module: chats
description: ''
- name: v3-create-direct-chat-request
module: chats
description: ''
- name: v3-create-group-chat-request
module: chats
description: ''
- name: v3-add-members-request
module: chats
description: ''
- name: no-response
module: chats
description: Response object returned when no content is available.
- name: get-chats-response
module: chats
description: Response object containing details of a chat or direct message.
- name: UserSummary
module: chats
description: Basic details of a user in the chat.
- name: LastMessageInfo
module: chats
description: Information about the most recent message in the chat.
- name: MessageStyles
module: chats
description: Style attributes applied to a message.
- name: BotInfo
module: chats
description: Information about a bot associated with a message.
- name: retrieve-chat-members
module: chats
description: Response object containing members of a chat.
- name: Members
module: chats
description: Detailed information about a chat member.
- name: pin-a-message-request
module: chats
description: Request body parameters for pinning a message in a chat.
- name: pin-a-message-response
module: chats
description: Response object containing details of a pinned message.
- name: get-pinnedmessage-response
module: chats
description: Response object containing details of an existing pinned message.
- name: updaterecord_response
module: datastores
description: Response envelope returned when a datastore record is retrieved or
updated.
- name: DatastoreResponse
module: datastores
description: Datastores API response envelope.
- name: AddRecordRequest
module: datastores
description: Request body schema to add a new record to the products database.
- name: UpdateRecordRequest
module: datastores
description: Request body schema to update an existing record in the products
database.
- name: Products-DatabaseResponse
module: datastores
description: Response schema representing a single product record in the database.
- name: product-database-list-records
module: datastores
description: Response schema containing a list of product records from the database.
- name: base64_regex
module: datastores
description: Base64-encoded pagination or sync token used for cursor-based pagination
and incremental data sync.
- name: editplatformdatabase_v2
module: datastores
description: Payload for updating datastore metadata.
- name: createplatformdatabase_v2
module: datastores
description: Payload for creating a new datastore.
- name: datastores_records_add
module: datastores
description: Payload for inserting or updating a single datastore record.
- name: encryptedappkey_regex
module: datastores
description: Encrypted application key (appkey or EXTENSION_KEY) issued to a bot
or extension, used as an alternative to OAuth for webhook-style authentication.
- name: platformstorage_records_export
module: datastores
description: Configuration payload for a Datastore bulk export operation. Specifies
the fields to include, filter criteria, and output format.
- name: datastores_records_update
module: datastores
description: Payload for bulk updating datastore records by criteria.
- name: orderbyfield_regex
module: datastores
description: Field name (optionally suffixed with " asc" or " desc") used to sort
Datastore records in query results.
- name: multiplelong_regex
module: datastores
description: Comma-separated list of numeric long integer IDs (e.g. record IDs
or field IDs) used in bulk delete operations.
- name: edit_platform_db_fields
module: datastores
description: Payload for editing existing datastore fields.
- name: add_platform_db_fields
module: datastores
description: Payload for adding new fields to a datastore schema.
- name: longid_regex
module: datastores
description: Numeric long integer identifier used to reference platform components
such as Commands, Functions, Widgets, Message Actions, Schedulers, and Extensions.
- name: listrecords_response
module: datastores
description: Response schema for listing records from a datastore, including pagination
information and a list of records.
- name: dnd-preferences-response
module: dndsettings
description: Current DND preference settings for the user.
- name: update-dnd-preferences-request
module: dndsettings
description: Request payload for updating DND preferences. Omitted fields remain
unchanged.
- name: ExtensionPropertySingleResponse
module: extensions
description: Response returned when retrieving a single extension property.
- name: ExtensionPropertiesGetResponse
module: extensions
description: Response returned when retrieving multiple extension properties.
Keys are property names; values are their current string values.
- name: ExtensionPropertiesUpdateResponse
module: extensions
description: Response returned after adding or updating extension properties.
Contains only the key-value pairs that were submitted in the request.
- name: extensioninstall_V3
module: extensions
description: Payload for installing an extension.
- name: extensionupgrade_V3
module: extensions
description: Payload for upgrading an installed extension.
- name: appproperties
module: extensions
description: Payload for setting extension properties.
- name: smallalphawithspl_regex
module: extensions
description: Lowercase alphanumeric string with allowed special characters (hyphens
and underscores) used as extension property keys.
- name: FunctionResponse
module: functions
description: Response schema for function create, get, and update operations.
- name: FunctionListResponse
module: functions
description: Response schema for listing functions.
- name: FunctionHandlerDetailsResponse
module: functions
description: Response schema returned when fetching the full details of a specific
function handler.
- name: FunctionHandlerResponse
module: functions
description: Response schema for function handler operations.
- name: v3-function-create
module: functions
description: Payload for creating a new function.
- name: v3-function-edit
module: functions
description: Payload for updating a function. `function_type` cannot be changed
after creation.
- name: FUNCTION_ID
module: functions
description: Unique numeric identifier of a Function. Used in function management
and handler endpoints.
- name: v3-exehandler-edit
module: functions
description: Payload for updating an existing function handler.
- name: FUNCTION_HANDLER_TYPE_regex
module: functions
description: Name of a function handler.
- name: v3-exehandler-create
module: functions
description: Payload for creating a new function handler.
- name: error-response
module: keyboardshortcuts
description: ''
- name: os-shortcut
module: keyboardshortcuts
description: ''
- name: custom-chat-or-widget-entry
module: keyboardshortcuts
description: ''
- name: custom-snippet-entry
module: keyboardshortcuts
description: ''
- name: keyboard-shortcuts-object
module: keyboardshortcuts
description: ''
- name: keyboard-shortcuts-response
module: keyboardshortcuts
description: ''
- name: update-keyboard-shortcuts-request
module: keyboardshortcuts
description: ''
- name: delete-keyboard-shortcuts-request
module: keyboardshortcuts
description: ''
- name: get-mentions-response
module: mentions
description: ''
- name: mention-entry
module: mentions
description: ''
- name: mention-chat
module: mentions
description: ''
- name: mention-message
module: mentions
description: ''
- name: mention-sender
module: mentions
description: ''
- name: mention-metadata
module: mentions
description: ''
- name: mentioned-user
module: mentions
description: ''
- name: mentions-error-response
module: mentions
description: ''
- name: MessageActionResponse
module: messageactions
description: Response schema for message action create, get, and update operations.
- name: updateMessageActionHandlerResponse
module: messageactions
description: Response schema for message action handler update operations.
- name: MessageActionUpdateResponse
module: messageactions
description: Response schema for message action update operations.
- name: MessageActionListItemsResponse
module: messageactions
description: Response schema for listing message actions.
- name: MessageActionListResponse
module: messageactions
description: Response schema for listing message actions.
- name: MessageActionHandlerResponse
module: messageactions
description: Response schema for message action handler operations.
- name: HANDLER_TYPE_regex
module: messageactions
description: Type of the message action handler. Message actions support only
one handler type: execution_handler, which is triggered when
the action is invoked.
- name: v3-msgaction-create
module: messageactions
description: Payload for creating a message action.
- name: textpattern_regex
module: messageactions
description: Free-text search string used to filter platform components by name
in list and Marketplace search endpoints.
- name: pf_component_search_scope_regex
module: messageactions
description: Scope filter for Marketplace search. Accepted values are "organisation"
(org-created components) and "marketplace" (published extensions).
- name: v3-msgaction-edit
module: messageactions
description: Payload for updating a message action. All fields are optional; only
the fields provided will be updated.
- name: CardObject
module: messagecards
description: "Defines the interactive card to be rendered inside the message.\
\ The theme field\nselects the card type and determines which fields\
\ are required. For a quick reference of\nrequired and optional fields per theme,\
\ see the Available Themes table in\
\ the overview above.\n
\nPoll card fields\n\n - theme\
\
string: Must be poll. \n - title
string:\
\ The poll question displayed at the top of the card. Maximum 200 characters. \n\
\ - options
array: List of voting choices. Minimum 2,\
\ maximum 10 items.\n \n - options[].text
string:\
\ Display label for the poll option. Maximum 100 characters. \n
\n\
\ \n
\nModern Inline card fields\n\n - theme\
\
string: Must be modern-inline. \n - title\
\
string: Card header text displayed at the top of the card. Maximum\
\ 200 characters. \n - thumbnail
string: Optional.\
\ Publicly accessible HTTPS URL of a thumbnail image shown in the card header. \n\
\ - sections
array: Optional. One or more labeled field\
\ sections displayed in the card body. Each section groups related key-value\
\ pairs under an optional heading.\n \n - sections[].title\
\
string: Optional section heading displayed above the fields. \n\
\ - sections[].fields
array: List of key-value field\
\ pairs.\n \n - fields[].title
string:\
\ Field label (key). \n - fields[].value
string:\
\ Field value. \n
\n \n
\n \n - buttons\
\
array: Optional. Action buttons rendered at the bottom of the\
\ card. Maximum 5. See Button fields below. \n
\nPrompt card\
\ fields\n\n - theme
string: Must be prompt. \n\
\ - title
string: The prompt question or alert text presented\
\ to the user. Maximum 200 characters. \n - buttons
array:\
\ Action buttons for the user to respond with. Minimum 1, maximum 5. See Button\
\ fields below. \n
\nButton fields (applicable to modern-inline\
\ and prompt themes)\n\n - buttons[].label
string:\
\ Text displayed on the button. Maximum 30 characters. \n - buttons[].action.type\
\
string: Determines how Cliq handles the button click.\n \n\
\ open.url: Opens a URL in the user's default browser.\
\ Requires action.data.web (string). \n invoke.function:\
\ Triggers a Cliq Function by name. Requires action.data.name (string). \n\
\ system.api: Calls a Cliq internal system API. Requires\
\ action.data.api (string). \n invoke.bot:\
\ Sends a message to a bot. Requires action.data.bot_name and action.data.message. \n\
\ preview.url: Opens a URL inside a Cliq preview panel\
\ without leaving the conversation. Requires action.data.web (string). \n\
\
\n \n - buttons[].action.data
object:\
\ The payload passed to the action handler. Expected fields depend on action.type\
\ as listed above. \n
\nNote: To render supporting structured\
\ content such as tables, lists, or labelled records alongside a card,\nuse\
\ the top-level slides array in the message payload. slides\
\ is independent of the card object\nand can be combined with any\
\ card theme. For details on supported slide formats, see\nMessage Content.\n"
- name: CardButton
module: messagecards
description: An action button rendered inside a Message Card. When clicked by
a user, the button executes the specified action.
- name: MessageResponse
module: messagecards
description: Response returned after a message card is successfully posted.
- name: Slides
module: messagecards
description: "An array of structured content blocks rendered below the card inside\
\ the message.\nslides is a top-level field in the message payload\
\ - it sits alongside\ntext and card, and is not\
\ nested inside card.\n
\nMultiple slide blocks can be included\
\ in a single message, and they are rendered in the\norder they appear in the\
\ array. slides is most commonly paired with the\nmodern-inline\
\ card theme to display supporting data such as tables, lists,\nor labelled\
\ records alongside the card header, but it is compatible with all card themes.\n\
\nEach slide block requires a type field that determines\
\ how the content is rendered,\nan optional title heading, and\
\ a data payload whose structure\ndepends on the slide type.\n\
\nSupported slide types\n\n \n | Type | \n\
\ Renders | \n data structure | \n\
\
\n \n table | \n A data table with column headers and rows. | \n Object with headers (array\
\ of strings) and rows (array of objects where each key maps to\
\ a header). | \n
\n \n list | \n A bulleted list of items. | \n Array of strings, each representing\
\ one list item. | \n
\n \n label | \n Key-value pairs in a definition-list style. | \n\
\ Array of objects, each\
\ with label (string) and value (string). | \n \
\
\n \n images | \n One or more inline images. | \n Array of publicly accessible HTTPS image URL strings. | \n\
\
\n \n text | \n A plain or formatted text block. | \n A string containing the text content to display. | \n\
\
\n
\n
\nFor full details on each slide type, including field-level\
\ descriptions and payload examples,\nrefer to Message Content.\n"
- name: send-table-message-request-body
module: messageformat
description: ''
- name: send-list-message-request-body
module: messageformat
description: ''
- name: send-label-message-request-body
module: messageformat
description: ''
- name: send-image-message-request-body
module: messageformat
description: ''
- name: send-chart-message-request-body
module: messageformat
description: ''
- name: send-graph-message-request-body
module: messageformat
description: ''
- name: MessageRequest
module: messages
description: Request object to send messages to one or more users.
- name: UserMessage
module: messages
description: Represents message details for multiple users.
- name: MessageComponents
module: messages
description: Core components of a message.
- name: file_type
module: messages
description: Format/type of an attachment message.
- name: senderName
module: messages
description: Name of the message sender.
- name: senderID
module: messages
description: User ID of the message sender.
- name: sender
module: messages
description: Information about the sender of the message.
- name: messageText
module: messages
description: Text content of the message.
- name: content
module: messages
description: Content object containing text message.
- name: fileName
module: messages
description: Original filename of the attachment.
- name: contentType
module: messages
description: MIME type of the attachment.
- name: imageHeight
module: messages
description: Height of the image in pixels.
- name: imageSize
module: messages
description: Size of the image file in bytes.
- name: imageWidth
module: messages
description: Width of the image in pixels.
- name: dimensions
module: messages
description: Dimensions and size of a file or image.
- name: file_id
module: messages
description: Unique identifier for the file.
- name: file_content
module: messages
description: File metadata and content reference.
- name: thumbnailHeight
module: messages
description: Height of the thumbnail image.
- name: thumbnailWidth
module: messages
description: Width of the thumbnail image.
- name: blur_data
module: messages
description: Base64 encoded placeholder for image blur effect.
- name: thumbnail
module: messages
description: Thumbnail representation of an image or file.
- name: comment
module: messages
description: Message sent along with a file.
- name: fileMessage_content
module: messages
description: Content structure for a file message.
- name: message_data
module: messages
description: Standard text message data structure.
- name: fileMessage_data
module: messages
description: Structure for file messages.
- name: get-messages-response
module: messages
description: Response object for fetching messages.
- name: post-message-in-a-chat-response
module: messages
description: Response object for posting messages in a chat/user
- name: post-message-in-a-channel-request
module: messages
description: Request object to post a message in a channel.
- name: post-message-in-a-channel-response
module: messages
description: Response object after posting a message in a channel.
- name: post-message-in-chat-request
module: messages
description: Request object to send a message in a chat.
- name: post-message-in-chat-response
module: messages
description: Response object after posting a message in chat.
- name: edit-a-message-request
module: messages
description: Request object to edit an existing message.
- name: get-reactions
module: messages
description: Retrieve all reactions for messages.
- name: add-a-reaction-request
module: messages
description: Request object to add a reaction to a message.
- name: forward-messages-request
module: messages
description: Request object to forward one or more messages from a source chat
to other chats or users.
- name: forward-messages-response
module: messages
description: Response object after forwarding messages. Uses a partial-success
model.
- name: delete-multiple-messages-response
module: messages
description: Response object after deleting multiple messages.
- name: search-messages-response
module: messages
description: Response object for message search results containing matching messages
and pagination information.
- name: notification-settings
module: mobilesettings
description: Notification controls by conversation type and notification mode
(alert, sound, and preview).
- name: media-gallery-settings
module: mobilesettings
description: Controls whether downloaded media is saved to the device gallery.
- name: media-auto-download-settings
module: mobilesettings
description: Controls automatic media download behavior based on media type or
network mode.
- name: mobile-settings-response
module: mobilesettings
description: Full mobile settings object returned by the GET endpoint.
- name: update-mobile-settings-request
module: mobilesettings
description: Provide only the settings to update. For nested settings, send the
nested object with intended values.
- name: pin-category
module: mypins
description: 'Represents a pin folder (chat folder) object. Fields marked conditional
are only present when the matching include_fields value is requested.
Note: The default folder only contains category_id: "default"
with no other fields.
'
- name: pinned-chat
module: mypins
description: Represents a pinned chat entry within a folder.
- name: get-pin-categories-response
module: mypins
description: Response envelope for listing all pin folders.
- name: create-pin-category-request
module: mypins
description: Request body for creating a new pin folder.
- name: create-pin-category-response
module: mypins
description: Response envelope after creating a pin folder.
- name: update-pin-category-request
module: mypins
description: "Request body for updating a pin folder. Send exactly one\
\ operation type per request.
\nOperation types:\n\n - Update\
\ Folder Details: Send
title, symbol, and/or state. \n\
\ - Reorder a Chat: Send
chat_id with optional pin_above\
\ and required last_sync_time. \n - Reorder a Folder:\
\ Send
pin_above only (no chat_id) with required last_sync_time. \n\
\ - Bulk Update Chats: Send
chat_ids (array) with required\
\ last_sync_time. \n
\n"
- name: update-pin-category-details-request
module: mypins
description: "Request body for updating a pin folder. Send exactly one\
\ operation type per request.
\nOperation types:\n\n - Update\
\ Folder Details: Send
title, symbol, and/or state. \n\
\n"
- name: reorder-chat-in-category-request
module: mypins
description: "Request body for updating a pin folder. Send exactly one\
\ operation type per request.
\nOperation types:\n\n - Reorder\
\ a Chat: Send
chat_id with optional pin_above\
\ and required last_sync_time. \n
\n"
- name: reorder-category-request
module: mypins
description: "Request body for updating a pin folder. Send exactly one\
\ operation type per request.
\nOperation types:\n\n - Reorder\
\ a Folder: Send
pin_above only (no chat_id) with\
\ required last_sync_time. \n
\n"
- name: bulk-update-chats-in-category-request
module: mypins
description: "Request body for updating a pin folder. Send exactly one\
\ operation type per request.
\nOperation types:\n\n - Bulk\
\ Update Chats: Send
chat_ids (array) with required last_sync_time. \n\
\n"
- name: pin-chat-request
module: mypins
description: Request body for pinning a chat. All fields are optional.
- name: pin-chat-response
module: mypins
description: Response envelope after pinning a chat.
- name: unpin-chat-response
module: mypins
description: Response envelope after unpinning a chat.
- name: pin-information
module: pinmessages
description: Metadata about the pin itself.
- name: pinned-message
module: pinmessages
description: A pinned message object. Contains the original message fields (id,
type, content, sender, time, mentions) along with pin-specific fields.
- name: get-pinned-messages-response
module: pinmessages
description: Response envelope for listing all pinned messages.
- name: get-primary-pinned-message-response
module: pinmessages
description: Response envelope when fetching the primary pinned message.
- name: add-pinned-message-request
module: pinmessages
description: Request body for pinning a message in a chat.
- name: add-pinned-message-response
module: pinmessages
description: Response envelope after pinning a message.
- name: reorder-pinned-message-request
module: pinmessages
description: Request body for reordering a pinned message in the list.
- name: delete-pinned-messages-request
module: pinmessages
description: Request body for deleting specific pinned messages.
- name: SlashCommandResponse
module: slashcommands
description: Slash Commands API response envelope.
- name: ExecutionRecordResponse
module: slashcommands
description: Response envelope for slash command handler execution records.
- name: COMMAND_HANDLER_TYPE_regex
module: slashcommands
description: 'Name of a slash command handler. Accepted values: execution_handler
(fires on command invocation), suggestion_handler (fires to generate
autocomplete suggestions).
'
- name: update-slash-command-request-body
module: slashcommands
description: Payload for updating a slash command. All fields are optional; only
the fields provided will be updated.
- name: create-slash-command-request-body
module: slashcommands
description: Payload for creating a new slash command.
- name: list-all-slash-commands-response
module: slashcommands
description: Response schema for listing slash commands.
- name: StarInformation
module: stars
description: Information about the star applied to a message.
- name: ChatInformation
module: stars
description: Information about the chat containing the starred message.
- name: StarMessageRequest
module: stars
description: ''
- name: UpdateStarTypeRequest
module: stars
description: ''
- name: UpdateStarTypeResponse
module: stars
description: ''
- name: StarMessageResponse
module: stars
description: ''
- name: StarredMessagesListResponse
module: stars
description: ''
- name: get-thread-followers-response
module: threads
description: Response containing the list of followers for a particular thread.
- name: thread-creation-payload
module: threads
description: Request body to create a new thread from an existing message.
- name: send-message-in-thread-payload
module: threads
description: Request body to send a message in an existing thread.
- name: thread-creation-response
module: threads
description: Response returned after creating a thread.
- name: get-threads-payload
module: threads
description: Request parameters to retrieve threads from a channel.
- name: auto-follow-threads-payload
module: threads
description: Request body to enable or disable auto-follow for threads in a channel.
- name: add-followers-payload
module: threads
description: Request body to add followers to a thread.
- name: remove-followers-payload
module: threads
description: Request body to remove followers from a thread.
- name: update-state-of-thread-request
module: threads
description: Request body to update the state of a thread (open or closed).
- name: auto-follow-threads-response
module: threads
description: Response returned after updating auto-follow settings for threads.
- name: get-threads-response
module: threads
description: Response containing the list of threads in a channel.
- name: get-main-message-response
module: threads
description: Response containing the details of a main message and its thread
information.
- name: user-preferences-response
module: userpreferences
description: ''
- name: user-preferences-object
module: userpreferences
description: Complete user preference object returned by the API.
- name: update-user-preferences-request
module: userpreferences
description: Provide only the preference fields that must be updated.