Azure Logic Apps
Before reading this article, please go through some important article links, mentioned below.
- Deep Dive Into Azure Logic Apps
- Connect OneDrive To Google Drive With Azure Logic Apps
- Connect Facebook To Twitter With Azure Logic App
- Connect Outlook Mail To Excel Sheets With Azure Logic App
- Save Email Attachment From Outlook To Dropbox With Microsoft Azure Logic
- Save Specific Twitter Tweet To Excel Spreadsheet With Azure Logic App
- Connect Box To OneDrive Using Azure Logic Apps
- Save Only A Positive Tweet To Excel Spreadsheet Using Microsoft Cognitive
- Using Cognitive Service Face API with Azure Logic App
- Convert Tweet Into Audio File Using Cognitive Service With Azure Logic App
- Using Cognitive Service Computer Vision API, Text Analytics API With Azure Logic App
- Get Daily Weather Reports Delivered To Your Phone Using Azure Logic Apps
- How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
Connect Twitter and LinkedIn
Here, we will see how to connect Twitter and LinkedIn for sharing the post automatically. If someone tweets with a specific hashtag in Twitter, that tweet will be posted on LinkedIn automatically.
How to create an Azure Logic App to connect Twitter to LinkedIn
- Microsoft Azure Account.
- LinkedIn Account.
- Twitter Account.
Follow the below steps to build a Workflow using a template.
Step 1
Log into https://portal.azure.com/
In the dashboard, choose create a resource and click on integration. Now, choose Logic App.

Step 2
Enter the name you want to assign to the logic, choose the subscription and resource group where you organize related resources, and location where your logic app is stored. Then, click on "Create".

Here is the dashboard. Click on Logic App Designer.

Step 3
Now, click on the Blank Logic App.

Step 4
Configure the data by signing in to Facebook and Twitter.
- Search Twitter on the search bar.

- Choose the Triggers.

- Next, let us sign in.

- Give permission to access our accounts.

- Next, set the specific keyword ( Eg. #Azure) for which you want to convert that specific tweet into an audio file. And then, give the time interval and frequency for checking the workflow as one minute.

Step 5
- Next, search LinkedIn.

- Then, choose the Action for the workflow.

- Next, we sign in

- We give permission to access our accounts.

- Next, we set the Tweet text.

- The Final Workflow will be like this.

Step 6
Now we save and run the workflow and run it.

Output
Post on LinkedIn.

Flow Execution


Prabu ElavarasanPosted Dec 30, 2018, 11:31 AM
Will this include posted images as well or just texts only?