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_au.message
- Filter code method
- ZohocliqAu.message.skip(string?: reason)
- Runtime method
- runAction("zohocliq_au.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
- ZohocliqAu.message.setText(string: text)
Title Text input > Title
- Label
- Title
- Slug
- title
- Required
- false
- Can have default value
- true
- Filter code method
- ZohocliqAu.message.setTitle(string: title)
Theme Dropdown list
- Label
- Card Theme
- Slug
- theme
- Required
- false
- Can have default value
- true
- Filter code method
- ZohocliqAu.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
- ZohocliqAu.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
- ZohocliqAu.message.setThumbnailUrl(string: thumbnailUrl)