Configure the Salesforce connector in Field Nation's Integration Broker to establish API connection and field mappings.
Before starting, gather this information:
Case, Service_Ticket__c)Navigate to Field Nation's Integration Broker interface:
Sandbox: ui-sandbox.fndev.net/integrations Production: app.fieldnation.com/integrations
Use your Field Nation buyer account credentials
Find "Salesforce" in the list of available connectors
Open the Salesforce configuration form

Optional but recommended - Descriptive name to identify this integration.
Examples:
Use Case: Helpful when managing multiple Salesforce integrations or distinguishing between sandbox and production.
Required - Specifies which Salesforce environment to connect to.
Value: production
Connects to: login.salesforce.com
When to use:
Value: test
Connects to: test.salesforce.com
When to use:
Critical: Incorrect instance type causes authentication failures. Verify your Salesforce environment type before configuring.
Required - The Salesforce object API name for integration.
Standard Objects:
Case - Service casesOpportunity - Sales opportunitiesAccount - Customer accountsContact - Individual contactsCustom Objects:
Service_Ticket__c - Custom service ticketField_Service_Request__c - Custom FSM objectWork_Request__c - Custom work requestFormat Rules:
Case)__c (My_Object__c)Field Access:
Case, you can access Case.Account.Name, Case.Contact.Email, etc.Optional - Enable bidirectional comment synchronization.
Example Configuration:
Message Object: CaseComment
Object Body Field: CommentBodySalesforce authentication requires three components:
Your Salesforce user's email address.
Format: Full email (e.g., integration@company.com)
Best Practice: Use dedicated integration user, not personal account
Your Salesforce user's password.
Security Notes:
System-generated key from Salesforce for API authentication.
Use the account you're configuring for integration
Click your profile icon → Settings (or Setup → My Personal Information)
Find "Reset My Security Token" and click it
Salesforce emails the token to your registered email address
Copy the token from the email (entire string)
Paste token in the Token field (do NOT append to password)
Token Behavior:
When Token Resets:
After entering all configuration details:
Click "Save" or "Test Connection" button
Integration Broker attempts to authenticate with Salesforce
Once authentication succeeds, Field Nation generates your unique trigger URL.

https://api.fieldnation.com/integrations/trigger/{CLIENT_TOKEN}Purpose: Destination for Salesforce Outbound Messages
You'll need this URL when:
Copy the URL - You'll paste this into Salesforce in the next step.
Security: The client token in the URL authenticates incoming webhooks. Keep this URL secure (don't share publicly).
Configure how data maps between Salesforce and Field Nation.
Automatic Discovery:
Includes:
Inbound (Salesforce → Field Nation):
Map Salesforce fields to Field Nation work order fields:
Case.Subject → titleCase.Description → descriptionCase.Account.Name → location.company.nameCase.Priority → priority (with array map)Outbound (Field Nation → Salesforce):
Map Field Nation events to Salesforce updates:
Complete field mapping guide →
Verify all configuration values correct:
Click "Save" to persist settings
Create a test record in Salesforce:
Watch first few synchronizations:
Use this checklist to verify complete setup:
Last updated on