Posts

Showing posts from April, 2021

Adding Members in Yammer community using MS flows

Image
Here we will know how to add members to a yammer group using ms flows. Please following the following steps: Step 1:  We need to register the yammer application .               Follow the steps from the link and get the Bearer token from it.                  Generate the Token from it.                     Step 2: Create a blank ms flow with a button trigger. Step3: Initialize a String and add the following content into the string variable.         "  https://www.yammer.com/api/v1/group_memberships.json?group_id={Yammer group id}&email={O365 Email id}" Note: Yammer group id will be in form of integer eg; 6*********6 Step 4: Add an HTTP Action next to it and do the following. Step 5: Now trigger the flow you will get members added into the yammer community. 

Create a Yammer Group though MS flows

Image
 To Create a Yammer Group using MS flows. Proceed with the following steps: Step1: Register a Yammer Group  follow the registration process. Step2: After Registration, Generate the bearer Token id,   Integration                                                                                                                                                                                                                             Step 3: Create an MS with a button Trigger. Step 4: Initialise a string Variable. with the following a string content                 " https://www.yammer.com/api/v1/groups.json?name={Group Name}&private=true&show_in_directory=true" Step 5: Add an HTTP Request Action to create a yammer group. refer the following pic     Add the headers as well  NOTE: The User should the network admin of yammer Step 6: Execute the flow you will get the yammer group created through MS flow.