Integrate Quickbase applications with Field Nation for automated work order creation and bidirectional data synchronization.
The Quickbase connector enables seamless integration between Quickbase applications and Field Nation:
Authentication
User Token (Bearer token)
Supported Objects
Any Quickbase table in your apps
Trigger Mechanism
Quickbase Automations (webhooks)
Data Flow
Bidirectional (create, update)
Create Quickbase automation that triggers on record changes
Quickbase sends record ID to Field Nation when conditions met
Integration Broker retrieves complete record from Quickbase REST API
Transform Quickbase record into Field Nation work order
Work order created with correlation ID for bidirectional sync
Table: Service Requests
Trigger: Status = "Approved"
→ Work order created in Field NationTable: Field Work Orders
Trigger: New record added
→ Automatic Field Nation dispatchFN Work Order = "Completed"
→ Quickbase record Status = "Complete"
→ Completion date updatedProp
Type
Description
Work Order Creation?InboundCreate FN work order from Quickbase record
Record Updates?OutboundUpdate Quickbase when FN work order changes
Bidirectional Sync?BothKeep data synchronized in both systems
Quickbase uses User Token (Bearer token):
Authorization: QB-USER-TOKEN {user_token}Generate Token:
Security: User tokens have same permissions as user. Create dedicated integration user with minimum required access.
Last updated on