Slack

Slack icon

Slack is a workplace chat app for sharing messages, tools, and files with a team, organized by channel.

Triggers

Trigger

Configuration fields

Data type

Required?

Data sent from webhook - New data was sent by a Slack webhook

 

 

 

Actions

Action

Configuration fields

Data type

Required?

Post message (quick) - Post a quick message to a Slack channel

Message Attachments - Add more context to a message, making them more useful and effective

Copy
[
    {
        "text": "This is a slack message attachment",
        "color": "#414b82",
        "title": "Title of the attachment",
        "thumb_url": "https://flow.connect.claris.com/img/claris.png",
        "fields": [
            {
                "title": "Short attachment field",
                "value": "Hello world!",
                "short": false
            },
            {
                "title": "Long attachment field",
                "value": "Helloooooooooo world!!!",
                "short": true
            }
        ]
    }
]

 

 

Channel - Select the channel

Choice

Checkmark icon, required field

Message - The body of the message

New support request

String

Checkmark icon, required field

Icon URL - URL to an image to use as the icon for this message

https://connect.claris.com/img/claris.png

String

 

Post message (advanced) - Post a message with details to a Slack channel

Channel - Select the channel

Choice

Checkmark icon, required field

Message - The body of the message

New support request

String

Checkmark icon, required field

Icon URL - URL to an image to use as the icon for this message

https://connect.claris.com/img/claris.png

String

 

Message Attachments - Add more context to a message, making them more useful and effective

Copy
[
    {
        "text": "This is a slack message attachment",
        "color": "#414b82",
        "title": "Title of the attachment",
        "thumb_url": "https://flow.connect.claris.com/img/claris.png",
        "fields": [
            {
                "title": "Short attachment field",
                "value": "Hello world!",
                "short": false
            },
            {
                "title": "Long attachment field",
                "value": "Helloooooooooo world!!!",
                "short": true
            }
        ]
    }
]

Array

 

Create channel - Add a new channel in Slack

Name - The name of the channel to create

support

String

Checkmark icon, required field

Invite user to channel - Invite a new user to a Slack channel

Channel - Select the channel

Choice

Checkmark icon, required field

User - Select the user

Choice

Checkmark icon, required field

Invite user to group - Invite a user to a group

Group - Select the channel

Choice

Checkmark icon, required field

User - Select the user

Choice

Checkmark icon, required field

Find user by ID - Return a user profile by their ID

User - The user is

Example: U0FKDG997

String

Checkmark icon, required field