Integrate Freshdesk helpdesk with Field Nation for automated field service dispatch from support tickets.
The Freshdesk connector enables seamless integration between Freshdesk and Field Nation:
Authentication
API Key (Basic Auth)
Supported Objects
Tickets
Trigger Mechanism
Webhooks (automation rules)
Data Flow
Bidirectional (create, update, notes)
Set up automation rule in Freshdesk that triggers on ticket status/tag changes
Freshdesk sends ticket ID to Field Nation when conditions met
Integration Broker retrieves complete ticket from Freshdesk REST API
Transform Freshdesk ticket into Field Nation work order
Work order created with correlation ID for bidirectional sync
Ticket Status = "Field Service Required"
→ Webhook triggers
→ Work order createdTag = "on-site"
→ Automation rule fires
→ Field technician dispatchedFN Work Order = "Completed"
→ Freshdesk Ticket Status = "Resolved"
→ Private note addedProp
Type
Description
Work Order Creation?InboundCreate FN work order from Freshdesk ticket
Status Sync?OutboundUpdate Freshdesk ticket status
Notes Sync?BidirectionalSync via private/public notes
Freshdesk uses Basic Authentication with API key:
Format: username:password
Username: API Key
Password: X (literal "X")Example:
Authorization: Basic base64(your_api_key:X)Simple Setup: Freshdesk uses API key as username, literal "X" as password for Basic Auth.
Last updated on