Skip to content

Instantly share code, notes, and snippets.

@GeradeDev
Created February 1, 2018 20:59
Show Gist options
  • Select an option

  • Save GeradeDev/e2288b01dbd20a041daf02f4f94342f7 to your computer and use it in GitHub Desktop.

Select an option

Save GeradeDev/e2288b01dbd20a041daf02f4f94342f7 to your computer and use it in GitHub Desktop.
build-task-inputs
"inputs": [
{
"name": "webhookurl",
"type": "string",
"label": "Slack Webhook URL",
"defaultValue": "",
"required": true,
"helpMarkDown": ""
},
{
"name": "target",
"type": "string",
"label": "Target Slack channel, group or username",
"defaultValue": "",
"required": false,
"helpMarkDown": "channel/username example: #general, @everyone"
}
{
"name": "sender",
"type": "string",
"label": "The 'from' name",
"defaultValue": "VSTS - Slack messenger",
"required": false,
"helpMarkDown": ""
},
{
"name": "messageBody",
"type": "string",
"label": "The message you want to send",
"defaultValue": "",
"required": true,
"helpMarkDown": ""
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment