Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

target_slack

Marcel Kloubert edited this page Nov 27, 2017 · 6 revisions

Home >> Targets >> slack

Slack

Uploads to a Slack workspace / channel.

{
    "deploy": {
        // ...

        "targets": [
            {
                "name": "My Slack workspace",
                "type": "slack",
                
                "token": "<YOUR API TOKEN>",
                "channels": "A1B2C3D4E"
            }
        ]
    }
}
Name Description
channels One or more channel IDs to deploy to.
token The API token to use.
Clone this wiki locally