AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
SendieSendie

Create new post in room

This action will post inside of a room you are a member of.

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 will post inside of a room you are a member of.
API endpoint slug
sendie.post_to_room
Filter code method
Sendie.postToRoom.skip(string?: reason)
Runtime method
runAction("sendie.post_to_room", {})

Action fields

Which room Dropdown list

Label
Which Room?
Helper text
Which Room to post in?
Slug
which_room
Required
true
Can have default value
false

Body Text input > Long text

Label
What to post?
Helper text
Text content of the post you want to create
Slug
body
Required
true
Can have default value
true
Filter code method
Sendie.postToRoom.setBody(string: body)