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?
Asked
Active
Viewed 2,029 times
1 Answers
2
You have to set up a workflow with at least or just two elements:
When a new email arrives
trigger fromOffice 365 Outlook
groupHTTP
action to invoke your API

nervuzz
- 416
- 3
- 10
-
1How do I do this without paying for the premium HTTP power automate action? – user433342 Feb 25 '21 at 15:57