Zoho Cliq MCP Tools

The Zoho MCP server provides various tools for interacting with Zoho Cliq. The table below lists the available tools, along with their descriptions and everyday use cases.

Bots

Operation IDSummaryDescription
list_botsList all botsList all bots available to the authenticated user.
create_botCreate a botCreate a new bot in Cliq with a display name, description, and access level.
get_botRetrieve details of a specific botRetrieve the full configuration and details of a specific bot.
update_botUpdate an existing botUpdate an existing bot's display name, description, access level, or logo.
delete_botDelete a specific botPermanently delete a bot and all its handlers and configuration.
get_bot_handlerGet details of a specific bot handlerRetrieve the configuration and Deluge code of a specific bot handler.
create_bot_handlerCreate a handler for a specific botCreate a handler for a bot to define its behavior for a trigger event.
update_bot_handlerUpdate a handler for a specific botUpdate a bot handler's execution logic or configuration.
delete_bot_handlerDelete a handler from a specific botPermanently remove a handler from a bot.
list_bot_handler_executionsList execution records of a specific bot handlerList execution records for a specific bot handler within a time range.
trigger_bot_callTrigger Bot CallsSend a voice alert to specific users via a bot.
send_bot_webhook_messageSend an incoming webhook message to a botPost a message to a bot via its incoming webhook URL.
send_bot_message_v2Send a bot messageSend a message from a bot to specific users, a channel, or all subscribers.
list_bot_subscribers_v2List all subscribers of a specific botList subscribers of a specific bot with pagination support.

Bulk Export

Operation IDSummaryDescription
bulk_export_conversationsExport ConversationsExport details of all chats and group conversations in the organization.
bulk_export_channelsExport ChannelsExport details of all channels in the organization.
bulk_export_chat_membersExport Members in a ConversationExport member details from a specific chat or channel.
bulk_export_chat_messagesExport MessagesExport message transcripts or history of all conversations in the organization.

Buttons

Operation IDSummaryDescription
messageCardButtonsSend a message with buttonsSend a message with interactive buttons to a chat.

Calls & Meetings

Operation IDSummaryDescription
list_calls_and_meetingsHistoryRetrieve details of all direct calls, meetings, and broadcasts.
list_call_participantsGet ParticipantsRetrieve all participants in a specific call or meeting.

Channels

Operation IDSummaryDescription
list_channelsList all channelsList channels accessible to the authenticated user with optional filters.
create_channelCreate a channelCreate a new channel in Cliq.
get_channelRetrieve a channelRetrieve details of a specific channel.
update_channelUpdate a channelUpdate the details and configuration of a specific channel.
delete_channelDelete a channelDelete an existing channel.
list_channel_membersGet Channel MembersList all members in a channel.
add_channel_membersAdd Channel MembersAdd members to a channel by user ID or email.
remove_channel_membersDelete Channel MembersRemove multiple members from a channel.
update_channel_member_roleUpdate a Channel member's roleUpdate the role of a member in a channel.
remove_channel_memberDelete a Channel MemberRemove a member from a channel by user ID or email.
approve_channelApprove a ChannelApprove a newly created organization-level channel.
reject_channelReject a ChannelReject a newly created organization-level channel.
join_channelJoin a ChannelJoin a channel as the authenticated user.
leave_channelLeave a ChannelLeave a channel as the authenticated user.
archive_channelArchive a ChannelArchive a channel to stop new messages.
unarchive_channelUnarchive a ChannelUnarchive a channel to resume messaging.
add_bot_to_channelAdd a Bot to a ChannelAdd a bot to a channel using the bot's unique name.

Chats

Operation IDSummaryDescription
list_chatsRetrieve all direct chatsList all direct chats and group chats the authenticated user participates in.
createChatV3Create chatCreate a new direct message or group chat with one or more participants.
bulkUpdateChatsV3Mark Multiple Chats as Read or Clear Unread CountMark multiple chats as read, unread, or clear unread counts in a single request.
list_chat_membersRetrieve members of a chatList all members participating in a specific group chat or channel.
get_chatRetrieve chat detailsRetrieve details of a specific chat by its unique identifier.
update_chatPerform chat operationsUpdate a chat's title, history settings, read status, or close the chat.
searchChatsV3Search chatsSearch for chats by name, type, date range, or participant.
send_typing_indicatorSend Typing IndicatorSend a typing indicator to a chat to signal the user is composing a message.
fork_chatFork a chatCreate a new chat by forking selected messages from an existing chat.
pin_chat_v2Pin chatPin a chat for the authenticated user, optionally under a category.
unpin_chat_v2Unpin chatRemove the pin from a chat for the authenticated user.
add_chat_membersAdd members to a chatAdd one or more users to an existing group chat.
remove_chat_membersRemove members from a chatRemove one or more users from an existing group chat.
list_threadsList threads in a chatList all thread chats for a parent chat.
get_thread_detailsGet thread detailsRetrieve details of a thread by its thread chat ID.
leave_group_chatLeave a chatRemove the authenticated user from a group chat or channel.
mute_chatMute a chatMute notifications for a chat while keeping the user as an active participant.
unmute_chatUnmute a chatRestore notifications for a previously muted chat.

Custom Domain

Operation IDSummaryDescription
get_custom_domainRetrieve a custom domainRetrieve details of a custom domain.
add_custom_domainAdd a custom domainAdd a new custom domain to the organization.
verify_custom_domainVerify a custom domainVerify ownership of a custom domain.
delete_custom_domainDelete a custom domainDelete a custom domain from the organization.

Custom Email

Operation IDSummaryDescription
get_mail_configurationRetrieve global mail configurationRetrieve the global mail configuration.
update_mail_configurationUpdate mail configurationUpdate the global mail configuration.
reset_mail_configurationReset mail configurationReset the global mail configuration to system defaults.

Databases

Operation IDSummaryDescription
list_database_recordsList recordsList all records in a specific database.
create_database_recordAdd a recordAdd a record to a database.
get_database_recordRetrieve a recordRetrieve a database record by its ID.
update_database_recordUpdate a recordUpdate a record in a specific database.
delete_database_recordDelete a recordDelete a record from a specific database.

Datastores

Operation IDSummaryDescription
list_datastores_v2List all datastoresList all datastores defined for the organization.
create_datastore_v2Create a datastoreCreate a new datastore for the organization.
get_datastore_v2Get a datastoreRetrieve the metadata and field schema of a specific datastore.
update_datastore_v2Edit a datastoreUpdate the name or description of an existing datastore.
delete_datastore_v2Delete a datastorePermanently delete a datastore and all its stored records.
update_datastore_fields_v2Edit datastore fieldsUpdate the schema definitions of existing fields in a datastore.
list_datastore_records_v2List records from a datastoreRetrieve records from a datastore with optional filtering and pagination.
create_datastore_record_v2Add records to a datastoreInsert a record into a datastore.
bulk_update_datastore_records_v2Bulk update records in a datastoreUpdate multiple records in a datastore in a single request.
bulk_delete_datastore_records_v2Delete records from a datastoreDelete one or more records from a datastore.
get_datastore_record_v2Get a record from a datastoreRetrieve a single record from a datastore.
update_datastore_record_v2Update a record in a datastoreUpdate a single record in a datastore.
delete_datastore_record_v2Delete a record from a datastorePermanently delete a single record from a datastore.
export_datastore_records_v2Export datastore recordsInitiate a bulk export of all records from a datastore.

Departments

Operation IDSummaryDescription
list_departmentsList all DepartmentsList all departments in the organization.
create_departmentCreate a DepartmentCreate a department in the organization.
get_departmentGet Department DetailsRetrieve details of a specific department.
update_departmentUpdate DepartmentUpdate the details of a specific department.
delete_departmentDelete DepartmentDelete a department from the organization.
list_department_membersGet Department MembersList all members of a specific department.
add_department_membersAdd Department MembersAdd members to a department.
remove_department_membersDelete Department MembersRemove members from a department.

Designations

Operation IDSummaryDescription
list_designationsGet Designation DetailsList all designations in the organization.
create_designationCreate a DesignationCreate a designation in the organization.
get_designationGet Designation DetailsRetrieve details of a specific designation.
update_designationUpdate DesignationUpdate a designation's title.
delete_designationDelete DesignationDelete a designation from the organization.
list_designation_membersGet Designation MembersList all members associated with a designation.
add_designation_membersAdd Designation MembersAdd members to a designation.
remove_designation_membersDelete Designation MembersRemove members from a designation.

DND Settings

Operation IDSummaryDescription
get_dnd_settingsGet DND preferencesRetrieve the current Do Not Disturb settings for the authenticated user.
update_dnd_settingsUpdate DND preferencesUpdate Do Not Disturb settings for the authenticated user.

Events

Operation IDSummaryDescription
list_calendarsGet CalendarsList all calendars associated with the authenticated user.
list_eventsGet EventsList all events scheduled within the next 31 days.
create_eventCreate an EventCreate a new calendar event.
get_eventGet Event DetailsRetrieve details of a specific calendar event.
update_eventEdit an EventUpdate details of an existing calendar event.
delete_eventDelete an EventDelete a calendar event.
update_event_statusUpdate an Event StatusUpdate your RSVP status for a calendar event.
upload_event_attachmentUpload Attachments to Event CalendarUpload an attachment to your calendar to attach to events.

Extensions

Operation IDSummaryDescription
list_extension_propertiesGet extension propertiesList all configuration properties of an installed extension.
get_extension_propertyGet a specific extension propertyRetrieve a single configuration property of an installed extension.
delete_extension_propertyDelete a specific extension propertyPermanently delete a single configuration property of an installed extension.
create_extension_handlerCreate a handler for a specific extensionAdd a lifecycle handler to an extension.
get_extension_handlerGet details of a specific extension handlerRetrieve the configuration and Deluge code of a named extension handler.
update_extension_handlerUpdate a handler for a specific extensionUpdate the Deluge code of a named handler attached to an extension.
delete_extension_handlerDelete a handler from a specific extensionPermanently remove a named handler from an extension.
list_extension_handler_executionsList execution records of a specific extension handlerList execution records for a specific extension handler within a time range.
install_an_extensionInstall an extensionInstall a Cliq extension in an organization.
update_extensionUpgrade an extensionUpgrade an installed Cliq extension to a newer version.
add_or_update_extension_properAdd or update extension propertiesAdd or update configuration properties for an installed extension.

Files

Operation IDSummaryDescription
get_fileGet FilesRetrieve a file from a chat, channel, or bot using its file ID.
share_file_to_channelShare files to a channelShare a file to a channel using the channel ID.
share_file_to_botShare files to a botShare a file to a bot using the bot's unique name.
share_file_to_chatShare files in a chatShare a file to a chat using the chat ID.
share_file_to_userShare files to a userShare a file to a user by their email or user ID.

Functions

Operation IDSummaryDescription
list_functions_v2List all functionsList all functions created by the authenticated user.
create_function_v2Create a new functionCreate a new function in the Cliq platform.
get_function_v2Get details of a specific functionRetrieve the full configuration of a specific function.
update_function_v2Update an existing functionUpdate the name or description of an existing function.
delete_function_v2Delete a specific functionPermanently delete a function and all its associated handlers.
create_function_handler_v2Create a handler for a specific functionAdd a handler to an existing function.
get_function_handler_v2Get details of a specific function handlerRetrieve the configuration and Deluge code of a function handler.
update_function_handler_v2Update a handler for a specific functionUpdate a handler for a specific function.
delete_function_handler_v2Delete a handler from a specific functionPermanently remove an execution handler from a function.

Keyboard Shortcuts

Operation IDSummaryDescription
list_keyboard_shortcutsFetch all keyboard shortcutsList all keyboard shortcuts for the authenticated user.
update_keyboard_shortcutsUpdate keyboard shortcutsUpdate default or custom keyboard shortcuts for the authenticated user.
delete_keyboard_shortcutsDelete keyboard shortcuts customizationReset all custom keyboard shortcuts to defaults.

Map Tickers

Operation IDSummaryDescription
upsert_map_tickerAdd/Update a tickerAdd or update a ticker in the map view of a widget.
delete_map_tickerDelete a tickerDelete a ticker from the map view of a widget.

Mentions

Operation IDSummaryDescription
list_mentionsRetrieve Mentions and RepliesList messages where the authenticated user has been mentioned or replied to.
mention_userMentioning a UserMention a user in a message using their Zoho ID or email syntax.
mention_user_silentSilent mentionsSilently mention a user in a message without sending a notification.
mention_channelMentioning a ChannelMention a channel in a message to notify all its participants.
mention_all_usersMentioning all users in a channelMention all users in a channel using the @all syntax.
mention_available_usersMentioning available users in a ChannelMention all currently available users in a channel using the @available syntax.
mention_teamMentioning a TeamMention a team in a message to notify all its members.

Message Actions

Operation IDSummaryDescription
list_message_actions_v2List all message actionsList all message actions available to the user.
create_message_action_v2Create a new message actionCreate a new message action for the message context menu.
get_message_action_v2Get details of a specific message actionRetrieve details of a specific message action.
update_message_action_v2Update an existing message actionUpdate the configuration of an existing message action.
delete_message_action_v2Delete a specific message actionPermanently delete a message action and its handler.
get_message_action_handler_v2Get details of a specific message action handlerRetrieve the Deluge code and configuration of a message action handler.
update_message_action_handler_v2Update a handler for a specific message actionUpdate a handler for a specific message action.

Message Cards

Operation IDSummaryDescription
send_message_card_to_chatPost a message card to a chatSend a structured message card to a chat conversation.
send_message_card_to_channel_v2Post a message card to a channelSend a structured message card to a specific channel.

Message Format

Operation IDSummaryDescription
textmessageformatSend a formatted messageSend a formatted message to a chat using text, table, list, label, image, chart, or graph.

Messages

Operation IDSummaryDescription
list_messagesGet MessagesRetrieve messages from a chat conversation the user has access to.
get_messageRetrieve a messageRetrieve a specific message from a chat conversation.
send_message_to_chatPost message in chatPost a message to a chat or thread.
send_message_to_chat_legacyPost message in chat (by chat ID)Post a message to a chat or thread by its chat ID.
send_message_to_channelPost message in a channelPost a message to a channel using the channel's unique name.
send_message_to_userPost message to a userSend a direct message to a user by specifying their email ID.
send_message_to_botPost message to a botSend a message to a bot using its unique name.
postMessageInChannelByChannelUniqueNamePost message in a channel with CHANNEL_UNIQUE_NAMEPost a message to a channel using its unique name.
postMessageInChannelByChannelIdPost message in a channel with CHANNEL_IDPost a message to a channel using its channel ID.
update_messageEdit a messageEdit the text of an existing message in a conversation.
delete_messageDelete a messageDelete a specific message from a conversation.
delete_messagesDelete Multiple MessagesDelete multiple messages from a chat.
Forward_MessagesForward MessagesForward one or more messages from a source chat to other chats or users.
searchMessagesV3Search MessagesSearch for messages across chats with filtering by keyword, sender, date, or file.
list_reactionsGet ReactionsRetrieve all reactions on a specific message.
add_reactionAdd a reactionAdd an emoji reaction to a message in a chat.
delete_reactionDelete a reactionRemove an emoji reaction from a message.

Mobile Settings

Operation IDSummaryDescription
get_mobile_settingsGet mobile settingsRetrieve mobile notification and media settings for the authenticated user.
update_mobile_settingsUpdate mobile settingsUpdate mobile notification and media settings for the authenticated user.

My Pins

Operation IDSummaryDescription
list_chat_foldersRetrieve chat foldersList all chat folders and their pinned chats for the authenticated user.
create_chat_folderCreate a chat folderCreate a new chat folder under the My Pins section.
update_chat_folderModify a chat folderUpdate the title, symbol, or state of a chat folder.
delete_chat_folderDelete a chat folderDelete a chat folder, optionally unpinning all chats within it.
pin_chat_to_folderPin a chat to a chat folderPin a chat to the My Pins section or a specific chat folder.
reorder_chat_in_folderReorder a chat within a chat folderReorder a pinned chat within a chat folder.
reorder_chat_folderReorder a chat folderReorder a chat folder within the list of chat folders.
replace_chats_in_folderReplace chats in a chat folderReplace all chats in a chat folder with a new set of chats.
remove_chats_from_all_foldersRemove pinned chats across chat foldersRemove specific pinned chats from all chat folders.

Pin Messages

Operation IDSummaryDescription
list_pinned_messagesGet pinned messagesList all pinned messages in a chat, sorted by most recently pinned.
pin_messageAdd a pinned messagePin a message in a chat.
reorder_pinned_messagesReorder pinned messagesReorder a pinned message within the chat's pinned list.
unpin_messageDelete pinned messagesRemove one or more pinned messages from a chat.
get_pinned_messageGet primary pinned messageRetrieve the primary pinned message in a chat.

Reminders

Operation IDSummaryDescription
list_remindersGet list of all remindersList all reminders for the authenticated user.
create_reminderCreate a reminderCreate a reminder for yourself, a teammate, a chat, or a message.
get_reminderRetrieve a reminderRetrieve details of a specific reminder by its ID.
update_reminderUpdate reminder statusMark a recurring reminder as complete across all occurrences.
delete_reminderDelete a reminderDelete a reminder by its ID.
bulk_delete_remindersDelete RemindersDelete multiple reminders by their IDs.
delete_completed_remindersDelete completed remindersDelete all reminders that are marked as complete.
mark_reminder_completeMark a reminder as completeMark a reminder as complete by its ID.
mark_reminder_incompleteMark a reminder as incompleteMark a reminder as incomplete by its ID.
snooze_reminderSnooze a reminderSnooze a reminder to delay its notification.
dismiss_snoozed_reminderDismiss a snoozed reminderDismiss the snooze on a snoozed reminder.
assign_reminder_usersAssign users to a reminderAssign up to four users to a reminder.
unassign_reminder_userUnassign a user from a reminderUnassign a user from a reminder.
remind_assigneeRemind assigneeSend an immediate reminder notification to a specific assignee.
remind_assigneesRemind assigneesSend an immediate reminder notification to all pending assignees.
trigger_reminder_notificationTrigger reminder notification to assigneesImmediately notify all assignees of a reminder, bypassing the scheduled time.
list_chat_remindersGet reminders in a chatList all reminders set on messages within a specific chat.
bulk_update_remindersBatch edit remindersReschedule multiple reminders in a single request.

Remote Work

Operation IDSummaryDescription
get_remote_work_statusGet remote statusRetrieve the authenticated user's remote work check-in status.
remote_check_inTrigger Remote Check inCheck in the authenticated user as working remotely.
remote_check_outTrigger Remote Check outCheck out the authenticated user from remote work.

Roles

Operation IDSummaryDescription
list_rolesGet RolesList all roles in the organization.
create_roleCreate a RoleCreate a custom role in the organization.
get_roleRetrieve role detailsRetrieve details of a specific role.
update_roleEdit a RoleUpdate a role in the organization.
delete_roleDelete a RoleDelete a role from the organization.
list_role_permissionsGet permissions of a roleList all permissions assigned to a role.
update_role_permissionsUpdate permissions of a roleUpdate the permissions of a role.
list_role_usersGet users in a roleList all users assigned to a specific role.
add_role_usersAdd users to a roleAdd users to a specific role.
remove_role_usersDelete users from a roleRemove users from a specific role.

Scheduled Messages

Operation IDSummaryDescription
create_scheduled_messageCreate a scheduled messageSchedule a message for delivery at a future time or when a recipient's status changes.
get_scheduled_messageGet a scheduled messageRetrieve details of a specific scheduled message in a chat.
listScheduledMessagesInChatV3List scheduled messages in a chatList all scheduled messages in a specific chat or channel.
listAllScheduledMessagesV3List all scheduled messagesList all scheduled messages across all chats for the authenticated user.
editScheduledMessageV3Edit a scheduled messageUpdate the text, schedule, timezone, or attachment of a scheduled message.
sendScheduledMessagesNowV3Send scheduled messages nowImmediately send one or all pending scheduled messages in a chat.
bulkRescheduleScheduledMessagesV3Bulk reschedule scheduled messagesReschedule all time-based or status-based scheduled messages in a chat.
deleteScheduledMessageV3Delete a scheduled messageDelete a specific scheduled message by its ID.
deleteAllScheduledMessagesInChatV3Delete all scheduled messages in a chatDelete all scheduled messages in a chat in a single operation.

Schedulers

Operation IDSummaryDescription
list_schedulers_v2List all schedulersList all schedulers defined for the organization.
get_scheduler_handler_v2Get details of a specific scheduler handlerRetrieve the configuration and Deluge code of a scheduler's handler.
update_scheduler_handler_v2Update a handler for a specific schedulerUpdate the Deluge code of a scheduler's execution handler.
list_scheduler_handler_executions_v2List execution records of a specific scheduler handlerList execution records for a scheduler handler within a time range.

Slash Commands

Operation IDSummaryDescription
list_slash_commands_v2List all commandsList all custom slash commands.
create_slash_command_v2Create a slash commandCreate a new slash command.
get_slash_command_v2Get a commandRetrieve details of a specific slash command.
update_slash_command_v2Update a slash commandUpdate the configuration of an existing slash command.
delete_slash_command_v2Delete a slash commandPermanently delete a custom slash command and all its handlers.
create_slash_command_handler_v2Create a handler for a specific commandAdd a handler to an existing slash command.
get_slash_command_handler_v2Get details of a specific command handlerRetrieve the Deluge code and configuration of a slash command handler.
update_slash_command_handler_v2Update a handler for a specific commandUpdate a handler for a specific slash command.
delete_slash_command_handler_v2Delete a handler from a specific commandPermanently remove a specified handler from a slash command.

Stars

Operation IDSummaryDescription
list_starred_messagesList starred messagesList all starred messages for the authenticated user.
star_a_messageStar a Message or Update Star TypeStar a message with a specific star type.
unstar_messageUnstar a MessageRemove the star from a specified message.

Teams

Operation IDSummaryDescription
list_teamsList all TeamsList all teams in the organization.
create_teamCreate a TeamCreate a new team in the organization.
get_teamRetrieve a TeamRetrieve details of a specific team.
update_teamUpdate a TeamUpdate the details of a specific team.
delete_teamDelete a TeamDelete a team from the organization.
list_team_membersGet Team MembersList all members of a specific team.
add_team_membersAdd Team MembersAdd members to a team.
remove_team_membersDelete Team MembersRemove members from a team.

Threads

Operation IDSummaryDescription
create_thread_by_channel_idCreate and send a thread message with CHANNEL_IDCreate a thread from a message in a channel identified by its channel ID.
create_thread_by_chat_idCreate and send a thread message with CHAT_IDCreate a thread from a message in a channel identified by its chat ID.
create_thread_by_channel_nameCreate and send a thread message with CHANNEL_UNIQUE_NAMECreate a thread from a message in a channel identified by its unique name.
create_thread_in_channelCreate and send a thread messageCreate a thread from a message sent in a channel.
send_thread_messageSend a message to an existing threadSend a message to an existing thread.
send_thread_message_by_chatSend a message to an existing thread (by chat)Send a message to an existing thread by chat ID.
get_threadRetrieve thread detailsRetrieve details of a thread by its thread chat ID.
update_thread_stateUpdate the state of a threadUpdate the state or follow status of a thread.
get_thread_main_messageGet main message of a threadRetrieve the main message from which a thread was created.
list_thread_followersGet thread followersList all followers of a specific thread.
add_thread_followersAdd followers to a threadAdd one or more users as followers to a thread.
remove_thread_followersRemove followers from a threadRemove one or more users from a thread's followers list.
list_thread_non_followersGet non-followers of a threadList channel members who are not following a specific thread.
follow_threadJoin (follow) a threadFollow a thread to receive notifications for new replies.
unfollow_threadLeave (unfollow) a threadUnfollow a thread to stop receiving notifications.
list_thread_membersRetrieve members of a threadList all participants of a specific thread conversation.
leave_threadLeave a threadRemove the authenticated user from a thread conversation.
mute_threadMute a threadMute notifications for a thread while remaining an active participant.
unmute_threadUnmute a threadRestore notifications for a previously muted thread.
list_channel_threadsGet threads of a channelList all threads in a chat or channel.
auto_follow_threadAuto followConfigure auto-follow settings for all threads created in a channel.

User Fields

Operation IDSummaryDescription
list_user_fieldsGet all userfieldsList all custom user fields in the organization.
create_user_fieldAdd a userfieldCreate a new custom user field.
get_user_fieldRetrieve a particular userfieldRetrieve details of a specific user field.
update_user_fieldUpdate a userfieldUpdate the details of a specific user field.
delete_user_fieldDelete a userfieldDelete a specific user field.

User Preferences

Operation IDSummaryDescription
get_user_preferencesGet user preferencesRetrieve the full preference set for the authenticated user.
update_user_preferencesUpdate user preferencesUpdate one or more preferences for the authenticated user.

Users

Operation IDSummaryDescription
list_usersRetrieve all usersList all users in the organization.
invite_usersAdd UsersInvite one or more new users to the organization.
get_userRetrieve a particular userRetrieve details of a specific user.
update_userUpdate user detailsUpdate a user's details.
list_user_teamsFetch list of user teamsList all teams that a specific user belongs to.
list_user_field_layoutsList user field layoutsList all layout configurations for user fields.

Users Status

Operation IDSummaryDescription
list_statusesRetrieve all statusesList all custom statuses set by the authenticated user.
create_statusAdd a new statusCreate a new custom status in Cliq.
add_transient_statusAdd a transient statusSet a temporary transient status in Cliq.
delete_transient_statusDelete transient statusClear the current transient status.
get_current_statusRetrieve current statusRetrieve the authenticated user's current status.
get_user_statusRetrieve a user's statusRetrieve the current status of a specific user.
update_current_statusUpdate current statusSet a saved status as the current active status.
delete_statusDelete statusDelete a custom status.

Widgets

Operation IDSummaryDescription
get_widget_v2Get a widgetRetrieve the configuration of a specific widget.
update_widget_v2Edit a widgetUpdate the name, description, or access level of an existing widget.
get_widget_handler_v2Get details of a specific widget handlerRetrieve the Deluge code and configuration of a widget handler.
update_widget_handler_v2Update a handler for a specific widgetUpdate the Deluge code of a widget handler.
list_widget_handler_executions_v2List execution records of a specific widget handlerList execution records for a widget handler within a time range.
upsert_map_tickerAdd/Update a tickerAdd or update a ticker in the map view of a widget.
delete_map_tickerDelete a tickerDelete a ticker from the map view of a widget.