New services
Explore Plans
Mobile menu Close menu
Zoho Cliq (Europe)Zoho Cliq (Europe)

Post message in Zoho Cliq

This action posts a message in the selected chat.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action posts a message in the selected chat.
API endpoint slug
zohocliq_eu.message
Filter code method
ZohocliqEu.message.skip(string?: reason)
Runtime method
runAction("zohocliq_eu.message", {})

Action fields

ID Nested dropdown list

Label
Select a Chat
Helper text
Required
Slug
id
Required
true
Can have default value
false

Text Text input > Long text

Label
Text
Helper text
Required
Slug
text
Required
true
Can have default value
true
Filter code method
ZohocliqEu.message.setText(string: text)

Title Text input > Title

Label
Title
Slug
title
Required
false
Can have default value
true
Filter code method
ZohocliqEu.message.setTitle(string: title)

Theme Dropdown list

Label
Card Theme
Slug
theme
Required
false
Can have default value
true
Filter code method
ZohocliqEu.message.setTheme(string: theme)

Web URL Text input > Link

Label
External Link
Helper text
The external link added here is the URL that will be linked with the card button.
Slug
web_url
Required
false
Can have default value
true
Filter code method
ZohocliqEu.message.setWebUrl(string: webUrl)

Thumbnail URL Text input > Photo

Label
Thumbnail URL
Slug
thumbnail_url
Required
false
Can have default value
true
Filter code method
ZohocliqEu.message.setThumbnailUrl(string: thumbnailUrl)