{% extends "base.html" %} {% block title %}Send SMS - ABYSS SMS{% endblock %} {% block content %}
Send SMS
Send SMS Message
SMS Number *
Select SMS Number...
{% for num in sms_numbers %}
{{ num.number }} ({{ num.sms_range.country if num.sms_range else 'N/A' }})
{% endfor %}
Select the number that will send the SMS
CLI (Sender ID) *
The application/platform sending the message (e.g., WhatsApp, Viber, Facebook)
Message *
Send SMS
Cancel
How it works
SMS Number:
Select a number from your account to send the SMS
CLI:
This identifies the sender application (WhatsApp, Viber, Facebook Messenger, etc.)
Message:
The actual SMS content that will be sent
Note:
This is a simulation - actual SMS sending requires integration with SMS gateway
{% endblock %}