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 in 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 logical flow for retweets?
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.
![Integration]()
- 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".
![Create]()
- Here is the dashboard. Click on "Logic App Designer."
![Logic app designer]()
Step 3. Now, click on the Blank Logic App.
![Blank logic app]()
Step 4. Configure the data by signing into Twitter and Outlook Email.
- Search Twitter on the search bar.
![Twitter]()
- Choose the Triggers tab.
![When a new tweet is posted]()
- Next, let us sign in
![Sign in]()
- Permit to access our accounts.
![Authorize app]()
- Next, set the specific keyword ( Eg. #Azure) for which you want to convert that specific tweet into an audio file. Then, give the time interval and frequency for checking the workflow as one minute.
![Search txt]()
Step 5
- Next, we want to send the Approval Email, so search for Approval.
![Approval]()
- Then, enter the To Email address, User Options, Subjects, Body, etc.
![Tweet text]()
Step 6
Now we want to check the user options
- Next, search Condition.
![Condition]()
- Then, choose the Action for the workflow.
![Condition control]()
- Next, enter the condition value
![Add]()
- Now, choose Selected Option as choose a value.
![Selected option]()
- Next, we choose the condition
![Selected is equal to approve]()
- Then, click on Add an Action
![Add an action]()
- Now, Search as Twitter
![Twitter]()
- Choose the Actions
![Post a tweet]()
- Set the Tweet Text
![Tweet text]()
- The Final Workflow will be like this.
![Send approval email]()
Step 7
Now we save and run the workflow and run it.
![Save-]()
Output
If someone tweets with an #Azure tag, we receive an email
![Inbox]()
Now approve the request.
![Request for your input]()
Receive Notification
![Thank you]()
Retweet the Specific Tweet
![Tweet and replies]()
Summary
I hope you understand 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.