Looking to setup a demo of creating a Outlook365 outbound webhook where a mailbox getting new email will trigger a UiPath workflow. So a UiPath Robot or something in front of it is the webhook receiver.
Nothing in the immediate UiPath content suggests anything relevant. However, going into the Studio Package Manager, it does show a Nuget .NET package called “Microsoft ASP.NET WebHooks Receiver for Generic Webhooks”. The Microsoft web page ASP.NET bundle makes it appear that it can do what I think I want to do.
Basically:
- Email hits Office365 mailbox
- Webhook event is sent out to the Receiver
- Receiver sends it to a Handler (according that ASP.NET web page) and something happens
- In my case, UiPath will read the mailbox pulling down the new email message(s).
Has anyone done anything with Office365 like the above using webhooks and/or used that ASP.NET package in Studio for such Webhook processing ?