Post to Zoho Cliq when an Android SMS matches a keyword
This action posts a message in the selected chat.
Developer info
- API endpoint slug
- zohocliq.message
- Filter code method
- Zohocliq.message.skip(string?: reason)
- Runtime method
- runAction("zohocliq.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
- Zohocliq.message.setText(string: text)
Title Text input > Title
- Label
- Title
- Slug
- title
- Required
- false
- Can have default value
- true
- Filter code method
- Zohocliq.message.setTitle(string: title)
Theme Dropdown list
- Label
- Card Theme
- Slug
- theme
- Required
- false
- Can have default value
- true
- Filter code method
- Zohocliq.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
- Zohocliq.message.setWebUrl(string: web_url)
Thumbnail url Text input > Photo
- Label
- Thumbnail URL
- Slug
- thumbnail_url
- Required
- false
- Can have default value
- true
- Filter code method
- Zohocliq.message.setThumbnailUrl(string: thumbnail_url)