Friday, January 20, 2017

How to trigger tweets to email using Logic Apps

Logic Apps one of the coolest product from Azure. It makes building integration solutions is easier than ever. Logic Apps brings speed and scalability into the enterprise integration space. The ease of use of the designer, variety of available triggers and actions, and powerful management tools make centralizing your APIs simpler than ever.
This post covers how to design and run a small logic app that trigger new tweets to your email.
Create a Blank Logic App
This will open Logic App Designer and choose Twitter service and provide the twitter information that you need to email as shown below.
In this example, tweet is getting from #logicapp and frequency set to 1 Minute interval. Next Choose an action to send email whenever new tweet tag with #logicapp.
You can choose one of the email services to send email. In here Office 365 email is used and configure the required fields as shown below.


That’s all, just save and close the designer, this will direct you to admin portal.


To run the app, click on Run Trigger.
Cool, now time to test! once you tweet, you will receive an email from logic app as shown below.
You can monitor the trigger easily via Azure Portal, this gives more flexibility to manage and monitoring the Logic Apps.
Cheers! Uma

No comments:

Post a Comment