Slack

The Slack component is a application connector that allows users to get and send message on Slack. It can carry out the following tasks:

#Release Stage

Alpha

#Configuration

The component configuration is defined and maintained here.

#Connection

FieldField IDTypeNote
tokentokenstringFill your token

#Supported Tasks

#Read Message

Get the latest message since specific date

InputIDTypeDescription
Task ID (required)taskstringTASK_READ_MESSAGE
Channel Name (required)channel_namestringA channel name display in Slack
Start to read datestart_to_read_datestringearliest date in all read messages
Public channelis_public_channelbooleanWhether all members can read the channel
OutputIDTypeDescription
Conversationsconversationsarray[object]An array of conversations with thread messages

#Send Message

send message to a specific channel

InputIDTypeDescription
Task ID (required)taskstringTASK_WRITE_MESSAGE
Channel Name (required)channel_namestringA channel name display in Slack
Message (required)messagestringmessage to be sent to the target channel
Public channelis_public_channelbooleanWhether all members can read the channel
OutputIDTypeDescription
Resultresultstringresult for sending message

Last updated: 5/16/2024, 9:38:32 PM