BoldSign
Website: https://app.boldsign.com/ API Reference: https://developers.boldsign.com/api-overview/getting-started/?region=us
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. Your BoldSign API key. You can generate it by navigating to the API menu in the BoldSign app, selecting 'API Key', and clicking 'Generate API Key'. Copy the generated key and paste it here. | |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
documents | documentId | DefaultPaginator | ✅ | ✅ |
brands | brandId | DefaultPaginator | ✅ | ❌ |
senderIdentities | DefaultPaginator | ✅ | ❌ | |
teams | teamId | DefaultPaginator | ✅ | ✅ |
templates | documentId | DefaultPaginator | ✅ | ✅ |
users_list | userId | DefaultPaginator | ✅ | ✅ |
custom_fields | customFieldId | DefaultPaginator | ✅ | ❌ |
contacts | id | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.2 | 2025-04-05 | 57159 | Update dependencies |
0.0.1 | 2025-04-04 | 57005 | Initial release by @btkcodedev via Connector Builder |