Connectors
How to Use Connectors in DBSync Cloud Workflow
Overview
Connectors, also known as adapters, are essential components within the DBSync iPaaS (Integration Platform as a Service) that facilitate connections to external systems. They are used to authenticate, push, and pull data from these systems, allowing for seamless data integration and workflow automation.
DBSync categorizes connectors into two types:
Standard Connectors: Pre-built connectors for commonly used applications.
Custom Connectors: User-defined connectors created using the DBSync SDK.
Steps to Use Connectors in DBSync Cloud Workflow
Access the Connectors Section
Log in to your DBSync Cloud Workflow account.
Navigate to the Connectors section from the main dashboard.
Select or Create an App
Select App: Choose an existing connector from the list. This list includes various standard connectors such as:
Amazon S3 Connector
Database Connector
Email Service Connector
FTP Connector
Salesforce Connector
and many more.
Add New Connector: If you need to create a new connector, hover over an app of your choice and click on the 'Add App' button. This will allow you to set up a connection to an external system that is not already listed.
Configure the Connector
Quick Setup: Select the Environment (Sandbox or Production).
Click Connect and enter the username and password for basic authentication. For certain applications, enter the API key and API Secret, then click Connect.
Test the Connection
Click the Test Connection button to verify that the connection is set up correctly. Ensure that there are no errors in the configuration.
Use the Connector in Workflows
Once the connector is configured and tested, you can use it in your workflows to perform data operations.
Monitor and Manage Connectors
After using connectors in workflows, you can monitor their performance and manage connections as needed. This includes validating or re-establishing connections if required.
PRO TIP
Use environment variables for sensitive information such as API keys and credentials. This enhances security by keeping sensitive data out of the codebase and makes it easier to update credentials across multiple workflows.
Related Content
Salesforce Connector: Integration between Salesforce and other applications or databases.
Database Connector Documentation: Guide on connecting various databases with your workflows.
Last updated