Dropbox
Using the Dropbox Connector in DBSync Cloud Workflow
Overview
The Dropbox Connector in DBSync Cloud Workflow enables you to automate reading from and writing to Dropbox as part of your data integration workflows. Below is a step-by-step guide to help you configure and use the connector effectively.
Prerequisites:
Before starting, ensure you have:
A valid Dropbox account
Necessary read/write permissions for target folders
A DBSync license that includes access to the Dropbox Connector
Steps to Use the Dropbox Connector
Add Dropbox as a Connector
In Cloud Workflow, go to the Connectors section.
Select Dropbox and Click Add New.
Provide your Dropbox credentials when prompted.
Test the connector by clicking on the Test Connection button.
Supported Operations
Once the Dropbox connector is configured, it can be used to perform the following operations:
Read: Retrieve files from Dropbox folders.
Write: Save or update files in Dropbox folders.
These operations are configured within the workflow using Dropbox Actions.
Properties
If the 'Write' operation is selected, additional properties can be configured:
If File Name Exists: Choose the action to take if the file name already exists in the target folder (Skip, Override).
Batch Size: Select the batch size for file uploads (10, 50, 100, 1000).
Shared Link Settings: Configure the settings for creating shared links (if applicable).
Use Case:
Scenario: You want to export daily sales data from Salesforce into a Dropbox folder as a CSV file.
Workflow Steps:
Salesforce Query Action:
Pull records from Salesforce (e.g.,
SELECT Name, Amount FROM Opportunity
).
Transform Data (Optional):
Format or filter your records into CSV format.
Dropbox Write Action:
File Path: Use a dynamic name like
daily_sales_{TodayDate}.csv
Content: Map the transformed data from Salesforce
This setup enables automatic daily backups of Salesforce data into your Dropbox folder, useful for audits or team reporting.
Useful links:
Dropbox Actions: Use the Dropbox Connector together with Dropbox Actions to make the most of your integration.
CSV Action: Use the CSV Action alongside the Dropbox Action to transform data into CSV format.
Last updated