Skip to main content

Uptick

Extract data from Uptick, a field service management platform designed for the fire protection industry.

Configuration

InputTypeDescriptionDefault Value
base_urlstringBase URL eg https://demo-fire.onuptick.com (no trailing slash)
client_idstringAPI Client ID
client_secretstringAPI Client Secret
usernamestringAPI Account Email
passwordstringAPI Account Password

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 details
  • taskcategories - Categories for organizing tasks
  • tasksessions - Time tracking entries for work performed on tasks
  • rounds - Work rounds for technician scheduling and route management
  • projects - Project management entities for larger initiatives
  • clients - Customer organizations and contact information
  • clientgroups - Client organization groupings
  • properties - Physical locations where work is performed
  • contractors - External service providers and subcontractors
  • users - System users including technicians and staff
  • servicegroups - Service categorization for organizing work types

Financial and billing

  • invoices - Customer invoices and billing information
  • invoicelineitems - Individual line items within invoices
  • creditnotes - Credit notes for refunds and adjustments
  • creditnotelineitems - Line items within credit notes
  • billingcards - Billing card information for cost allocation
  • billingcontracts - Recurring billing contracts for ongoing services
  • billingcontractlineitems - Line items within billing contracts
  • costcentres - Cost center assignments for financial tracking

Purchasing and supply chain

  • purchaseorders - Purchase orders for materials and services
  • purchaseorderlineitems - Individual items within purchase orders
  • purchaseorderbills - Bills received for purchase orders
  • purchaseorderbilllineitems - Line items within purchase order bills
  • purchaseorderdockets - Delivery dockets for purchase orders
  • suppliers - Vendor and supplier information
  • products - Products and materials catalog

Asset management and inspections

  • assets - Physical assets requiring maintenance and inspection
  • assettypes - Categories and specifications for asset types
  • assettypevariants - Variants and configurations of asset types
  • routines - Scheduled maintenance and inspection routines
  • remarks - Issues, defects, and observations during inspections
  • remarkevents - Events and actions taken on remarks
  • appointments - Scheduled appointments for work and inspections

Quality and compliance

  • accreditations - Technician certifications and qualifications
  • accreditationtypes - Types of certifications and accreditations

Sales

  • servicequotes - Quotes for service work
  • servicequotefixedlineitems - Fixed price line items within service quotes
  • servicequotedoandchargelineitems - Do-and-charge line items within service quotes
  • servicequoteproductlineitems - Product line items within service quotes
  • defectquotes - Quotes for remedial work on identified defects
  • defectquotelineitems - Line items within defect quotes

Organization and location

  • branches - Business locations and organizational units

Stream details

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
tasksidDefaultPaginator
taskcategoriesidDefaultPaginator
clientsidDefaultPaginator
clientgroupsidDefaultPaginator
propertiesidDefaultPaginator
invoicesidDefaultPaginator
projectsidDefaultPaginator
servicequotesidDefaultPaginator
defectquotesidDefaultPaginator
suppliersidDefaultPaginator
purchaseordersidDefaultPaginator
purchaseorderlineitemsidDefaultPaginator❌ (no soft delete)
assetsidDefaultPaginator
routinesidDefaultPaginator
billingcardsidDefaultPaginator
purchaseorderbillsidDefaultPaginator
purchaseorderbilllineitemsidDefaultPaginator❌ (no soft delete)
purchaseorderdocketsidDefaultPaginator
invoicelineitemsidDefaultPaginator❌ (no soft delete)
usersidDefaultPaginator
servicegroupsidDefaultPaginator
costcentresidDefaultPaginator
accreditationtypesidDefaultPaginator
accreditationsidDefaultPaginator
branchesidDefaultPaginator
creditnotesidDefaultPaginator
creditnotelineitemsidDefaultPaginator
remarksidDefaultPaginator
assettypesidDefaultPaginator
assettypevariantsidDefaultPaginator
productsidDefaultPaginator
roundsidDefaultPaginator
tasksessionsidDefaultPaginator
contractorsidDefaultPaginator
appointmentsidDefaultPaginator❌ (no soft delete)
billingcontractsidDefaultPaginator❌ (no soft delete)
billingcontractlineitemsidDefaultPaginator❌ (no soft delete)
defectquotelineitemsidDefaultPaginator❌ (no soft delete)
servicequotefixedlineitemsidDefaultPaginator❌ (no soft delete)
servicequotedoandchargelineitemsidDefaultPaginator❌ (no soft delete)
servicequoteproductlineitemsidDefaultPaginator❌ (no soft delete)
remarkeventsidDefaultPaginator❌ (no soft delete)

Reference

Config fields reference

Field
Type
Property name
string
base_url
OAuth Client ID
required
string
client_id
OAuth Client Secret
required
string
client_secret
Uptick API Account Password
required
string
password
Uptick API Account Email
required
string
username

Changelog

Expand to review
VersionDatePull RequestSubject
0.3.92025-11-1968194Remove expensive calculation fields from tasksessions, add more streams
0.3.82025-11-1869684Update dependencies
0.3.72025-10-2968880Update dependencies
0.3.62025-10-2168365Update dependencies
0.3.52025-10-1767585Remove projectsectiontask and add more incremental sync streams
0.3.42025-10-1467855Update dependencies
0.3.32025-10-0767515Update dependencies
0.3.22025-10-0367020Remove start_date, include more task fields
0.3.12025-09-3066839Update dependencies
0.3.02025-09-1766410Add more streams
0.2.42025-09-2366598Update dependencies
0.2.32025-09-0965733Update dependencies
0.2.22025-08-2665534Add extra_fields to property stream
0.2.12025-08-2465445Update dependencies
0.2.02025-08-22Update task profitability stream to use start_date parameter
0.0.112025-08-1464942Add users and task profitability streams
0.0.102025-08-1464942Fix docker image entrypoint for platform syncs
0.0.92025-08-1364170adds cursor pagination, incremental sync and rate limiting
0.0.82025-08-0964845Update dependencies
0.0.72025-08-0264403Update dependencies
0.0.62025-07-2664055Update dependencies
0.0.52025-07-2063685Update dependencies
0.0.42025-07-1263165Update dependencies
0.0.32025-07-0562739Update dependencies
0.0.22025-06-2862220Update dependencies
0.0.12025-06-10Initial release by @sajarin via Connector Builder