This action will post inside of a room you are a member of.
Developer info
- 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)