Resources · Make integration

Citrix ShareFile Make integrationAutomate Citrix ShareFile with Make.

Can Make file documents into ShareFile for you? The Citrix ShareFile Make integration gives you 4 action modules: folders, uploads, shares and link emails. This guide is for ops teams who handle client documents, and it walks you from connection to a working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Citrix ShareFile Make integration do for you?

The Citrix ShareFile Make integration lets a scenario, the automation you build in Make, act inside your ShareFile account without you opening it. Each module is one brick of that scenario: here, four actions that create folders, upload files, prepare shares and email links to the documents you choose.

A ready folder for every new client. When a deal closes in your sales tool, Create a Folder opens a dedicated space in ShareFile, and Upload a File drops the signed contract inside. Nobody has to remember the naming or the location.

Documents collected without chasing. An accounting firm can use Create a Share to open a Request Share when a new engagement starts, so the client knows exactly where to send payslips and statements.

Deliverables sent without an extra step. Right after the scenario uploads a report, Send an Email mails a link to that file to the list of addresses you set.

What the integration does not do: it has no trigger, so ShareFile cannot start a scenario on its own. Something else starts the flow, another app or the Make schedule. It also has no generic API call module, so you work with these four actions only. If you weigh other tools, the n8n vs Make comparison lays out the differences, and our Make review covers the editor in depth. To learn the basics step by step, see Make training.

Connect

How do you connect Citrix ShareFile to Make?

  1. 01

    Add a ShareFile module

    In your Make account, add any Citrix ShareFile module to your scenario and click Create a connection. A connection is your ShareFile account linked to Make once, then reused by every ShareFile module you add later.

  2. 02

    Name the connection

    The Connection name field is optional, but a clear name helps when several people or several ShareFile accounts share the same Make organization. Something like the team or the client space works well.

  3. 03

    Enter your credentials

    Paste the credentials you copied from ShareFile, or follow the instructions on screen. You need a ShareFile account and an API key. For your own OAuth2 credentials, open the API key generator form in ShareFile and set the callback URI to https://www.integromat.com/oauth/cb/sharefile.

First scenario

Your first scenario with Citrix ShareFile

GoalWhen a new client record appears in another app, Make creates a folder for that client in Citrix ShareFile and uploads the first document into it.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the + to add the first module. Pick the app where the event starts, such as your CRM or form tool, since ShareFile has no trigger.

  2. 02

    Add Create a Folder

    Click the + on the right, search Citrix ShareFile and choose Create a Folder. Click Create a connection, then map the client name from the first module into the folder name.

  3. 03

    Add Upload a File

    Add Upload a File after it. Map the file from the first module and point the destination to the folder the previous module just created. Make lists what it can read once the connection exists.

  4. 04

    Test with Run once

    Click Run once and check the bundles, the items each module received and passed on. You should see a single new folder in ShareFile holding a single file.

  5. 05

    Schedule and activate

    Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run counts as one operation on your Make plan.

Modules

What each Citrix ShareFile module does

Citrix ShareFile gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Citrix ShareFile1

Create a Folder

Action

In MakeCreates a new folder.

Gives every project or client its own place in ShareFile, built by the scenario instead of by hand, so the structure stays consistent from one account to the next.

When to use it
right after a contract is signed, to open the client space before any document arrives.
Watch out
map the folder name from reliable data, otherwise each test run adds another folder.
Citrix ShareFile2

Create a Share

Action

In MakeCreates a new Send or Request Share.

Prepares a share in ShareFile, either a Send Share to hand documents to someone or a Request Share to collect documents from them. You pick the kind that matches the direction of the exchange.

When to use it
a new engagement starts and you need the client to send you their paperwork in one place.
Watch out
choose the share type carefully, since the two serve opposite purposes.
Citrix ShareFile3

Send an Email

Action

In MakeSends an Email to the specified list of addresses, containing a link to the specified Items.

Emails a link to the items you choose to a list of addresses, so recipients open the files in ShareFile rather than receiving heavy attachments. Pick this one over Create a Share when you simply want to deliver existing files.

When to use it
a report or a signed document is ready and the client should get it at once.
Watch out
the items must already be in ShareFile, so place an upload before it.
Citrix ShareFile4

Upload a File

Action

In MakeUploads a file.

Places a file coming from an earlier module into ShareFile, which spares you the download and upload by hand between two tools. It is usually the step that feeds the others.

When to use it
an invoice, a contract or a form attachment has to end up in the right client folder.
Watch out
on the Make Free plan, files are capped at 5 MB, so check the size of your scans and contracts before you go live.
Need help

Need help automating Citrix ShareFile with Make?

A person reads every message.

FAQ

Questions about the Citrix ShareFile Make integration

01Is the Citrix ShareFile Make integration free?
Yes, on the Make side. Citrix ShareFile is a standard app, available from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans lower the interval to 1 minute and remove the cap on active scenarios. Usage is counted in operations, one per module run. You still need your own ShareFile subscription, whose pricing is set by Citrix on its own page.
02What do you need to connect Citrix ShareFile to Make?
You need a ShareFile account and an API key. In Make, add a Citrix ShareFile module, click Create a connection, optionally name it, and enter the credentials copied from ShareFile or follow the on-screen instructions. For your own OAuth2 credentials, open the API key generator form in ShareFile, enter the callback URI given in the Make documentation, click generate, then copy the Client ID and the Client secret. The connection is created once and reused by the four modules.
03Can Citrix ShareFile trigger a Make scenario in real time?
No. The integration has no trigger at all, neither scheduled nor instant, so ShareFile cannot start a scenario by itself. You start the flow elsewhere: with a trigger from another app, such as a CRM that calls Make through a webhook, or with the schedule on the first module, which runs every 15 minutes by default. The ShareFile modules then act as the later steps of the scenario. On the Free plan, 15 minutes is also the shortest interval between scheduled runs.
04What if the Citrix ShareFile module you need is missing in Make?
It depends on the task. The integration offers four actions only: create a folder, create a share, send an email with links and upload a file. It has no Make an API Call module, so this page cannot promise any other ShareFile feature through Make. For anything else, such as reading or searching files, look for another app that covers the need, or ask the team for help designing a workaround. The documentation also warns that it is AI generated, so check important details with Citrix.
05Should you use Make or n8n for Citrix ShareFile?
It depends on what you need to build. In Make, Citrix ShareFile comes with four action modules and no trigger, and it is available from the Free plan with a visual editor that lists your folders once connected. n8n often has a node for the same app, so compare what each one offers for ShareFile against your actual scenario: the actions you need, how the flow starts, and who will maintain it. Pick the tool whose ShareFile coverage matches that list, not a general ranking.