Field NationDeveloper Platform
Field NationDeveloper Platform
Pre-built ConnectorsGetting Started

PSA Platforms

CRM & Support

ERP & Project Management

Smartsheet ConnectorConfigurationWorkflow Setup

Universal

PlatformsSmartsheet

Smartsheet Connector

Integrate Smartsheet project management with Field Nation for automated work order creation and task synchronization.


Overview

The Smartsheet connector enables seamless integration between Smartsheet and Field Nation:

  • Row-based dispatch: Create work orders from Smartsheet rows
  • REST API integration: Modern JSON API with access tokens
  • Webhook triggers: Real-time notifications via Smartsheet webhooks
  • Bidirectional sync: Status and completion data flow both directions
  • Column mapping: Map any Smartsheet column to Field Nation fields

At a Glance

Authentication

Access Token (OAuth or API Token)

Supported Objects

Sheet rows

Trigger Mechanism

Smartsheet Webhooks

Data Flow

Bidirectional (create, update)


How It Works

Configure Webhook

Create webhook in Smartsheet that monitors row changes

Webhook Fires

Smartsheet sends row ID when conditions met (new row, status change)

Fetch Row Data

Integration Broker retrieves complete row from Smartsheet REST API

Apply Mappings

Transform Smartsheet row into Field Nation work order

Create Work Order

Work order created with correlation ID for bidirectional sync


Common Use Cases

Task-Based Dispatch

Sheet: Field Service Tasks
Trigger: Status = "Ready for Field"
  → Work order created

Project Tracking

Sheet: Project Milestones
Trigger: New row with Type = "On-Site"
  → Field technician dispatched

Status Synchronization

FN Work Order = "Completed"
  → Smartsheet Row Status = "Complete"
  → Completion date updated

Features

Field Mapping Capabilities

  • All Column Types: Text, date, dropdown, contact, checkbox, symbols
  • Multi-select dropdowns: Handle comma-separated values
  • Attachments: Optional file sync
  • Hierarchical rows: Parent/child relationships
  • Formulas: Access calculated column values (read-only)

Supported Operations

Prop

Type

Description

Work Order Creation?Inbound

Create FN work order from Smartsheet row

Row Updates?Outbound

Update Smartsheet when FN work order changes

Status Sync?Bidirectional

Keep status synchronized


Prerequisites

Smartsheet Requirements


Authentication

Smartsheet uses Access Token (Bearer token):

Authorization: Bearer {access_token}

Generate Token:

  1. Smartsheet → Account → Apps & Integrations
  2. API Access → Generate new access token
  3. Copy immediately (shown once)

Security: Access tokens inherit user permissions. Use dedicated integration account with minimum required access.


Best Practices

  • ✅ Use dedicated integration user
  • ✅ Test in copy of production sheet first
  • ✅ Use dropdown columns for status (easier mapping)
  • ✅ Add "Synced to FN" checkbox column
  • ✅ Monitor API usage limits

Limitations

  • API rate limit: 300 requests/minute
  • Webhooks fire on any change (may need filtering)
  • Formula columns are read-only
  • Limited to single sheet per connector instance

Last updated on

Workflow Setup

Configure Quickbase automations to trigger Field Nation work order creation when records change.

Configuration

Configure the Smartsheet connector in Field Nation with access token and column mappings.

On this page

Overview
At a Glance
How It Works
Configure Webhook
Webhook Fires
Fetch Row Data
Apply Mappings
Create Work Order
Common Use Cases
Task-Based Dispatch
Project Tracking
Status Synchronization
Features
Field Mapping Capabilities
Supported Operations
Prerequisites
Smartsheet Requirements
Authentication
Best Practices
Limitations