Cadence IP
Cadence IP
Toggle sidebar
No results
Documentation

File System Integration

Connect Cadence IP to your Dropbox account to automatically organise matter documents, sync files, and store email attachments in a structured folder hierarchy that mirrors your workflow.

Connecting Dropbox

Cadence IP integrates with Dropbox to provide automatic folder creation and document storage. To connect your account, navigate to Settings → Integrations → Dropbox.

1

Authorise Dropbox

Click Connect Dropbox to begin the OAuth flow. You will be redirected to Dropbox to grant Cadence IP access to a dedicated app folder within your Dropbox account.
2

Set a base path

After authorisation, configure the Base Path where Cadence IP will create matter folders. This is relative to your Dropbox root. For example, /Cadence IP or /Client Files.
3

Test the connection

Click Test Connection to verify Cadence IP can read and write to your Dropbox. A test folder will be created and immediately removed.

One connection per organisation

The Dropbox connection is shared across your entire organisation. All team members' matters will use the same connected Dropbox account and base path. This ensures a single, consistent folder structure.

Folder structure automation

The create_folders automation action lets you define a folder template that is created automatically when a matter is created or when it reaches a specific step. Navigate to your matter type's Automations tab and add an automation with the Create Folders action.

/Patents/{matter.org_id} - {field.Title}/
Correspondence/
Filing Documents/
Prior Art/
Examination/
Invoices/
Folder structure template for a PCT Application matter type

The folder template supports path variables that are replaced with actual matter data when the folders are created. You define a tree of subfolders, and the entire structure is generated in a single operation.

Auto-creating folders on matter creation

You configure a PCT Application matter type with a Create Folders automation that triggers on Matter Created. The folder template is:
/Patents/$matter.org_id - $field.Title /Correspondence/
/Patents/$matter.org_id - $field.Title /Filing Documents/
/Patents/$matter.org_id - $field.Title /Prior Art/
/Patents/$matter.org_id - $field.Title /Examination/

When matter M-42 "Widget Fastener" is created, Cadence IP creates:

/Patents/M-42 - Widget Fastener/Correspondence/
/Patents/M-42 - Widget Fastener/Filing Documents/
/Patents/M-42 - Widget Fastener/Prior Art/
/Patents/M-42 - Widget Fastener/Examination/

Step-triggered folders

You can also create folders when a matter reaches a specific step. For example, create an "Opposition" subfolder only when a trademark matter moves to the "Opposition" step, avoiding unnecessary empty folders.

Path variables

Path variables let you embed dynamic matter data into folder names. They use the same variable syntax as email and document templates:

Variable Resolves to Example output
$matter.org_id Matter's organisation-scoped ID M-42
$matter.name Matter name Widget Fastener
$field.Title Any custom field value Widget Fastener
$field.Application No Application number field 2026123456
$role.Applicant.display_name Contact name from a role Acme Corp

Invalid characters

Folder names cannot contain characters like / \ : * ? " < > |. Cadence IP automatically strips these from variable values when generating folder names. If a field value is empty, the variable is replaced with "Untitled".

Document sync

When Dropbox is connected, documents generated from templates (DOCX merge) are automatically saved to the matter's Dropbox folder. The file is placed in the root of the matter's folder unless you configure a subfolder in the document template settings.

Documents uploaded directly to a matter through the web interface are also synced to Dropbox. This two-way awareness means your team can access files from either Cadence IP or directly from Dropbox on their local machine.

Sync direction

Currently, the sync is one-way from Cadence IP to Dropbox. Files created or uploaded in Cadence IP appear in Dropbox. Files added directly to Dropbox outside of Cadence IP are not automatically pulled into the platform.

Email attachment storage

When emails are sent or received within a matter, any attachments are automatically stored in the matter's Dropbox folder under a Correspondence subfolder (if it exists) or the matter root folder.

Attachments are named with a timestamp prefix to avoid collisions: 2026-04-15_Examination_Report.pdf. This ensures a clear chronological record of all correspondence documents.

Automatic attachment filing

Your foreign associate in Japan sends an email to matter M-42 with the Japanese Office Action attached as a PDF. The email is matched to M-42 via the subject tag, and the attachment is automatically saved to:
/Patents/M-42 - Widget Fastener/Correspondence/2026-04-15_Office_Action_JP.pdf

Troubleshooting

Connection expired

Dropbox OAuth tokens can expire if not used for an extended period. If folder creation fails, go to Settings → Integrations → Dropbox and click Reconnect to re-authorise.

Folder already exists

If the folder structure already exists (e.g., from a previous run or manual creation), Cadence IP will skip existing folders without error. It is safe to re-run folder creation automations.