Azure Logic Apps
Logic App is a cloud-based service. It allows us to react to an event in one service (such as SharePoint online) and do something with the data from that event into another service (such as Twitter). It makes it practical and simple for business processes. The users build workflows that automatically do some business tasks and processes across applications and services. We can connect our business-critical apps and services with Azure Logic Apps, automating workflows without writing a single line of code.
Before reading this article, please go through some important article links, mentioned below.
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
Prerequisites
- 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.
- 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
- Then, choose the Action for the workflow.
- 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
Summary
I hope you understood how to create an Azure Logic App that shares posts between Twitter and LinkedIn. Stay tuned for more Azure Logic App articles.