This action posts a message in the selected chat.
- API endpoint slug
- zohocliq.message
- Filter code method
- Zohocliq.message.skip(string?: reason)
- Runtime method
- runAction("zohocliq.message", {})
Action fields
- Label
- Select a Chat
- Helper text
- Required
- Slug
- id
- Required
- true
- Can have default value
- false
- Label
- Text
- Helper text
- Required
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- Zohocliq.message.setText(string: text)
- Label
- Title
- Slug
- title
- Required
- false
- Can have default value
- true
- Filter code method
- Zohocliq.message.setTitle(string: title)
- Label
- Card Theme
- Slug
- theme
- Required
- false
- Can have default value
- true
- Filter code method
- Zohocliq.message.setTheme(string: theme)
- 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
- Zohocliq.message.setWebUrl(string: webUrl)
- Label
- Thumbnail URL
- Slug
- thumbnail_url
- Required
- false
- Can have default value
- true
- Filter code method
- Zohocliq.message.setThumbnailUrl(string: thumbnailUrl)