Integrate Datto Autotask PSA with Field Nation for automated field service dispatch from service tickets and work orders.
The Autotask connector enables seamless integration between Datto Autotask PSA and Field Nation:
Authentication
API Integration Token + SOAP Credentials
Supported Objects
Tickets, Service Calls, Projects
Trigger Mechanism
Webhooks + API Polling (configurable)
Data Flow
Bidirectional (create, update, notes)
Set up webhook in Autotask that triggers on ticket status changes or custom field updates
Autotask sends ticket ID to Field Nation when trigger conditions met
Integration Broker retrieves complete ticket data from Autotask SOAP API
Broker transforms Autotask ticket data into Field Nation work order format
Work order created in Field Nation with correlation ID stored for bidirectional sync
Automatically create Field Nation work order when Autotask Ticket requires on-site service
Ticket Status = "Dispatch to Field"
→ Webhook triggers
→ Field Nation Work Order CreatedCreate work orders from Autotask Project tasks requiring field technicians
Project Task Type = "On-Site"
AND Task Status = "Ready"
→ Work order created
→ Task updated with FN detailsReflect Field Nation work order completion back to Autotask Ticket
FN Work Order = "Completed"
→ Integration Broker
→ Autotask Ticket Status = "Complete - Customer Notified"
→ Internal Notes updatedProp
Type
Description
Work Order Creation?InboundCreate FN work order from Autotask Ticket via webhook
Work Order Update?InboundUpdate existing FN work order when Autotask Ticket changes
Status Synchronization?OutboundUpdate Autotask Ticket when FN work order status changes
Notes Sync?BidirectionalSync comments via Ticket Notes
Autotask connector uses SOAP API with Token Authentication:
Username: API user email
Password: API user password
Integration Code: {integration_code}
Security Token: {security_token}Components:
Generate Credentials:
Security Best Practice: Use dedicated API user (not personal account). Integration Code is unique per integration - generate new code for Field Nation.
Trigger: Webhook fired on ticket status change Action: Webhook sends Ticket ID to Field Nation Result: Field Nation work order created/updated
Example Webhook Triggers:
Trigger: Field Nation work order event (completed, etc.) Action: Integration Broker calls Autotask SOAP API Result: Autotask Ticket updated with status/notes
Configurable Events:
Autotask enforces API call limits:
Each work order sync consumes 2-3 API calls (authentication + data retrieval + optional update).
Can access:
Last updated on