Save a copy of our SOP in Docs in Clickup to GDrive

Hi everyone.
We have our SOPS in Clickup. The structure is as follows:
Folder → Clickup Docs.
It seems that Make has no access to the Docs - am I correct? Are there work arounds that can monitor changes in the Clickup Docs and save them to the GDrive where we have Google Docs.
It needs to be a one way sync and serves as a backup of our SOPs.
Thanks

Hello,

Please refer to the ClickUp API documentation:
https://clickup.com/api/clickupreference/operation/searchDocs/

There is no module in Make.com that can do this for you, but it looks like it could be achieved using ClickUp’s API “Search Docs” and “Get Docs” endpoints.

Unfortunately, it won’t be a “piece of cake” as you’ll need to track date_updated values and handle pagination if you have more than 100 docs.

Have a nice day!

2 Likes

Thank you for your help.