grunt-slack-hook
grunt-slack-hook copied to clipboard
Results
2
grunt-slack-hook issues
Sort by
recently updated
recently updated
newest added
Creating rich message layouts https://api.slack.com/messaging/composing/layouts#building-attachments
Slack has changed incoming webhooks URL's, therefore, I would replace: ``` javascript url = 'https://' + options.domain + '.slack.com/services/hooks/incoming-webhook?token=' + options.token, ``` by ``` javascript url = options.endpoint ? options.endpoint...