Explore Plans
Mobile menu Close menu
Stoat

Post a message to a channel

This action will post a message to the channel you specify.

Developer info

API endpoint slug
stoat.post_message
Filter code method
Stoat.postMessage.skip(string?: reason)
Runtime method
runAction("stoat.post_message", {})

Action fields

Channel link Text input > Other

Label
Channel link
Helper text
Right-click a channel in the Stoat app and choose Copy Link, then paste it here (e.g. https://stoat.chat/server/.../channel/...). Invite your bot to the server first.
Slug
channel_link
Required
true
Can have default value
true
Filter code method
Stoat.postMessage.setChannelLink(string: channel_link)

Message Text input > Long text

Label
Message
Helper text
The message text to post. Markdown is supported.
Slug
message
Required
true
Can have default value
true
Filter code method
Stoat.postMessage.setMessage(string: message)