Back to Yammer Integrations
Handler · Version 2

Yammer Group Create Yammer

Download GitHub

About

This handler creates a new group on the domain that the inputted access token (as an info value) is tied to. If you want the group to be private, input true for the "Private" parameter. If not, the group will just be a standard public 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
Group Name The name of the group that you want to create. Sample Group
Private True if this is a private group and false if it will be public. true
Changelog

Yammer Group Create V1 (2012-06-19)

  • Initial version. See README for details.

Yammer Group Create 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