Prerequisites and common setup steps for configuring Field Nation pre-built connectors.
Prop
Type
Description
Active Buyer AccountRequiredYou must have an active buyer account in Field Nation. Only buyers have access to integration features.
Admin AccessRequiredAdministrative access to Field Nation's integration settings to configure connectors.
Company IDRequiredYour Field Nation Company ID (found in Company Settings > Company Profile).
Sandbox Access?RecommendedSandbox environment access for testing before production deployment.
All pre-built connectors follow a similar configuration pattern:
Collect required information from your external platform:
All pre-built connectors are configured through Field Nation's Integration Broker interface:
Sandbox: ui-sandbox.fndev.net/integrations Production: app.fieldnation.com/integrations
First Time Setup: If you don't see the Integrations section, contact Field Nation Support to enable connector access for your account.
Field mappings define how data translates between systems. Each mapping consists of:
Prop
Type
Description
Source FieldstringThe field from the originating system (e.g., external system field name or Field Nation field name)
Target FieldstringThe field in the destination system where data will be written
Transformation ActionenumHow to transform the data: Sync (direct copy), Set Static, Array Map, Range Map, Date Convert, Concat, Custom JSONNET
Default Value?anyValue to use if source field is empty or null
Sync - Direct field-to-field copy with no transformation
Set Static - Always use a specific value (e.g., always set priority to "High")
Date Convert - Transform date formats between systems
Concat - Combine multiple fields into one (e.g., FirstName + LastName → FullName)
Array Map - Transform array or list data
Range Map - Map value ranges (e.g., 1-3 → Low, 4-7 → Medium, 8-10 → High)
Custom JSONNET - Write custom transformation logic for complex scenarios
Learn more about field mappings →
Trigger: Record change in external system Result: Field Nation work order created or updated
Trigger: Work order status change, assignment, completion, etc. Result: External system record updated
Different platforms use different authentication approaches:
Used by: Freshdesk, some custom REST APIs
Configuration:
Format: Authorization: Basic base64(username:password)
Used by: Salesforce, ServiceNow (optional)
Configuration:
Flow: Authorization Code or Client Credentials
Used by: Quickbase, Smartsheet
Configuration:
Format: Custom header (e.g., X-API-Key: your-key)
Used by: NetSuite, Autotask
Configuration:
Format: Platform-specific SOAP authentication
Each platform has detailed configuration instructions:
Salesforce
Flows & Outbound Messages setup
ServiceNow
Business Rules & REST Messages
REST Connector
OpenAPI spec configuration
Last updated on