Sha256: 74f1bba6a62931e6f009f9a60666b3d04a924e951901e657955f0a0ea3b3234c

Contents?: true

Size: 702 Bytes

Versions: 22

Compression:

Stored size: 702 Bytes

Contents

TEAMS OBJECT TYPE
  NAME: teams
  SHORTCUT: team

  DESCRIPTION
    Send message to channel in Teams.

  CHILDREN
    uri - string - 'https://outlook.office.com/webhook/...'
      The URI with access to the Teams channel.
    title - string
      Message title; header.
    color - string - '008000'
      Color theme for the message.
    message - string
      The message to post in Teams.

  MESSAGES
    run - Post the message to Teams.

  EXAMPLE

    team [teams] :
    	uri [string] : https://outlook.office.com/webhook/MYTOKEN/IncomingWebhook/MYTOKEN
    	title [string] : Success
    	color [string] : 008000
    	message [string] : This worked!

  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/teams.txt
gloo-1.0.0 lib/gloo/help/objs/web/teams.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/web/teams.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/web/teams.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/web/teams.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/web/teams.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/web/teams.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/web/teams.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/web/teams.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/web/teams.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/web/teams.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/web/teams.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/web/teams.txt
gloo-0.8.0 lib/gloo/help/objs/web/teams.txt
gloo-0.7.7 lib/gloo/help/objs/web/teams.txt
gloo-0.7.6 lib/gloo/help/objs/web/teams.txt
gloo-0.7.5 lib/gloo/help/objs/web/teams.txt
gloo-0.7.4 lib/gloo/help/objs/web/teams.txt
gloo-0.7.3 lib/gloo/help/objs/web/teams.txt
gloo-0.7.2 lib/gloo/help/objs/web/teams.txt