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.7 | 2025-05-10 | 59977 | Update dependencies |
| 0.0.6 | 2025-05-04 | 59534 | Update dependencies |
| 0.0.5 | 2025-04-26 | 58953 | Update dependencies |
| 0.0.4 | 2025-04-19 | 58569 | Update dependencies |
| 0.0.3 | 2025-04-13 | 58043 | Update dependencies |
| 0.0.2 | 2025-04-05 | 57376 | Update dependencies |
| 0.0.1 | 2025-04-01 | 56951 | Initial release by @btkcodedev via Connector Builder |