YouSign
Website: https://yousign.app/ API Reference: https://developers.yousign.com/reference/oas-specification
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. API key or access token | |
subdomain | string | Subdomain. The subdomain for the Yousign API environment, such as 'sandbox' or 'api'. | api |
limit | string | Limit. Limit for each response objects | 10 |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
signature_requests | id | DefaultPaginator | ✅ | ✅ |
signature_requests_followers | DefaultPaginator | ✅ | ❌ | |
contacts | id | DefaultPaginator | ✅ | ✅ |
users | id | DefaultPaginator | ✅ | ✅ |
workspaces | id | DefaultPaginator | ✅ | ✅ |
electronic_seal_images | id | DefaultPaginator | ✅ | ✅ |
templates | id | DefaultPaginator | ✅ | ✅ |
labels | id | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
subdomain
string
limit
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-04-01 | 56951 | Initial release by @btkcodedev via Connector Builder |