Skip to content
Snippets Groups Projects
Commit 0ad669bb authored by Drew Blessing's avatar Drew Blessing
Browse files

Merge branch 'slack-help-text' into 'master'

Add a help text to the Slack Service

When setting up the service I was not sure which webhook I should use, by adding
this Help text I hope we can help people in the future with setting up this hook

See merge request !1302
parents 400b3d26 34e1ce13
No related branches found
No related tags found
No related merge requests found
Loading
@@ -34,6 +34,12 @@ class SlackService < Service
Loading
@@ -34,6 +34,12 @@ class SlackService < Service
'slack' 'slack'
end end
   
def help
'This service sends notifications to your Slack channel.<br/>
To setup this Service you need to create a new <b>"Incoming webhook"</b> in your Slack integration panel,
and enter the Webhook URL below.'
end
def fields def fields
[ [
{ type: 'text', name: 'webhook', { type: 'text', name: 'webhook',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment