- Home
- Resources
- Integrations
- SugarSync
SugarSync Make integrationAutomate SugarSync with Make.
Your SugarSync folders can move files around on their own. The SugarSync Make integration gives you 16 modules: 2 triggers that spot new files or photos, plus actions and searches. This guide links your account and walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the SugarSync Make integration do for you?
The SugarSync Make integration links your SugarSync account to Make, a visual automation tool, so files and folders react to events without manual clicks. You build a scenario, which is the automation itself: a chain of modules, each one a single brick such as a trigger, an action or a search.
A backup copy for every new file. Watch New Files spots what lands in a folder, Get a File fetches it, and Upload a File drops a copy into a separate backup folder, so a shared drop zone never holds the only version.
Photo albums that feed other tools. Watch New Photos in Album picks up each new picture in an album you choose. A studio can pass those photos to a design tool, a chat channel or a spreadsheet log handled by another app in the same scenario.
Tidy folders on demand. List Folders and List Files return what sits in a directory; Archive a File, Archive a Folder or Delete a File then clean up. Start small and test before you let a scenario remove anything.
One honest limit: Make says its SugarSync documentation is incomplete, because little public information exists about the app. Expect to discover some settings in the editor itself. The Make troubleshooting guide helps when a run fails, and the Make pricing page explains how operations are counted. If you are also weighing n8n, the n8n vs Make comparison lays out the differences between the two tools.
How do you connect SugarSync to Make?
- 01
Add a SugarSync module
Open a scenario, click the +, search for SugarSync and pick any module. When Make asks for an account, click Create a connection. A connection is your SugarSync account linked once, then reused by every SugarSync module.
- 02
Name it and authorize Make
Give the connection a name you will recognize later, such as the team or the account it belongs to. Make then sends you to SugarSync to approve access, or asks for the key the app gives you. Approve it with the account that owns the folders.
- 03
Save and check the folders
Click Save. Back in the module, open a folder field: once the connection works, Make lists the folders it can read, so you pick them instead of typing a path by hand.
Build your first scenario: back up every new SugarSync file
GoalWhen a file lands in a SugarSync folder, Make fetches it and uploads a copy to a backup folder.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Search for SugarSync and pick Watch New Files as the first module.
- 02
Point the trigger at a folder
Pick your connection, then choose the folder to watch from the list Make shows. Every new file there becomes one bundle, meaning one item passed along to the next module.
- 03
Fetch the file
Click the + on the right, add Get a File and map the file from the trigger. Mapping means clicking the value the previous module returned instead of typing it.
- 04
Upload the copy
Add Upload a File, map the data from Get a File and choose a backup folder. Pick a folder other than the watched one, or each copy would start the scenario again.
- 05
Test, schedule, switch on
Drop a file in the folder and click Run once to read what each module received. Then set the schedule on the first module, every 15 minutes by default, and switch the scenario on.
What starts a SugarSync scenario
2 modules start a scenario when something happens in SugarSync. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by SugarSync as soon as it happens.
Watch New Files
Scheduled triggerIn Make“Watches for new files in a specified directory.”
This trigger gives you a scenario that reacts to every new file in a SugarSync directory you pick. Each file it finds arrives as its own bundle, ready to be fetched, copied, logged or announced by the modules that follow.
Watch New Photos in Album
Scheduled triggerIn Make“Watches for new photos in a specified album.”
Here the scenario starts from pictures instead of documents: each new photo added to a SugarSync album you choose comes through as one bundle. That gives a photographer or a marketing team a way to route fresh images without opening the album.
What SugarSync can do inside a scenario
SugarSync gives you 14 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Archive a File
ActionIn Make“Archives a specified file.”
Archive a File takes one specific file out of your working folders, so they stay short. As the name suggests, it sets the file aside rather than erasing it: a fit for work that is finished but worth keeping.
Archive a Folder
ActionIn Make“Archives a specified folder.”
With Archive a Folder, a whole directory leaves your active tree in one step instead of file by file. That keeps closed projects out of the way; as with any archive, the aim is to set them aside, not to erase them.
Create a Folder
ActionIn Make“Creates a new folder.”
Create a Folder gives every new client, order or project its own place in SugarSync the moment the event happens elsewhere. You stop building the same folder structure by hand.
Create a Text File
ActionIn Make“Creates a new file with .txt extension.”
This module writes a brand new file with a .txt extension straight into SugarSync, filled with text mapped from earlier modules. It is the quickest way to leave a readable note next to other files.
Delete a File
ActionIn Make“Deletes a specified file.”
Delete a File removes one file you point to, which keeps temporary or duplicate files from piling up after a scenario has used them.
Delete a Folder
ActionIn Make“Deletes a specified folder.”
When a directory has served its purpose, Delete a Folder removes it in a single step rather than emptying it file by file. Useful for scratch folders that a scenario creates for its own work.
Get a File
ActionIn Make“Retrieves a file.”
Get a File retrieves one file from SugarSync so the next modules can work with its content: send it as an attachment, copy it or pass it to another app.
Get a Folder
ActionIn Make“Returns information about a specified folder.”
Get a Folder returns information about one directory, which lets a scenario confirm what it is about to touch before acting on it. Think of it as reading the label on a box.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call covers whatever the other SugarSync modules leave out: it calls any endpoint of the SugarSync API from your scenario, reusing the same connection you already created.
Update a File
ActionIn Make“Updates file information.”
Update a File changes the information attached to a file that already exists, so its details stay consistent without renaming things by hand in SugarSync.
Update a Folder
ActionIn Make“Updates the information of a specified folder.”
With Update a Folder, the details of an existing directory follow what happens in your other tools, such as a project that changes status or owner.
Upload a File
ActionIn Make“Uploads a new file.”
Upload a File puts a new file into the SugarSync folder you choose, using file data received from an earlier module or another app. Attachments, exports and generated documents all end up stored in one place.
List Files
SearchIn Make“Returns a list of files.”
List Files returns the files sitting in SugarSync as a set of results, one bundle per file, which the next modules then treat one by one. It is the starting point of any cleanup or report.
List Folders
SearchIn Make“Returns a list of folders.”
List Folders hands back the directories in SugarSync, one bundle per folder, so a scenario can walk through them instead of relying on a single hard-coded one.
Need help automating SugarSync with Make?
A person reads every message.