Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 767 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 767 Bytes

Yammer Setup

See Yammers's REST API Docs for information on how to post a message.

  1. Create a yammer app
  2. Get a bearer token
  3. Get your group id to post under a specific topic in yammer.
  4. Enable the Yammer provider by setting providers.yammer.enabled to true.

Example Config

providers:
  yammer:
    enabled: true
    APIURL: https://www.yammer.com/api/v1/messages.json
    groupID: 123456
    token: somesecrettext
    messageType: update
    title: AWS News