Device Management
Add, configure, and monitor your SMS devices.
Viewing devices
Go to the Dashboard → Devices to see all registered devices.
Each device shows:
- Status - Online, offline, or error
- Phone number - The SIM card number
- Messages sent - Total count
- Last seen - When the device last connected
Device settings
Click on a device to configure:
- Name - Friendly name for the device
- Priority - Higher priority devices are used first
- Rate limit - Max messages per minute
- Enabled - Toggle device on/off
Load balancing
When multiple devices are available, Ender distributes messages based on:
- Device priority (higher first)
- Current queue length (shorter first)
- Recent failures (healthier first)
API endpoints
List devices
GET /api/v1/devices Get device
GET /api/v1/devices/:id Update device
PATCH /api/v1/devices/:id Related
- Android App - Set up a new device
- Send SMS - Target specific devices