Docusign Connector SDK
This connector extracts data from the Docusign eSignature API. It syncs key objects related to the electronic signature process, including envelopes, recipients, documents (including their binary content), audit events, and templates. It's optimized for handling large data volumes with parallel processing and incremental synchronization capabilities.
Fivetran provides a code template for building a Docusign connector using Connector SDK. Once you modify the template code and deploy the connector to Fivetran, your Docusign connections run, sync data, and can be managed in your dashboard just like with any other native Fivetran connector.
What is Connector SDK?
Connector SDK is a Python-based toolkit with which you can build custom data source connectors and run them natively on Fivetran. Fivetran’s infrastructure hosts and executes your connector code on a schedule. Just like with any other connector, Fivetran handles syncing data from your source and loading it into your destination.
The Connector SDK leverages Fivetran's existing data pipeline technology, so your Docusign connector benefits from many of the same capabilities as fully native Fivetran connectors. The added benefit is that you can customize an SDK connector for your specific use case. You deploy and maintain your SDK connector. This gives you flexibility, but also the responsibility to maintain the connector.
Your SDK connectors remain private to your account – they are not distributed to other Fivetran customers.
Resources for building a Docusign connector
To help you build a Docusign connector, we provide the following resources:
- Docusign community connector example
- Step-by-step Docusign setup guide to help you build, deploy, and connect Docusign with your destination using a Connector SDK connector.
- General Connector SDK documentation
- Working with Connector SDK to help you build and customize your connector.
- Connector SDK best practices to help you optimize the performance of your Docusign connector.
- Technical reference guide
- Troubleshooting common Connector SDK issues
- SDK Connector GitHub repository with other examples and helpful guides.