Integrate Smartsheet project management with Field Nation for automated work order creation and task synchronization.
The Smartsheet connector enables seamless integration between Smartsheet and Field Nation:
Authentication
Access Token (OAuth or API Token)
Supported Objects
Sheet rows
Trigger Mechanism
Smartsheet Webhooks
Data Flow
Bidirectional (create, update)
Create webhook in Smartsheet that monitors row changes
Smartsheet sends row ID when conditions met (new row, status change)
Integration Broker retrieves complete row from Smartsheet REST API
Transform Smartsheet row into Field Nation work order
Work order created with correlation ID for bidirectional sync
Sheet: Field Service Tasks
Trigger: Status = "Ready for Field"
→ Work order createdSheet: Project Milestones
Trigger: New row with Type = "On-Site"
→ Field technician dispatchedFN Work Order = "Completed"
→ Smartsheet Row Status = "Complete"
→ Completion date updatedProp
Type
Description
Work Order Creation?InboundCreate FN work order from Smartsheet row
Row Updates?OutboundUpdate Smartsheet when FN work order changes
Status Sync?BidirectionalKeep status synchronized
Smartsheet uses Access Token (Bearer token):
Authorization: Bearer {access_token}Generate Token:
Security: Access tokens inherit user permissions. Use dedicated integration account with minimum required access.
Last updated on