Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1 KB

README.md

File metadata and controls

25 lines (15 loc) · 1 KB

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.