SignNow
Website: https://app.signnow.com/ API Reference: https://docs.signnow.com/docs/signnow/welcome
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
start_date | string | Start date. | |
api_key_id | string | Api key which could be found in API section after enlarging keys section | |
auth_token | string | The authorization token is needed for signing_links stream which could be seen from enlarged view of https://app.signnow.com/webapp/api-dashboard/keys |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
user | id | No pagination | ✅ | ✅ |
user_modified_documents | id | No pagination | ✅ | ✅ |
user_documents | id | No pagination | ✅ | ✅ |
crm_contacts | id | DefaultPaginator | ✅ | ✅ |
favourites | id | DefaultPaginator | ✅ | ❌ |
logs | uuid | DefaultPaginator | ✅ | ✅ |
folder | id | DefaultPaginator | ✅ | ✅ |
teams | id | DefaultPaginator | ✅ | ✅ |
team_admins | uuid | DefaultPaginator | ✅ | ✅ |
brands | unique_id | DefaultPaginator | ✅ | ❌ |
crm_users | id | DefaultPaginator | ✅ | ❌ |
crm_groups | id | DefaultPaginator | ✅ | ✅ |
signing_links | id | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
auth_token
string
api_key_id
string
start_date
array
name_filter_for_documents
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-04-02 | 56977 | Initial release by @btkcodedev via Connector Builder |