ZapSign
Website: https://app.zapsign.co/ API Reference: https://docs.zapsign.com.br/
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_token | string | API Token. Your static API token for authentication. You can find it in your ZapSign account under the 'Settings' or 'API' section. For more details, refer to the Getting Started guide. | |
start_date | string | Start date. | |
signer_ids | array | Signer IDs. The signer ids for signer stream |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
templates | token | DefaultPaginator | ✅ | ✅ |
documents | token | DefaultPaginator | ✅ | ✅ |
signer | token | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
string
api_token
string
start_date
array
signer_ids
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.2 | 2025-04-05 | 57383 | Update dependencies |
0.0.1 | 2025-04-04 | 57008 | Initial release by @btkcodedev via Connector Builder |