Reputation: 445
I need to set up a workflow that triggers an API call to an external URL when an email is received on my Outlook 365 inbox. This API call will contain data parsed from the sender email/content. Which connector should be used to do this?
Upvotes: 2
Views: 2880
Reputation: 466
You have to set up a workflow with at least or just two elements:
When a new email arrives
trigger from Office 365 Outlook
groupHTTP
action to invoke your APIUpvotes: 2