Configure the Smartsheet connector in Field Nation with access token and column mappings.
Use admin or dedicated integration user
Click profile icon → Apps & Integrations → API Access
Click "Generate new access token"
Token Name: Field Nation Integration
Copy token immediately (shown once!)
Navigate to the Smartsheet you want to integrate
Method 1: URL
https://app.smartsheet.com/sheets/{sheet_id}Method 2: Sheet Properties File → Properties → Sheet ID
Example: 1234567890123456
Access Integration Broker → Select "Smartsheet"
Paste access token from Step 1
Authentication:
Bearer {your_access_token}Enter Sheet ID from Step 2
Example: 1234567890123456
Click "Test Connection"
Success ✅: Token valid, sheet accessible
Failure ❌: Check:
Click "Refresh Columns" → Smartsheet API queries sheet schema
Inbound Mappings:
Task Name → title
Description → description
Status → status_id (Array Map)
Customer → location.company.name
Due Date → schedule.start (Date Convert)Column Names: Smartsheet uses column names (e.g., "Task Name", "Status")
Outbound Mappings:
status.name → Status (Array Map)
completion_notes → Notes
completion_date → Completed Date (Date Convert)Status Mapping:
Smartsheet: Not Started, In Progress, Complete
Field Nation: Draft, Assigned, Work Done, ApprovedReview → Save → Copy trigger URL for webhook setup
Last updated on