MarkdownHTML Render
Integration Guide
Embed Fantom Interio services and APIs into partner workflows.
Integration Guide
Alexa Skills Kit
Prerequisites
- AWS account
- Alexa Developer Console app
- OAuth provider for account linking
Steps
- Create Smart Home skill
- Configure account linking OAuth endpoints
- Add device discovery and control intents
- Deploy Lambda handler for directive routing
- Map Fantom Interio adapter responses to Alexa schema
Testing Checklist
- Discovery returns expected devices
- On/off and dim commands execute
- Routine-triggered commands reflect in dashboard
Apple HomeKit / Siri Shortcuts
Prerequisites
- HomeKit bridge service
- Accessory metadata mapping
Steps
- Register accessories via bridge server
- Map Fantom Interio room/device IDs to HomeKit service IDs
- Expose Siri Shortcut phrases for scenes
- Validate status sync and Siri-triggered actions
Testing Checklist
- Accessory status parity with Fantom Interio
- Shortcut-based scene activation works
Google Home
Prerequisites
- Google Cloud project
- Smart Home action setup
Steps
- Define device traits/types
- Configure OAuth and fulfillment endpoint
- Implement sync/query/execute handlers
- Map actions to Fantom Interio protocol bridge
Testing Checklist
- Device sync appears in Home app
- Query state accuracy
- Execute latency remains acceptable
Samsung SmartThings
Steps
- Create Schema connector
- Register capabilities and device profile mapping
- Implement callback handlers for command/state
- Connect Fantom Interio adapter bridge
IFTTT Webhooks
- Create applets for trigger → webhook action
- Use signed webhook endpoint proxy
- Validate idempotency for repeated trigger events