Sha256: 027f70efe502e54b55017687be102e937858a3700d0a9d9faa1d46482a351300

Contents?: true

Size: 869 Bytes

Versions: 22

Compression:

Stored size: 869 Bytes

Contents

SLACK OBJECT TYPE
  NAME: slack
  SHORTCUT: slack

  DESCRIPTION
    Send message to channel in Slack.

  CHILDREN
    uri - string - 'https://hooks.slack.com/services/...'
      The URI with access to the Slack channel.
    message - string - 'textual message'
      Message to send to Slack.
    username - string - 'Slack Bot'
      Attribute the message to this user.
    channel - string - 'general'
      The name of the channel for the post.
    icon_emoji - string - ':ghost:'
      The emoji to use for the attribution.

  MESSAGES
    run - Post the message to Slack.

  EXAMPLE

    slack [slack] :
    	uri [string] : https://hooks.slack.com/services/MYTOKEN
    	message [string] : Slackbot is here to help!
    	username [string] : SlackBot
    	channel [string] : general
    	icon_emoji [string] : :ghost:

  SEE ALSO
    http_get, http_post, json, uri

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/web/slack.txt
gloo-1.0.0 lib/gloo/help/objs/web/slack.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/web/slack.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/web/slack.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/web/slack.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/web/slack.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/web/slack.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/web/slack.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/web/slack.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/web/slack.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/web/slack.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/web/slack.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/web/slack.txt
gloo-0.8.0 lib/gloo/help/objs/web/slack.txt
gloo-0.7.7 lib/gloo/help/objs/web/slack.txt
gloo-0.7.6 lib/gloo/help/objs/web/slack.txt
gloo-0.7.5 lib/gloo/help/objs/web/slack.txt
gloo-0.7.4 lib/gloo/help/objs/web/slack.txt
gloo-0.7.3 lib/gloo/help/objs/web/slack.txt
gloo-0.7.2 lib/gloo/help/objs/web/slack.txt