Skip to main content

Send message in Slack

Send a message in Slack

Application

  • Slack

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Channel IDChannel, private group, or IM channel to send message toText(Short)YesC1234567890
MessageContent of the message being sent. Markdown can be used to apply styling. https://api.slack.com/reference/surfaces/formatting#basicsText(Long)YesThis message contains a URL http://example.com/
Attachment 1Attachment to include in the messageFileNo
Attachment 2Attachment to include in the messageFileNo
Attachment 3Attachment to include in the messageFileNo
Thread IDTimestamp of the thread’s parent message. Use this to reply to a thread in SlackText(Short)No1503435956.000247
Broadcast thread message?Used in conjunction with Thread ID and indicates whether reply should be made visible to everyone in the channel or conversationTrue/FalseNoTrue

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Message IDTimestamp of the message sentText(Short)Yes1503435956.000247

Outcomes

NameDescription
SuccessThis status is selected when the Slack message is successfully sent
Impossible to CompleteThis status is selected in the event of the following scenario:channel_not_found error is receivedThread ID is not found

Requirements

  • N/A