Hello, I am trying to create a POST API that sends the Email Body and any attachments to Zoho workdrive; this will be triggered by new emails received.
This will be the first time creating an API call in Microsoft. I have attempted to read through the documentation but have struggled to find a starting point.
My use case:
When a new email is received in the inbox, the body of the email and any attachments are saved into a file in WorkDrive.
I know the above is possible because the Web-Service "Zapier" has the option to do this.
Do I need to do the coding in Visual Studio? Any direction or help would be appreciated.
Thank you!