- Home
- Field Service
- Developers
Build on Navixy FSM
REST API • Webhooks • SDK • Full documentation. Everything you need to integrate field service management into your systems.
Get Started
API Reference
Complete endpoint documentation for tasks, users, and forms.
Browse API Reference →Webhooks
Real-time event integration for instant updates.
Configure Webhooks →SDKs & Libraries
Client libraries for Python, Node.js, and PHP.
View SDKs →Sandbox
Full-featured demo environment for testing.
Request Sandbox Access →What You Can Build
A comprehensive API surface covering every aspect of field service management.
Task & Dispatch
- Create, update, delete tasks
- Bulk task import
- Assignment and reassignment
- Status transitions
POST /tasksLocation & Tracking
- Real-time position data
- Historical track retrieval
- Geofence events
GET /tracksForm & Data
- Submit and retrieve form data
- Access attachments (photos)
- Custom form templates
GET /forms// GET /tasks/123
{
"id": 12345,
"title": "HVAC Maintenance - Site B",
"status": "in_progress",
"assignee": {
"id": 89,
"name": "John Technician"
},
"location": {
"lat": 34.0522,
"lng": -118.2437
}
}Real-Time Event Integration
Don't poll — subscribe. Navixy FSM pushes events to your endpoints the moment they happen.
{
"event": "task.completed",
"timestamp": "2024-01-15T14:32:00Z",
"data": {
"task_id": "abc123",
"completed_by": "user_456",
"location": {
"lat": 40.7128,
"lng": -74.0060
},
"form_submission_id": "form_789"
}
}Proven Integration Patterns
CRM Sync
Salesforce/HubSpot → Navixy
Auto-create tasks when deals close.
Auto-Invoicing
Navixy → Xero/QuickBooks
Generate invoices from completed forms.
IoT Dispatch
Sensor → Navixy
Trigger urgent tasks on equipment fault.
Customer Portal
Custom Web → Navixy
Let customers book and track service.
Enterprise-Grade Security
Built for strict compliance and data protection requirements.
Tools to Accelerate Development
Python
pip install navixy-sdkFull API wrapper, async support
Node.js
npm install @navixy/sdkPromise-based, TypeScript definitions
PHP
composer require navixy/sdkLaravel-friendly, PSR-4 autoloading
Test Before You Build
Our sandbox environment mirrors production with sample data. Create test tasks, simulate location updates, trigger webhooks — without affecting live operations.
Request Sandbox AccessDeveloper Support
Ready to Integrate?
Get your API key and start building in minutes. Full documentation, sandbox access, and support standing by.
Powering integrations with Salesforce, SAP, HubSpot, and 100+ custom systems