How To Retweet A Specific Tweet With An Approval Email In Azure Logic App

Azure Logic Apps

Logic App is a cloud-based service that 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 businesses. The users can easily build workflows that automatically perform business tasks and processes across applications and services. We can connect our business-critical apps and services with Azure Logic Apps, automating our workflows without writing a single line of code.

Before reading this article, please go through some important articles mentioned below.

How to create a Logic Flow for retweeting the specific tweet with an Approval Email.

Now, let us create the Logic App for converting the specific tweet to a retweet.

  • In the dashboard, choose to create a resource and click on Integration. Now, choose Logic App.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Enter the name you want to assign to the logic, choose the subscription, the resource group where you organize related resources, and the location where your logic app is stored. Then, click on "Create".
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Here is the dashboard. Click on "Logic App Designer."
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App

Step 3

Now, click on the Blank Logic App.

How To Retweet The Specific Tweet With An Approval Email With Azure Logic App

Step 4

Configure the data by signing into Twitter and Outlook Email.

  • Search Twitter on the search bar.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Choose the Triggers tab.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Next, let us sign in.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Give permission to access our accounts.
How To Retweet The Specific Tweet With An Approval Email 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.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App

Step 5

  • Next, we want to send the Approval Email, so search for Approval.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Then, enter the To Email address, User Options, Subjects, Body etc.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App

Step 6

Now we want to check the user options

  • Next, search Condition.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Then, choose the Action for the workflow.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Next, enter the condition value
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Now, choose Selected Option as choose a value.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Next, we choose the condition
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Then, click on Add an Action
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Now, Search as Twitter
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Choose the Actions
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • Set the Tweet Text
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App
  • The Final Workflow will be like this.
How To Retweet The Specific Tweet With An Approval Email With Azure Logic App

Step 6

Now we save and run the workflow and run it.

How To Retweet The Specific Tweet With An Approval Email With Azure Logic App

Output

If someone tweets with an  #Azure tag, we receive an email

How To Retweet The Specific Tweet With An Approval Email With Azure Logic App

Now approve the request.

How To Retweet The Specific Tweet With An Approval Email With Azure Logic App

Receive Notification

How To Retweet The Specific Tweet With An Approval Email With Azure Logic App

Retweet the Specific Tweet

How To Retweet The Specific Tweet With An Approval Email With Azure Logic App

Summary

I hope you understood how to create a Logic Flow for retweeting a specific Tweet with an approval email automatically and how to run it. Stay tuned for more Logic App articles.

Similar Articles