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

target_slack

Marcel Kloubert edited this page Jul 7, 2018 · 4 revisions

Home >> Targets >> slack

Slack

Uploads to a Slack workspace / channel.

{
    "deploy.reloaded": {
        "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.

* supports placeholders

Clone this wiki locally