Uptick
Extract data from Uptick - The new standard in fire inspection software.
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
base_url | string | Base Url. Ex: https://demo-fire.onuptick.com/ | |
client_id | string | Client ID. | |
client_secret | string | Client secret. | |
client_refresh_token | string | Refresh token. | |
oauth_access_token | string | Access token. The current access token. This field might be overridden by the connector based on the token refresh endpoint response. | |
oauth_token_expiry_date | string | Token expiry date. The date the current access token expires in. This field might be overridden by the connector based on the token refresh endpoint response. | |
start_date | string | Start Date. Fetch data starting from this date (by default 2025-01-01) | 2025-01-01 |
end_date | string | End Date. Fetch data up until this date |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
tasks | id | DefaultPaginator | ✅ | ❌ |
taskcategories | id | DefaultPaginator | ✅ | ❌ |
clients | id | DefaultPaginator | ✅ | ❌ |
clientgroups | id | DefaultPaginator | ✅ | ❌ |
properties | id | DefaultPaginator | ✅ | ❌ |
taskprofitability | id | No pagination | ✅ | ❌ |
invoices | id | DefaultPaginator | ✅ | ❌ |
projects | id | DefaultPaginator | ✅ | ❌ |
servicequotes | id | DefaultPaginator | ✅ | ❌ |
defectquotes | id | DefaultPaginator | ✅ | ❌ |
suppliers | id | DefaultPaginator | ✅ | ❌ |
purchaseorders | id | DefaultPaginator | ✅ | ❌ |
assets | id | DefaultPaginator | ✅ | ❌ |
routines | id | DefaultPaginator | ✅ | ❌ |
billingcard | id | DefaultPaginator | ✅ | ❌ |
purchaseorderbills | id | DefaultPaginator | ✅ | ❌ |
purchaseorderdockets | id | DefaultPaginator | ✅ | ❌ |
invoicelineitems | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
string
base_url
Client ID
required
string
client_id
Refresh token
required
string
client_refresh_token
Client secret
required
string
client_secret
string
start_date
string
end_date
string
oauth_access_token
string
oauth_token_expiry_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-06-10 | Initial release by @sajarin via Connector Builder |