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:

  1. Device priority (higher first)
  2. Current queue length (shorter first)
  3. 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