Uptick
Extract data from Uptick, a field service management platform designed for the fire protection industry.
Prerequisites
The connector authenticates with the Uptick API using OAuth 2.0 with the password grant, so you need both an OAuth application and an Uptick user account:
- Your Uptick instance URL, for example
https://yourcompany.onuptick.com. - An OAuth Client ID and Client Secret generated from your Uptick instance.
- The email address and password of an Uptick user account. The connector signs in as this user, so the account must have permission to view every resource you want to sync.
To generate the OAuth credentials, go to Control Panel > Uptick API in your Uptick instance, select Create Application, provide a name, and save. Uptick generates the Client ID and Client Secret for you. For step-by-step instructions, see Uptick API - Getting started.
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
base_url | string | Your Uptick instance URL, for example https://yourcompany.onuptick.com. Do not include a trailing slash. | |
client_id | string | OAuth Client ID generated from Control Panel > Uptick API. | |
client_secret | string | OAuth Client Secret generated from Control Panel > Uptick API. | |
username | string | Email address for an Uptick user account with API access. | |
password | string | Password for the Uptick user account. |
Streams
The Uptick connector syncs data from the following streams, organized by functional area:
Core business entities
tasks- Work tasks and maintenance requests with scheduling, priority, and assignment detailstaskcategories- Categories for organizing taskstasksessions- Time tracking entries for work performed on tasksrounds- Work rounds for technician scheduling and route managementprojects- Project management entities for larger initiativesclients- Customer organizations and contact informationclientgroups- Client organization groupingsclientcontacts- Contact people associated with clientsproperties- Physical locations where work is performedpropertycontacts- Contact people associated with propertiescontractors- External service providers and subcontractorsusers- System users including technicians and staffservicegroups- Service categorization for organizing work types
Financial and billing
invoices- Customer invoices and billing informationinvoicelineitems- Individual line items within invoicescreditnotes- Credit notes for refunds and adjustmentscreditnotelineitems- Line items within credit notesbillingcards- Billing card information for cost allocationbillingcontracts- Recurring billing contracts for ongoing servicesbillingcontractlineitems- Line items within billing contractscostcentres- Cost center assignments for financial trackingtask_profitability- Profitability metrics and financial performance data for tasks
Purchasing and supply chain
purchaseorders- Purchase orders for materials and servicespurchaseorderlineitems- Individual items within purchase orderspurchaseorderbills- Bills received for purchase orderspurchaseorderbilllineitems- Line items within purchase order billspurchaseorderdockets- Delivery dockets for purchase orderssuppliers- Vendor and supplier informationproducts- Products and materials catalog
Asset management and inspections
assets- Physical assets requiring maintenance and inspectionassettypes- Categories and specifications for asset typesassettypevariants- Variants and configurations of asset typesroutines- Scheduled maintenance and inspection routinesroutineservices- Routine service configurations for properties and assetsroutineservicelevels- Service level definitions for routine servicesroutineservicetypes- Types and categories of routine servicesroutineserviceleveltypes- Service level type classificationsmajorservices- Major service records for assetsservicetasks- Individual work activities on taskssubtasks- Links programme maintenance routines to tasksremarks- Issues, defects, and observations during inspectionsremarkevents- Events and actions taken on remarkspromptquestions- Prompt questions asked during service report completionpromptanswergroups- Groupings of prompt answers per service task and sectionpromptanswers- Individual answers to prompt questionsappointments- Scheduled appointments for work and inspections
Quality and compliance
accreditations- Technician certifications and qualificationsaccreditationtypes- Types of certifications and accreditations
Sales
servicequotes- Quotes for service workservicequotefixedlineitems- Fixed price line items within service quotesservicequotedoandchargelineitems- Do-and-charge line items within service quotesservicequoteproductlineitems- Product line items within service quotesdefectquotes- Quotes for remedial work on identified defectsdefectquotelineitems- Line items within defect quotes
Organization and location
branches- Business locations and organizational units
Stream details
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
tasks | id | DefaultPaginator | ✅ | ✅ |
taskcategories | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
clients | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
clientgroups | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
properties | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
invoices | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
projects | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
servicequotes | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
defectquotes | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
suppliers | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
purchaseorders | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
purchaseorderlineitems | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
assets | id | DefaultPaginator | ✅ | ✅ |
routines | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
billingcards | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
purchaseorderbills | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
purchaseorderbilllineitems | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
purchaseorderdockets | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
invoicelineitems | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
users | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
servicegroups | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
costcentres | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
accreditationtypes | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
accreditations | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
branches | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
creditnotes | id | DefaultPaginator | ✅ | ✅ |
creditnotelineitems | id | DefaultPaginator | ✅ | ✅ |
remarks | id | DefaultPaginator | ✅ | ✅ |
assettypes | id | DefaultPaginator | ✅ | ✅ |
assettypevariants | id | DefaultPaginator | ✅ | ✅ |
products | id | DefaultPaginator | ✅ | ✅ |
rounds | id | DefaultPaginator | ✅ | ✅ |
tasksessions | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
contractors | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
appointments | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
billingcontracts | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
billingcontractlineitems | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
defectquotelineitems | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
servicequotefixedlineitems | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
servicequotedoandchargelineitems | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
servicequoteproductlineitems | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
remarkevents | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
routineservices | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
routineservicelevels | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
routineservicetypes | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
routineserviceleveltypes | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
servicetasks | id | DefaultPaginator | ✅ | ✅ |
subtasks | id | DefaultPaginator | ✅ | ✅ |
task_profitability | task_id | DefaultPaginator | ✅ | ✅ |
clientcontacts | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
propertycontacts | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
promptquestions | id | DefaultPaginator | ✅ | ✅ |
promptanswergroups | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
promptanswers | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
majorservices | id | DefaultPaginator | ✅ | ❌ (no soft delete) |
API version and fields
Every stream except task_profitability reads a pinned Uptick endpoint under /api/v2.15/. The task_profitability stream reads the intelligence report at /api/v2/intelligencereports/profitability_by_task/, which resolves to whichever minor version Uptick currently treats as the latest.
Each stream requests a fixed list of fields using Uptick's sparse fieldsets, so a stream carries a curated subset of what the endpoint can return rather than every field. Fields that Uptick adds later show up only after the connector is updated. Uptick keeps roughly three minor API versions live at a time and retires the oldest, so connector releases that move to a newer minor version can add, rename, or remove fields. The Uptick API patch notes list what changed in each version.
Relationship fields
Uptick returns related records in a JSON:API relationships object. The connector flattens each relationship into a scalar <relationship>_id column, such as client_id on clientcontacts or property_id on propertycontacts. Use these columns to join streams in your destination.
Prompt data spans three streams, and Uptick reworked its prompt model in API v2.15, so those joins are worth spelling out:
promptanswers.answergroup_idjoinspromptanswergroups.id, andpromptanswers.question_idjoinspromptquestions.id.promptanswergroups.servicetask_idandpromptanswergroups.task_idtie a group of answers back to the service task or task the answers were recorded against.promptquestions.section_idandpromptanswergroups.section_idreference Uptick prompt sections. The connector doesn't sync prompt sections, so you can't resolve these IDs to section names from synced data alone.
Incremental sync
For streams that support incremental sync, the connector uses each record's updated timestamp as the cursor and fetches only records changed since the last sync through the Uptick API's updatedsince filter. Streams that support only full refresh are re-read in full on every sync.
Airbyte still offers incremental sync in the UI for the streams marked ❌ (no soft delete), because the connector defines the updated cursor for every stream. Avoid it for those streams: their Uptick endpoints don't report deletions, so an incremental sync keeps records in your destination after they're deleted in Uptick. Sync them in full refresh mode instead.
Rate limits
Uptick enforces rate limits and reasonable-use guidelines on its API. When Uptick throttles a request, the connector reads the Retry-After response header and waits the indicated time before retrying, for up to five attempts. To stay within these limits, sync only the streams and fields you need and schedule syncs no more frequently than your reporting requires.
IP allow list
If you use Airbyte Cloud and your organization restricts access to specific IPs, add the Airbyte Cloud IP addresses to your allow list.
Reference
Config fields reference
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 1.1.0 | 2026-08-12 | 83710 | Add 6 new streams (clientcontacts, propertycontacts, promptquestions, promptanswergroups, promptanswers, majorservices), add fields to the clients, properties, invoices, defectquotes, servicequotes, users, and purchaseorders streams, and make relationship field extraction null-safe |
| 1.0.3 | 2026-08-11 | 84162 | Update dependencies |
| 1.0.2 | 2026-08-04 | 83652 | Update dependencies |
| 1.0.1 | 2026-07-28 | 83098 | Update dependencies |
| 1.0.0 | 2026-07-21 | 73740 | Upgrade the Uptick API to v2.15 and remove deprecated fields from the branches, defectquotelineitems, servicetasks, and tasksessions streams |
| 0.5.16 | 2026-07-21 | 82628 | Update dependencies |
| 0.5.15 | 2026-07-14 | 81991 | Update dependencies |
| 0.5.14 | 2026-06-30 | 81268 | Update dependencies |
| 0.5.13 | 2026-06-23 | 80682 | Update dependencies |
| 0.5.12 | 2026-06-16 | 80076 | Update dependencies |
| 0.5.11 | 2026-06-09 | 79539 | Update dependencies |
| 0.5.10 | 2026-06-02 | 79025 | Update dependencies |
| 0.5.9 | 2026-04-28 | 77504 | Update dependencies |
| 0.5.8 | 2026-04-21 | 76809 | Update dependencies |
| 0.5.7 | 2026-03-31 | 75703 | Update dependencies |
| 0.5.6 | 2026-03-17 | 75044 | Update dependencies |
| 0.5.5 | 2026-03-10 | 74493 | Update dependencies |
| 0.5.4 | 2026-02-24 | 73926 | Update dependencies |
| 0.5.3 | 2026-02-23 | 72302 | Add fields to defectquotes and projects streams |
| 0.5.2 | 2026-02-17 | 73433 | Update dependencies |
| 0.5.1 | 2026-02-10 | 73007 | Update dependencies |
| 0.5.0 | 2026-01-22 | 71122 | Add invoice_id to invoicelineitems, and add 6 new streams: servicetasks, routineservices, routineservicelevels, routineservicetypes, routineserviceleveltypes, subtasks |
| 0.4.3 | 2026-01-20 | 72056 | Update dependencies |
| 0.4.2 | 2026-01-14 | 71437 | Update dependencies |
| 0.4.1 | 2025-12-18 | 70713 | Update dependencies |
| 0.4.0 | 2025-12-10 | 68194 | Remove expensive calculation fields from tasksessions, add more streams, including task profitability |
| 0.3.9 | 2025-11-25 | 70176 | Update dependencies |
| 0.3.8 | 2025-11-18 | 69684 | Update dependencies |
| 0.3.7 | 2025-10-29 | 68880 | Update dependencies |
| 0.3.6 | 2025-10-21 | 68365 | Update dependencies |
| 0.3.5 | 2025-10-17 | 67585 | Remove projectsectiontask and add more incremental sync streams |
| 0.3.4 | 2025-10-14 | 67855 | Update dependencies |
| 0.3.3 | 2025-10-07 | 67515 | Update dependencies |
| 0.3.2 | 2025-10-03 | 67020 | Remove start_date, include more task fields |
| 0.3.1 | 2025-09-30 | 66839 | Update dependencies |
| 0.3.0 | 2025-09-25 | 66410 | Add more streams |
| 0.2.4 | 2025-09-24 | 66598 | Update dependencies |
| 0.2.3 | 2025-09-09 | 65733 | Update dependencies |
| 0.2.2 | 2025-09-07 | 65534 | Add extra_fields to property stream |
| 0.2.1 | 2025-08-24 | 65445 | Update dependencies |
| 0.2.0 | 2025-08-22 | Update task profitability stream to use start_date parameter | |
| 0.0.11 | 2025-08-21 | 65061 | Add users and task profitability streams |
| 0.0.10 | 2025-08-15 | 64942 | Fix docker image entrypoint for platform syncs |
| 0.0.9 | 2025-08-14 | 64170 | adds cursor pagination, incremental sync and rate limiting |
| 0.0.8 | 2025-08-10 | 64845 | Update dependencies |
| 0.0.7 | 2025-08-02 | 64403 | Update dependencies |
| 0.0.6 | 2025-07-26 | 64055 | Update dependencies |
| 0.0.5 | 2025-07-20 | 63685 | Update dependencies |
| 0.0.4 | 2025-07-12 | 63165 | Update dependencies |
| 0.0.3 | 2025-07-05 | 62739 | Update dependencies |
| 0.0.2 | 2025-06-28 | 62220 | Update dependencies |
| 0.0.1 | 2025-06-10 | Initial release by @sajarin via Connector Builder |