Skip to content

Commit 8023960

Browse files
authored
Merge pull request #49960 from ecfan/metadata-1
Update Wunderlist metadata and content
2 parents 566eff4 + 9222339 commit 8023960

File tree

2 files changed

+91
-30
lines changed

2 files changed

+91
-30
lines changed
Lines changed: 90 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,104 @@
11
---
2-
title: Wunderlist connector i n Azure logic apps | Microsoft Docs
3-
description: Create a connection to Wunderlist, and use this connection to build your workflow in logic apps.
2+
title: Connect to Wunderlist from Azure Logic Apps | Microsoft Docs
3+
description: Automate tasks and workflows that monitor and manage lists, tasks, reminders, and more in your Wunderlist account by using Azure Logic Apps
44
services: logic-apps
5-
documentationcenter: .net,nodejs,java
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: e4773ecf-3ad3-44b4-a1b5-ee5f58baeadd
12-
ms.service: logic-apps
13-
ms.devlang: multiple
1411
ms.topic: article
15-
ms.tgt_pltfrm: na
16-
ms.workload: integration
17-
ms.date: 08/18/2016
18-
ms.author: estfan; ladocs
19-
12+
tags: connectors
13+
ms.date: 08/25/2018
2014
---
21-
# Get started with the Wunderlist connector
22-
Wunderlist is a todo list and task manager to help users complete their tasks. Whether you’re sharing a grocery list, working on a project, or planning a vacation, Wunderlist makes it easy to capture, share, and complete your list items. Wunderlist instantly syncs between your phone, tablet, and computer, so you can access all your tasks from anywhere.
2315

24-
Get started by creating a logic app now; see [Create a logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md).
16+
# Monitor and manage Wunderlist by using Azure Logic Apps
17+
18+
With Azure Logic Apps and the Wunderlist connector,
19+
you can create automated tasks and workflows that monitor
20+
and manage todo lists, tasks, reminders, and more in your
21+
Wunderlist account, along with other actions, for example:
22+
23+
* Monitor when new tasks get created, when tasks are due, or reminders happen.
24+
* Create and manage lists, notes, tasks, subtasks, and more.
25+
* Set reminders.
26+
* Get lists, tasks, subtasks, reminders, files, notes, comments, and more.
27+
28+
[Wunderlist](https://www.wunderlist.com/) is a service that helps you plan,
29+
manage, and finish your projects, todo lists, and tasks - on any device, anywhere.
30+
You can use triggers that get responses from your Wunderlist account
31+
and make the output available to other actions. You can use actions
32+
that perform tasks with your Wunderlist account. You can also have
33+
other actions use the output from Wunderlist actions. For example,
34+
when new tasks are due, you can post messages with the Slack connector.
35+
If you're new to logic apps, review [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md)
36+
37+
## Prerequisites
38+
39+
* An Azure subscription. If you don't have an Azure subscription,
40+
<a href="https://azure.microsoft.com/free/" target="_blank">sign up for a free Azure account</a>.
41+
42+
* Your Wunderlist account and user credentials
43+
44+
Your credentials authorize your logic app to create
45+
a connection and access your Wunderlist account.
46+
47+
* Basic knowledge about
48+
[how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md)
49+
50+
* The logic app where you want to access your Yammer account.
51+
To start with a Wunderlist trigger, [create a blank logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md).
52+
To use a Wunderlist action, start your logic app with another trigger,
53+
for example, the **Recurrence** trigger.
54+
55+
## Connect to Wunderlist
56+
57+
[!INCLUDE [Create connection general intro](../../includes/connectors-create-connection-general-intro.md)]
58+
59+
1. Sign in to the [Azure portal](https://portal.azure.com),
60+
and open your logic app in Logic App Designer, if not open already.
61+
62+
1. Choose a path:
63+
64+
* For blank logic apps, in the search box,
65+
enter "wunderlist" as your filter.
66+
Under the triggers list, select the trigger you want.
67+
68+
-or-
69+
70+
* For existing logic apps:
71+
72+
* Under the last step where you want to add an action,
73+
choose **New step**.
74+
75+
-or-
76+
77+
* Between the steps where you want to add an action,
78+
move your pointer over the arrow between steps.
79+
Choose the plus sign (**+**) that appears,
80+
and then select **Add an action**.
81+
82+
In the search box, enter "wunderlist" as your filter.
83+
Under the actions list, select the action you want.
84+
85+
1. If you're prompted to sign in to Wunderlist,
86+
sign in now so you can allow access.
2587

26-
## Create a connection to Wunderlist
27-
To create Logic apps with Wunderlist, you must first create a **connection** then provide the details for the following properties:
88+
1. Provide the necessary details for your selected trigger
89+
or action and continue building your logic app's workflow.
2890

29-
| Property | Required | Description |
30-
| --- | --- | --- |
31-
| Token |Yes |Provide Wunderlist Credentials |
91+
## Connector reference
3292

33-
After you create the connection, you can use it to execute the actions and listen for the triggers.
93+
For technical details about triggers, actions, and limits, which are
94+
described by the connector's OpenAPI (formerly Swagger) description,
95+
review the connector's [reference page](/connectors/wunderlist/).
3496

35-
> [!INCLUDE [Steps to create a connection to Wunderlist](../../includes/connectors-create-api-wunderlist.md)]
36-
>
97+
## Get support
3798

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

40-
View any triggers and actions defined in the swagger, and also see any limits in the [connector details](/connectors/wunderlist/).
102+
## Next steps
41103

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

articles/connectors/connectors-create-api-yammer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ and open your logic app in Logic App Designer, if not open already.
8080
Under the actions list, select the action you want.
8181

8282
1. If you're prompted to sign in to Yammer, sign in now
83-
and allow access.
83+
sign in now so you can allow access.
8484

8585
1. Provide the necessary details for your selected trigger
8686
or action and continue building your logic app's workflow.

0 commit comments

Comments
 (0)