Universal OpenAPI-based connector to integrate Field Nation with any system that provides an OpenAPI specification.
The REST Connector enables integration with any REST API that has an OpenAPI specification:
Universal Compatibility
Works with ANY system that has an OpenAPI spec
Auto-Discovery
Automatically reads endpoints and models from spec
Simple Configuration
Select endpoints from dropdowns, no coding needed
Standard Mappings
Use familiar field mapping UI and transformations
Upload your system's OpenAPI (Swagger) specification file (JSON or YAML)
Select endpoints for each operation from dropdown menus:
Provide Basic Auth credentials (username:password format)
Click "Refresh Fields" to fetch field definitions from your API
Configure standard field mappings using discovered fields
Test with sample data, then activate for production use
The REST Connector is built for standard CRUD operations. It may not support:
Prop
Type
Description
Complex Workflows?LimitationMulti-step processes, conditional branching, complex state machines
Advanced Transformations?LimitationComplex business logic beyond standard field mappings and JSONNET
Custom Protocols?LimitationNon-REST APIs, SOAP (unless REST wrapper available), GraphQL (direct)
Authentication Methods?LimitationOnly Basic Auth supported (OAuth, API keys, custom auth headers require REST API integration)
All API Features?LimitationBuilt for one buyer's requirements - may need enhancement for additional functionality
Extensibility: The REST Connector was built for specific use cases and can be extended with additional functionality as needed. Contact Field Nation Support to discuss feature requirements.
Your company uses a proprietary Field Service Management system with REST API and OpenAPI spec.
Configuration:
/api/v1/tickets (create) endpoint/api/v1/tickets/{id} (fetch/update) endpointsIntegrate with mid-market ERP without pre-built connector.
Configuration:
/work_orders/create endpoint/work_orders/{id}/update endpointIndustry-specific platform (healthcare, retail, manufacturing) with custom data models.
Configuration:
REST Connector uses Basic Authentication only:
Authorization: Basic base64(username:password)Configuration:
username:password formatapi_user:my_secure_password123Best Practices:
For these requirements, consider REST API + Webhooks integration.
| Feature | REST Connector | REST API + Webhooks |
|---|---|---|
| Setup Time | Hours | Days to weeks |
| Development | None (config only) | Full custom development |
| Authentication | Basic Auth only | All methods supported |
| OpenAPI Spec | Required | Optional (helpful) |
| Customization | Standard field mappings + JSONNET | Unlimited |
| Maintenance | Field Nation | Your team |
| Complex Workflows | Limited | Full control |
| Best For | Standard CRUD operations | Custom/complex integrations |
Last updated on