API POST to Zoho WorkDrive

Hale, Steven - halsy023 1 Reputation point
2021-02-23T00:52:26.94+00:00

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!

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,962 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,606 Reputation points Microsoft Employee
    2021-02-23T06:34:54.523+00:00

    @Hale, Steven - halsy023 Azure Logic Apps is a service like Zapier, allowing to build workflows like this with almost no code.

    Unfortunately, there doesn't seem to be a Zoho Connector available. Please feel free to up vote this feature request for the same.

    You can however still leverage the HTTP Connector with the Zoho REST API but based on this thread looks like there is no reference available publicly.

    0 comments No comments