Skip to content

Commit e90e78f

Browse files
authored
Merge pull request #49941 from ecfan/metadata-bulk
Update Yammer metadata and content
2 parents 018388b + 9e725d0 commit e90e78f

File tree

1 file changed

+87
-31
lines changed

1 file changed

+87
-31
lines changed
Lines changed: 87 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,101 @@
11
---
2-
title: Add the Yammer Connector in your Azure Logic Apps | Microsoft Docs
3-
description: Overview of the Yammer Connector with REST API parameters
2+
title: Connect to Yammer from Azure Logic Apps | Microsoft Docs
3+
description: Automate tasks and workflows that monitor, post, and manage messages, feeds, and more in Yammer by using Azure Logic Apps
44
services: logic-apps
5-
documentationcenter: ''
5+
ms.service: logic-apps
6+
ms.suite: integration
67
author: ecfan
7-
manager: jeconnoc
8-
editor: ''
9-
tags: connectors
10-
8+
ms.author: estfan
9+
ms.reviewer: klam, LADocs
1110
ms.assetid: b5ae0827-fbb3-45ec-8f45-ad1cc2e7eccc
12-
ms.service: logic-apps
13-
ms.devlang: na
1411
ms.topic: article
15-
ms.tgt_pltfrm: na
16-
ms.workload: na
17-
ms.date: 05/18/2016
18-
ms.author: estfan; ladocs
19-
12+
tags: connectors
13+
ms.date: 08/25/2018
2014
---
21-
# Get started with the Yammer connector
22-
Connect to Yammer to access conversations in your enterprise network. With Yammer, you can:
2315

24-
* Build your business flow based on the data you get from Yammer.
25-
* Use triggers for when there is a new message in a group, or a feed your following.
26-
* Use actions to post a message, get all messages, and more. These actions get a response, and then make the output available for other actions. For example, when a new message appears, you can send an email using Office 365.
16+
# Monitor and manage your Yammer account by using Azure Logic Apps
17+
18+
With Azure Logic Apps and the Yammer connector,
19+
you can create automated tasks and workflows that
20+
monitor and manage messages, feeds, and more
21+
in your Yammer account, along with other actions, for example:
22+
23+
* Monitor when new messages appear in followed feeds and groups.
24+
* Get messages, groups, networks, users' details, and more.
25+
* Post and like messages.
26+
27+
You can use triggers that get responses from your Yammer account and
28+
make the output available to other actions. You can use actions that
29+
perform tasks with your Yammer account. You can also have other actions
30+
use the output from Yammer actions. For example, when new messages appear
31+
in feeds or groups, you can share those messages with the Slack connector.
32+
If you're new to logic apps, review [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md)
33+
34+
## Prerequisites
35+
36+
* An Azure subscription. If you don't have an Azure subscription,
37+
<a href="https://azure.microsoft.com/free/" target="_blank">sign up for a free Azure account</a>.
38+
39+
* Your Yammer account and user credentials
40+
41+
Your credentials authorize your logic app to create
42+
a connection and access your Yammer account.
43+
44+
* Basic knowledge about
45+
[how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md)
46+
47+
* The logic app where you want to access your Yammer account.
48+
To start with a Yammer trigger, [create a blank logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md).
49+
To use a Yammer action, start your logic app with another trigger,
50+
for example, the **Recurrence** trigger.
51+
52+
## Connect to Yammer
53+
54+
[!INCLUDE [Create connection general intro](../../includes/connectors-create-connection-general-intro.md)]
55+
56+
1. Sign in to the [Azure portal](https://portal.azure.com),
57+
and open your logic app in Logic App Designer, if not open already.
58+
59+
1. Choose a path:
60+
61+
* For blank logic apps, in the search box,
62+
enter "yammer" as your filter.
63+
Under the triggers list, select the trigger you want.
64+
65+
-or-
66+
67+
* For existing logic apps:
68+
69+
* Under the last step where you want to add an action,
70+
choose **New step**.
71+
72+
-or-
73+
74+
* Between the steps where you want to add an action,
75+
move your pointer over the arrow between steps.
76+
Choose the plus sign (**+**) that appears,
77+
and then select **Add an action**.
78+
79+
In the search box, enter "yammer" as your filter.
80+
Under the actions list, select the action you want.
81+
82+
1. If you're prompted to sign in to Yammer, sign in now
83+
and allow access.
2784

28-
Get started by creating a logic app now; see [Create a logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md).
85+
1. Provide the necessary details for your selected trigger
86+
or action and continue building your logic app's workflow.
2987

30-
## Create a connection to Yammer
31-
To use the Yammer connector, you first create a **connection** then provide the details for these properties:
88+
## Connector reference
3289

33-
| Property | Required | Description |
34-
| --- | --- | --- |
35-
| Token |Yes |Provide Yammer Credentials |
90+
For technical details about triggers, actions, and limits, which are
91+
described by the connector's OpenAPI (formerly Swagger) description,
92+
review the connector's [reference page](/connectors/yammer/).
3693

37-
> [!INCLUDE [Steps to create a connection to Yammer](../../includes/connectors-create-api-yammer.md)]
38-
>
94+
## Get support
3995

40-
## Connector-specific details
96+
* For questions, visit the [Azure Logic Apps forum](https://social.msdn.microsoft.com/Forums/en-US/home?forum=azurelogicapps).
97+
* To submit or vote on feature ideas, visit the [Logic Apps user feedback site](http://aka.ms/logicapps-wish).
4198

42-
View any triggers and actions defined in the swagger, and also see any limits in the [connector details](/connectors/yammer/).
99+
## Next steps
43100

44-
## More connectors
45-
Go back to the [APIs list](apis-list.md).
101+
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)

0 commit comments

Comments
 (0)