|
1 | 1 | ---
|
2 |
| -title: Connect to Wunderlist from Azure Logic Apps |
| 2 | +title: Connect to Wunderlist |
3 | 3 | description: Automate tasks and workflows that monitor and manage lists, tasks, reminders, and more in your Wunderlist account by using Azure Logic Apps
|
4 | 4 | services: logic-apps
|
5 | 5 | ms.suite: integration
|
6 |
| -ms.reviewer: klam, logicappspm |
| 6 | +ms.reviewer: jonfan, logicappspm |
7 | 7 | ms.topic: article
|
8 |
| -ms.date: 08/25/2018 |
| 8 | +ms.date: 05/06/2020 |
9 | 9 | tags: connectors
|
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | # Monitor and manage Wunderlist by using Azure Logic Apps
|
13 | 13 |
|
14 |
| -With Azure Logic Apps and the Wunderlist connector, |
15 |
| -you can create automated tasks and workflows that monitor |
16 |
| -and manage todo lists, tasks, reminders, and more in your |
17 |
| -Wunderlist account, along with other actions, for example: |
18 |
| - |
19 |
| -* Monitor when new tasks get created, when tasks are due, or reminders happen. |
20 |
| -* Create and manage lists, notes, tasks, subtasks, and more. |
21 |
| -* Set reminders. |
22 |
| -* Get lists, tasks, subtasks, reminders, files, notes, comments, and more. |
23 |
| - |
24 |
| -[Wunderlist](https://www.wunderlist.com/) is a service that helps you plan, |
25 |
| -manage, and finish your projects, todo lists, and tasks - on any device, anywhere. |
26 |
| -You can use triggers that get responses from your Wunderlist account |
27 |
| -and make the output available to other actions. You can use actions |
28 |
| -that perform tasks with your Wunderlist account. You can also have |
29 |
| -other actions use the output from Wunderlist actions. For example, |
30 |
| -when new tasks are due, you can post messages with the Slack connector. |
31 |
| -If you're new to logic apps, review [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md) |
32 |
| - |
33 |
| -## Prerequisites |
34 |
| - |
35 |
| -* An Azure subscription. If you don't have an Azure subscription, |
36 |
| -[sign up for a free Azure account](https://azure.microsoft.com/free/). |
37 |
| - |
38 |
| -* Your Wunderlist account and user credentials |
39 |
| - |
40 |
| - Your credentials authorize your logic app to create |
41 |
| - a connection and access your Wunderlist account. |
42 |
| - |
43 |
| -* Basic knowledge about |
44 |
| -[how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md) |
45 |
| - |
46 |
| -* The logic app where you want to access your Yammer account. |
47 |
| -To start with a Wunderlist trigger, [create a blank logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md). |
48 |
| -To use a Wunderlist action, start your logic app with another trigger, |
49 |
| -for example, the **Recurrence** trigger. |
50 |
| - |
51 |
| -## Connect to Wunderlist |
52 |
| - |
53 |
| -[!INCLUDE [Create connection general intro](../../includes/connectors-create-connection-general-intro.md)] |
54 |
| - |
55 |
| -1. Sign in to the [Azure portal](https://portal.azure.com), |
56 |
| -and open your logic app in Logic App Designer, if not open already. |
57 |
| - |
58 |
| -1. Choose a path: |
59 |
| - |
60 |
| - * For blank logic apps, in the search box, |
61 |
| - enter "wunderlist" as your filter. |
62 |
| - Under the triggers list, select the trigger you want. |
63 |
| - |
64 |
| - -or- |
65 |
| - |
66 |
| - * For existing logic apps: |
67 |
| - |
68 |
| - * Under the last step where you want to add an action, |
69 |
| - choose **New step**. |
70 |
| - |
71 |
| - -or- |
72 |
| - |
73 |
| - * Between the steps where you want to add an action, |
74 |
| - move your pointer over the arrow between steps. |
75 |
| - Choose the plus sign (**+**) that appears, |
76 |
| - and then select **Add an action**. |
77 |
| - |
78 |
| - In the search box, enter "wunderlist" as your filter. |
79 |
| - Under the actions list, select the action you want. |
80 |
| - |
81 |
| -1. If you're prompted to sign in to Wunderlist, |
82 |
| -sign in now so you can allow access. |
83 |
| - |
84 |
| -1. Provide the necessary details for your selected trigger |
85 |
| -or action and continue building your logic app's workflow. |
86 |
| - |
87 |
| -## Connector reference |
88 |
| - |
89 |
| -For technical details about triggers, actions, and limits, which are |
90 |
| -described by the connector's OpenAPI (formerly Swagger) description, |
91 |
| -review the connector's [reference page](/connectors/wunderlist/). |
92 |
| - |
93 |
| -## Get support |
94 |
| - |
95 |
| -* For questions, visit the [Azure Logic Apps forum](https://social.msdn.microsoft.com/Forums/en-US/home?forum=azurelogicapps). |
96 |
| -* To submit or vote on feature ideas, visit the [Logic Apps user feedback site](https://aka.ms/logicapps-wish). |
| 14 | +As of May 6, 2020, the [Wunderlist service shut down](https://www.wunderlist.com/) and asked customers to [migrate their data and start using Microsoft To Do instead](https://www.wunderlist.com/blog/goodbye-from-wunderlist/). You can use the [Microsoft To Do connector](https://docs.microsoft.com/connectors/todo/) to replace the deprecated [Wunderlist connector](https://docs.microsoft.com/connectors/wunderlist/). |
97 | 15 |
|
98 | 16 | ## Next steps
|
99 | 17 |
|
100 |
| -* Learn about other [Logic Apps connectors](../connectors/apis-list.md) |
| 18 | +* Learn about other [Logic Apps connectors](../connectors/apis-list.md) |
0 commit comments