sym.sdk.integrations.slack.send_thread_message

sym.sdk.integrations.slack.send_thread_message(message: str) None

Sends a simple message as a threaded reply to the current request message in Slack.

Parameters

message – The text contents of the message to send.

Raises

SlackError – If the current request was not sent to Slack via get_request_notifications or get_approvers, so there is no message to reply to.