Tweet Specific YouTube Video In Twitter 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 our workflows without writing a single line of code.

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

Here, we will learn how we can tweet a specific YouTube video on Twitter automatically.

 

How to Create a Logic Flow for Tweeting a Specific YouTube Video


Here, we can connect YouTube and Twitter.

 

Prerequisites

  • Microsoft Azure Account.
  • Twitter Account.
  • YouTube Account.

Follow the below steps to build a workflow using a template.

Step 1

Log into https://portal.azure.com/

In the dashboard, choose to create a resource and click on Integration. Now, choose Logic App.

Tweet Specific Youtube Video In Twitter 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 the related resources, and location where your logic app is stored. Then, click on "Create".

Tweet Specific Youtube Video In Twitter With Azure Logic App

Here is the dashboard. Click on Logic App Designer.

Tweet Specific Youtube Video In Twitter With Azure Logic App

Step 3

Now, click on the Blank Logic App.

Tweet Specific Youtube Video In Twitter With Azure Logic App

Step 4

Configure the data by signing into YouTube and Twitter.

  • Search YouTube on the search bar.
Tweet Specific Youtube Video In Twitter With Azure Logic App
  • Sign in to YouTube.
Tweet Specific Youtube Video In Twitter With Azure Logic App
  • We give permission to access our accounts.
Tweet Specific Youtube Video In Twitter With Azure Logic App
  • Next, set the Specific Keyword ( Eg., Happy) which you want to store that specific video to tweet. And then, give the time interval and frequency for checking the workflow as one minute.
Tweet Specific Youtube Video In Twitter With Azure Logic App

Step 5

  • Search Twitter on the search bar.
Tweet Specific Youtube Video In Twitter With Azure Logic App
  • Choose "Action"
Tweet Specific Youtube Video In Twitter With Azure Logic App
  • Next, let us sign in.
Tweet Specific Youtube Video In Twitter With Azure Logic App
  • We give permission to access our accounts.
Tweet Specific Youtube Video In Twitter With Azure Logic App
  • Next, set the Tweet Text.
Tweet Specific Youtube Video In Twitter With Azure Logic App

Step 6

  • The final workflow will be like this.
Tweet Specific Youtube Video In Twitter With Azure Logic App

Step 7

Now, let us save the workflow and run it.

Tweet Specific Youtube Video In Twitter With Azure Logic App

Output

YouTube sends a Twitter with #Happy Keyword.

Tweet Specific Youtube Video In Twitter With Azure Logic App

Here is a screenshot of Flow execution.

Tweet Specific Youtube Video In Twitter With Azure Logic App

Summary

I hope you understood how to tweet a specific YouTube video on Twitter automatically and how to run it. Stay tuned for more Logic App articles.


Similar Articles