Reply to a message by creating or adding to a thread
Schema.slack.functions.ReplyInThread
slack#/functions/reply_in_thread
true
false
Based on certain conditions, you can reply to a message in-thread.
const replyInThreadStep = ExampleWorkflow.addStep(
Schema.slack.functions.ReplyInThread,
{
message_context: sendMessageStep.outputs.message_context,
reply_broadcast: false,
message: "Thank you for submitting a message to #sos, Gilligan. Your request for help will be handled in the order received.",
},
);