Docuseal
Website: https://docuseal.com/ API Reference: https://www.docuseal.com/docs/api
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. Your API key for authenticating with the DocuSeal API. Obtain it from the DocuSeal API Console at https://console.docuseal.com/api. | |
start_date | string | Start date. | |
limit | string | Limit. The pagination limit | 5 |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
submissions | id | DefaultPaginator | ✅ | ✅ |
templates | id | DefaultPaginator | ✅ | ✅ |
submitters | id | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
start_date
string
limit
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-04-01 | Initial release by @btkcodedev via Connector Builder |