Skip to content

Nopik/slack-notification-resource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack notification sending resource

Sends messages to Slack.

Source Configuration

  • url: Required. The webhook URL as provided by Slack. Usually in the form: https://hooks.slack.com/services/XXXX

Behavior

out: Sends message to Slack.

Send message to Slack, with the configured parameters.

Parameters

  • text: Required. Text of the message to send. Can contain links in form <http://example.com> or <http://example.com|Click here!>
  • channel: Optional. Override channel to send message to. #channel and @user forms are allowed.
  • username: Optional. Override name of the sender of the message.
  • icon_url: Optional. Override icon by providing URL to the image.
  • icon_emoji: Optional. Override icon by providing emoji code (e.g. :ghost:).

Deploy with BOSH

See https://github.com/cloudfoundry-community/slack-notification-resource-boshrelease for a BOSH release and instructions for integrating this resource into your Concourse via BOSH.

About

Concourse CI resource for sending notifications to Slack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%