|
1 | 1 | ---
|
2 |
| -title: Add the Twilio Connector in your Azure Logic apps | Microsoft Docs |
3 |
| -description: Overview of the Twilio Connector with REST API parameters |
| 2 | +title: Connect to Twilio from Azure Logic Apps | Microsoft Docs |
| 3 | +description: Automate tasks and workflows that manage global SMS, MMS, and IP messages through your Twilio account by using Azure Logic Apps |
4 | 4 | services: logic-apps
|
5 |
| -documentationcenter: '' |
| 5 | +ms.service: logic-apps |
| 6 | +ms.suite: integration |
6 | 7 | author: ecfan
|
7 |
| -manager: jeconnoc |
8 |
| -editor: '' |
9 |
| -tags: connectors |
10 |
| - |
| 8 | +ms.author: estfan |
| 9 | +ms.reviewer: klam, LADocs |
11 | 10 | ms.assetid: 43116187-4a2f-42e5-9852-a0d62f08c5fc
|
12 |
| -ms.service: logic-apps |
13 |
| -ms.devlang: na |
14 | 11 | ms.topic: article
|
15 |
| -ms.tgt_pltfrm: na |
16 |
| -ms.workload: integration |
17 |
| -ms.date: 09/19/2016 |
18 |
| -ms.author: estfan; ladocs |
19 |
| - |
| 12 | +tags: connectors |
| 13 | +ms.date: 08/25/2018 |
20 | 14 | ---
|
21 |
| -# Get started with the Twilio connector |
22 |
| -Connect to Twilio to send and receive global SMS, MMS, and IP messages. With Twilio, you can: |
23 | 15 |
|
24 |
| -* Build your business flow based on the data you get from Twilio. |
25 |
| -* Use actions that get a message, list messages, and more. These actions get a response, and then make the output available for other actions. For example, when you get a new Twilio message, you can take this message and use it a Service Bus workflow. |
| 16 | +# Manage messages in Twilio with Azure Logic Apps |
| 17 | + |
| 18 | +With Azure Logic Apps and the Twilio connector, |
| 19 | +you can create automated tasks and workflows |
| 20 | +that get, send, and list messages in Twilio, |
| 21 | +which include global SMS, MMS, and IP messages. |
| 22 | +You can use these actions to perform tasks with |
| 23 | +your Twilio account. You can also have other actions |
| 24 | +use the output from Twilio actions. For example, |
| 25 | +when a new message arrives, you can send the message |
| 26 | +content with the Slack connector. If you're new to logic apps, |
| 27 | +review [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md) |
| 28 | + |
| 29 | +## Prerequisites |
| 30 | + |
| 31 | +* An Azure subscription. If you don't have an Azure subscription, |
| 32 | +<a href="https://azure.microsoft.com/free/" target="_blank">sign up for a free Azure account</a>. |
| 33 | + |
| 34 | +* From [Twilio](https://www.twilio.com/): |
| 35 | + |
| 36 | + * Your Twilio account ID and |
| 37 | + [authentication token](https://support.twilio.com/hc/en-us/articles/223136027-Auth-Tokens-and-How-to-Change-Them), |
| 38 | + which you can find on your Twilio dashboard |
| 39 | + |
| 40 | + Your credentials authorize your logic app to create a |
| 41 | + connection and access your Twilio account from your logic app. |
| 42 | + If you're using a Twilio trial account, |
| 43 | + you can send SMS only to *verified* phone numbers. |
| 44 | + |
| 45 | + * A verified Twilio phone number that can send SMS |
| 46 | + |
| 47 | + * A verified Twilio phone number that can receive SMS |
| 48 | + |
| 49 | +* Basic knowledge about |
| 50 | +[how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md) |
| 51 | + |
| 52 | +* The logic app where you want to access your Twilio account. |
| 53 | +To use a Twilio action, start your logic app with another trigger, |
| 54 | +for example, the **Recurrence** trigger. |
| 55 | + |
| 56 | +## Connect to Twilio |
| 57 | + |
| 58 | +[!INCLUDE [Create connection general intro](../../includes/connectors-create-connection-general-intro.md)] |
| 59 | + |
| 60 | +1. Sign in to the [Azure portal](https://portal.azure.com), |
| 61 | +and open your logic app in Logic App Designer, if not open already. |
| 62 | + |
| 63 | +1. Choose a path: |
| 64 | + |
| 65 | + * Under the last step where you want to add an action, |
| 66 | + choose **New step**. |
| 67 | + |
| 68 | + -or- |
| 69 | + |
| 70 | + * Between the steps where you want to add an action, |
| 71 | + move your pointer over the arrow between steps. |
| 72 | + Choose the plus sign (**+**) that appears, |
| 73 | + and then select **Add an action**. |
| 74 | + |
| 75 | + In the search box, enter "twilio" as your filter. |
| 76 | + Under the actions list, select the action you want. |
| 77 | + |
| 78 | +1. Provide the necessary details for your connection, |
| 79 | +and then choose **Create**: |
26 | 80 |
|
27 |
| -Get started by creating a logic app; see [Create a logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md). |
| 81 | + * The name to use for your connection |
| 82 | + * Your Twilio account ID |
| 83 | + * Your Twilio access (authentication) token |
28 | 84 |
|
29 |
| -## Create a connection to Twilio |
30 |
| -When you add this Connector to your logic apps, enter the following Twilio values: |
| 85 | +1. Provide the necessary details for your selected action |
| 86 | +and continue building your logic app's workflow. |
31 | 87 |
|
32 |
| -| Property | Required | Description | |
33 |
| -| --- | --- | --- | |
34 |
| -| Account ID |Yes |Enter your Twilio account ID | |
35 |
| -| Access Token |Yes |Enter your Twilio access token | |
| 88 | +## Connector reference |
36 | 89 |
|
37 |
| -> [!INCLUDE [Steps to create a connection to Twilio](../../includes/connectors-create-api-twilio.md)] |
38 |
| -> |
39 |
| -> |
| 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/twilio/). |
40 | 93 |
|
41 |
| -If you don't have a Twilio access token, see [User Identity & Access Tokens](https://www.twilio.com/docs/api/chat/guides/identity). |
| 94 | +## Get support |
42 | 95 |
|
43 |
| -## 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). |
44 | 98 |
|
45 |
| -View any triggers and actions defined in the swagger, and also see any limits in the [connector details](/connectors/twilio/). |
| 99 | +## Next steps |
46 | 100 |
|
47 |
| -## More connectors |
48 |
| -Go back to the [APIs list](apis-list.md). |
| 101 | +* Learn about other [Logic Apps connectors](../connectors/apis-list.md) |
0 commit comments