Configure Autotask webhooks to automatically send ticket data to Field Nation when trigger conditions are met.
Webhook: Monitors tickets and evaluates conditions Trigger URL: Destination for webhook notifications Field Nation: Fetches ticket data and creates work order
Autotask → Admin → Webhooks
Click "New Webhook" or "Add Webhook"
Name: Field Nation Integration
Entity: Select entity type (e.g., Ticket)
Webhook URL: Paste Field Nation trigger URL
https://api.fieldnation.com/integrations/trigger/{YOUR_CLIENT_TOKEN}HTTP Method: POST
Content Type: application/json
Configure when webhook fires:
Select events that should trigger:
Option 1: Status-Based
Status = "Dispatch to Field"Option 2: Custom Field
UDF "Send to Field Nation" = YesOption 3: Queue-Based
Queue Name = "Field Services"
AND Priority IN (Critical, High)Option 4: Issue Type
Issue Type = "On-Site Required"
AND Status != "Cancelled"Configure what data to send:
Minimal Payload (Recommended):
{
"ticketId": "{TicketID}",
"entityType": "Ticket",
"action": "{Action}"
}Field Nation will fetch complete ticket data via SOAP API.
Why minimal?
Check Autotask Admin → Webhooks → Delivery Log:
Add tracking UDF to Autotask Tickets:
Autotask → Admin → User Defined Fields → Ticket
Field Name: "FN Sync Status" Type: Text or Picklist Values: Not Sent, Sent, Synced
Add condition:
FN Sync Status != "Sent"
AND FN Sync Status != "Synced"Configure outbound mapping to set:
FN Sync Status = "Sent" (after successful creation)Webhook 1: Urgent Tickets
Priority = Critical
Status = New
→ Immediate dispatchWebhook 2: Standard Tickets
Status = "Dispatch to Field"
Priority != Critical
→ Normal dispatchWebhook 3: Project Tasks
Entity = Project
Task Type = "On-Site"
→ Project-based dispatchUpdate Autotask when Field Nation changes:
Field Nation Event → Autotask Action
Configured in Field Nation's event trigger settings.
Save webhook configuration details
Watch first few synchronizations:
Daily:
Weekly:
Monthly:
Last updated on