Sendbird · Arazzo Workflow
Sendbird Reply to the Latest Message in a Channel
Version 1.0.0
Read the most recent messages in a channel and post a reply.
Provider
Workflows
reply-to-latest-message
Inspect recent channel messages and reply when any exist.
Lists recent messages in a channel and branches: when messages are present it sends a reply, otherwise it ends without posting.
1
listRecent
listMessages
List the most recent messages in the channel.
2
postReply
sendMessage
Post the reply text into the channel from the sender.