Connect Twitter To LinkedIn With Azure Logic App

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.

 Connect Twitter To LinkedIn With Azure 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".

 Connect Twitter To LinkedIn With Azure Logic App

Here is the dashboard. Click on Logic App Designer.

 Connect Twitter To LinkedIn With Azure Logic App

Step 3

Now, click on the Blank Logic App.

 Connect Twitter To LinkedIn With Azure Logic App

Step 4

Configure the data by signing in to Facebook and Twitter.

  • Search Twitter on the search bar.
Connect Twitter To LinkedIn With Azure Logic App
  • Choose the Triggers.
Connect Twitter To LinkedIn With Azure Logic App
  • Next, let us sign in.
Connect Twitter To LinkedIn With Azure Logic App
  • Give permission to access our accounts.
Connect Twitter To LinkedIn With Azure Logic App
  • 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.
Connect Twitter To LinkedIn With Azure Logic App

Step 5

  • Next, search LinkedIn.
Connect Twitter To LinkedIn With Azure Logic App
  • Then, choose the Action for the workflow.
Connect Twitter To LinkedIn With Azure Logic App
  • Next, we sign in
Connect Twitter To LinkedIn With Azure Logic App
  • We give permission to access our accounts.
Connect Twitter To LinkedIn With Azure Logic App
  • Next, we set the Tweet text.
Connect Twitter To LinkedIn With Azure Logic App
  • The Final Workflow will be like this.
Connect Twitter To LinkedIn With Azure Logic App

Step 6

Now we save and run the workflow and run it.

 Connect Twitter To LinkedIn With Azure Logic App

Output

Post on LinkedIn.

Connect Twitter To LinkedIn With Azure Logic App

Flow Execution

Connect Twitter To LinkedIn With Azure Logic App

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.