developer
10 TopicsMigration to Viva Engage
Hi Would anyone know if there are more options to upload data from our old company portal in bulk to Viva Engage other than the API? I just finished the export of the old portal and have a JSON file with all posts and links to pictures and documents. I scripted everything to download the documents and use the ID of the post as filenames so I can add them back. Drawback of using the API is that you can't post on behalf of someone else so all user related data is lost nor can you set the date on which the post is originally created. Any tips would be welcome. Thanks!1.2KViews0likes4CommentsHow to remove publisher prompt from viva engage feed
Hi, i am wondering, if it is possible to remove the publisher prompt from my viva-engage feed? In the 'Conversations'-WebPart there is this Button to change it. Is there a way to control it for the viva-embeded feed created through https://go.microsoft.com/fwlink/?linkid=2165796? Thanks in advance, J.58Views1like1CommentCreate feed from Viva Engage to intranet
Hi, We are upgrading our intranet and we want to include a feed from Viva Engage (e.g. JSON or XML) to our intranet from a particular channel that we have created. https://engage.cloud.microsoft/main/org/investni.com/groups/eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMDYyODQ2NTI1NDQifQ/new How would I do that? Thank you for your time, Ollie50Views1like2CommentsWhy can't I see Own Posts in Viva engage home feed?
Hello! I am not able to see own posts among the other posts featured in the viva engage home feed. Only when I navigate to my profile then I am able to see them. Even after switching to 'All Conversations' own posts are not visible no matter how deep we scroll down. Similar behavior is observed by other team members as well. Is that a default Viva engage feature and if not then kindly please mention how it can be accessed or rectified. Thanks!627Views0likes1CommentHello, how could I obtain the access data in Viva Engage through the API?
The data I currently obtain through the API only include the number of likes, but not the number of visitors. What kind of request should be sent to obtain the number of visitors to each Question(data circled in red in image)?376Views0likes0CommentsBest way to retrieve a list of all VE Communities via an API?
I am trying to retrieve the list of all VE Communities (Public and Private) in a network via an API. Based on the documentation here About the Yammer REST API - Yammer | Microsoft Learn I have used the exports endpoint Network Data Export - Yammer | Microsoft Learn and I have found and been using an undocumented groups.json endpoint https://www.yammer.com/api/v1/groups.json What is the recommended way of achieving this goal via an API?Solved2.1KViews0likes5CommentsCustom Viva Engage tiles/banners
Hey guys, is it possible to include custom tiles or static banners inside a viva engage community separated from a post? E.g. for notification for all users, like in the following screenshot (somewhere within the red squares): Thanks so much and best regards.1.3KViews0likes2CommentsGenerating an Administrator Token
The administrator functions built into Yammer work well, but what if you want to perform an administrator function outside of what's built for you? If you ask around, you may find someone advising you to take advantage of the REST API, but if you don't know where to start, then you've come to the right place. Because you can't fully use the REST API and you can't run any of the scripts posted in this community if you don't have a token. This token is like your username and password, and is what allows you to tell Yammer that the script you're running is you. Getting one of these things used to be relatively complicated, but is much simpler now. Step 1: Log into Yammer normally, then click this - https://www.yammer.com/client_applications Step 2: Click the big green box, Register a New App Step 3: Fill in the form. The name can be whatever you want, and the organization and email should match what is approprate for your organization. I always use Yammer as the redirect URI. Step 4: Now you're on the information screen and can go get your token. On the bottom of the screen is a link called "Generate a developer token for this application". Click that. Like magic, your very own scripting token will now appear. Copy and paste that into something safe and secure. Remember, this is your username and password all rolled up into one, and if someone gets that, they can perform the same functions on your network as you can. Guard it carefully. And then use it for the scripts you'll find elsewhere in this community. Enjoy!8.5KViews2likes4Comments