AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
ArattaiArattai

Post a message

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
arattai.message
Filter code method
Arattai.message.skip(string?: reason)
Runtime method
runAction("arattai.message", {})

Action fields

ID Nested dropdown list

Label
Select a chat
Helper text
Select a group chat or channel you manage
Slug
id
Required
true
Can have default value
false

Text Text input > Long text

Label
Text
Helper text
Message to be posted
Slug
text
Required
true
Can have default value
true
Filter code method
Arattai.message.setText(string: text)

Unfurl Dropdown list

Label
Link preview
Helper text
Allow preview of links
Slug
unfurl
Required
false
Can have default value
true
Filter code method
Arattai.message.setUnfurl(string: unfurl)