Back to Yammer Integrations
Handler · Version 2

Yammer Message Post Yammer

Download GitHub

About

This handler posts a new message to the domain that the inputted access token (as an info value) is tied to. If you want to post to a specific Group, input the group name and the handler will automatically find the group id using an extra REST call, which is needed to post to a specific group. Any errors that happen in this process will be caught and re-raised by the handler.

How to retrieve your Access Token

If you have already registered Kinetic Task with your Yammer network, or if you receive a message stating that the "Application Name is already in use", you can view your list of registered applications at: https://www.yammer.com/client_applications Click on your application details to get your client id and client secret.

Configurations
Name Description Sample
access_token The Yammer Access Token that you have obtained previously (instructions in the README)
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Message The message that you want to post to Yammer. This is a test message
Group Name The name of the group that the message should be posted to (leave blank if posting to main network page). Testing Group
Changelog

Yammer Message Post V1 (2012-06-21)

  • Initial version. See README for details.

Yammer Message Post V2 (2013-09-06)

  • Changed authentication method as well as transitioned from using the yammer gem to using the REST Client gem.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top