Integrate ConnectWise Manage with Field Nation for automated field service dispatch from service tickets and project tasks.
The ConnectWise connector enables seamless integration between ConnectWise Manage and Field Nation:
Authentication
API Keys (Company ID + Public/Private Key + Member ID)
Supported Objects
Service Tickets, Project Tickets, Opportunities
Trigger Mechanism
Callbacks (webhooks) + API polling
Data Flow
Bidirectional (create, update, notes)
Set up callback in ConnectWise that triggers on ticket status changes
ConnectWise sends ticket ID to Field Nation when conditions met
Integration Broker retrieves complete ticket data from ConnectWise REST API
Broker transforms ConnectWise data into Field Nation work order format
Work order created with correlation ID stored for bidirectional sync
Automatically create Field Nation work order when Service Ticket requires on-site technician
Service Ticket Status = "Dispatch"
AND Board = "Field Services"
→ Callback triggers
→ Field Nation Work Order CreatedCreate work orders from ConnectWise Project tickets
Project Ticket Type = "On-Site"
AND Status = "Scheduled"
→ Work order created
→ Project ticket updatedReflect Field Nation completion back to ConnectWise
FN Work Order = "Completed"
→ Integration Broker
→ CW Ticket Status = "Completed"
→ Internal Note addedProp
Type
Description
Work Order Creation?InboundCreate FN work order from CW Service Ticket via callback
Work Order Update?InboundUpdate existing FN work order when CW ticket changes
Status Synchronization?OutboundUpdate CW ticket when FN work order status changes
Notes Sync?BidirectionalSync comments via Service Notes
ConnectWise connector uses API Key Authentication with member impersonation:
Company ID: {company_id}
Public Key: {public_key}
Private Key: {private_key}
Member ID: {member_id}
Client ID: Field Nation IntegrationComponents:
Authentication Header Format:
Authorization: Basic base64(CompanyID+PublicKey+PrivateKey:MemberID)
Client-Id: FieldNationIntegrationSecurity Best Practice: Use dedicated API member (not personal account). Store Private Key securely - it's equivalent to a password.
Trigger: Callback fired on ticket status/board change Action: Callback sends Ticket ID to Field Nation Result: Field Nation work order created/updated
Example Callback Triggers:
Trigger: Field Nation work order event Action: Integration Broker calls ConnectWise REST API Result: ConnectWise ticket updated with status/notes
Configurable Events:
ConnectWise enforces rate limits:
Each work order sync consumes 2-3 API calls.
Can access:
Last updated on