Skip to main content

Posts

Showing posts from July, 2020

Send SMS to the user using Microsoft Flow

Send SMS to the user using Microsoft Flow Scenario :- Send a text message to the user if the event is going to occur in next 30 minutes using Microsoft Flow.  Step 1 :-                  Login to the Flow using work or school account. Add When an upcoming event is  starting soon. Set the Lock-ahead time in minutes. (Ex :- 30 min) Step 2:-                          Add Get Event and choose the calendar and Id.  Step 3:-                          Click on New Step -> Search for Twilio then select Send Text Messages. Step 4 :-                          Login to the Twilio website -> Sign up for Twilio Account and verify your account -> Click on Dashboard. In the Dashboard you...

Using Trigger conditions save the API calls of Flow.

Using Trigger conditions Save the API calls of Flow.  Scenario :-  Trigger a flow when an item is created in SharePoint which includes attachment only .                                 According to the Microsoft official documentation users having Power Automate for office 365/Power Automate per user Plan/ Power Automate per flow Plan will see the difference in API calls.   Usually to achieve this scenario we will create a flow structure like this :- When an item is created -> Condition -> based on the condition will instruct flow to proceed further . If you notice this sample flow it will trigger every time an item is created in SharePoint whether that item includes Attachment or not. Today we are going to learn Trigger a flow only if item contains attachment. Using the Trigger conditions you can save API r...

Integrate Chat-Bot to your Website/Blog.

Chat-Bot Series Part-2 Scenario :- Integrate Chat-Bot to your Website/Blog.  [This is continuation to the Part-1. Please check the Previous post before checking this. Clickhere to see the previous post. ] Step 1 :-                  Once you  Click on Publish then updates will be reflected to your Bot.  Step 2 :-                     As a part of Embedding Bot into the website/blog  Click on Manage -> Channels ->Custom Website . Then you will get the Code click on Copy.           Step 3 :-                     Paste the code in your custom website/Blog. Here I have pasted the code in my Blog.Then it will look like below.       ** Note this process of integrating will differs depend on your site.Here I have added in Layout -...

Creating Chat-Bot Using Power Virtual Agents.

Chat Bot Series Part -1  Scenario :-  Creating Simple Chat-Bot Using Power Virtual Agents. Step 1 :-                   Login to Power Virtual Agents using this Link with your work or school account. Even if you don't have valid license you can can  Sign up for Trial Account. *** Your Bot will continue to work for up to 90 days even your Trial period is Expired.*** Once Sign up process is completed you will land into this page and it will ask you to enter the Name of your Chat Bot, language and Environment. You can switch to different environments. Click on Create. Once you click on Create it will take sometime and new chat bot will be created. Step 2 :-                      Once the Bot is Created Successfully then you will be landed into this page. Either you can click on Customize your Greeting or click on Topic and you can define your own ...