Slack
App Overview
Slack is not just a tool for sending messages. It's a collaborative space that brings together your teams, their tools, your customers and partners, regardless of your schedule or location.
Getting Started: Installations
Name | Type | Description | Exemple | Hidden |
---|---|---|---|---|
botToken | string | The token of the bot installed on your Slack server. | true |
App Items
Events
Throwing Events
Send Message
Send a message recipients that can be either a slack user or channel
Inputs
Name | Type | Description | Exemple | Required |
---|---|---|---|---|
recipients | array | true | ||
body | string | Body will be the content of your message in markdown | Hello World ! | false |
isFrom | boolean | From information will be added at the start of the message. Sender of the message will always be the bot account configured for this installation | false | |
from | object | false | ||
isAttachments | boolean | Attachments will be added to the message | false | |
attachments | array | Attachments will be added to the message | false | |
isBlockKitBuilder | boolean | Must be a JSON array of blocks. Each block must have a type, other properties depend on the type of block | false | |
blockKitBuilder | string | false |
Outputs
Name | Type | Description | Exemple |
---|---|---|---|
recipientsNotFound | array |
Version(s)
1.0.3 