Skip to content

Slack

Reference


Slack is a messaging platform for teams to communicate and collaborate.

Categories: [communication, developer-tools]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Actions

Send message

Sends a message to a public channel, private channel, or existing direct message conversation.

Properties

NameTypeControl TypeDescription
ChannelSTRINGSELECTChannel, private group, or IM channel to send message to.
MessageSTRINGTEXT_AREAThe text of your message.

Output

Type: OBJECT

Properties

TypeControl Type
BOOLEANSELECT
STRINGTEXT
STRINGTEXT
{STRING(user), STRING(type), STRING(ts), STRING(text), STRING(team), STRING(subtype)}OBJECT_BUILDER
STRINGTEXT
{[STRING](messages)}OBJECT_BUILDER

Send direct message

Sends a direct message to another user in a workspace. If it hasn’t already, a direct message conversation will be created.

Properties

NameTypeControl TypeDescription
UserSTRINGSELECTUser to send the direct message to.
MessageSTRINGTEXT_AREAThe text of your message.

Output

Type: OBJECT

Properties

TypeControl Type
BOOLEANSELECT
STRINGTEXT
STRINGTEXT
{STRING(user), STRING(type), STRING(ts), STRING(text), STRING(team), STRING(subtype)}OBJECT_BUILDER
STRINGTEXT
{[STRING](messages)}OBJECT_BUILDER