{% extends "base.html" %} {% block content %}

Message Blast

Send bulk messages with personalization and anti-ban protection.

{% if devices %} {% for phone in devices %}
{% endfor %} {% else %}
No devices connected. Please connect a device first.
{% endif %}
If multiple devices are selected, messages will be rotated between them (Load Balancing).

CSV must have a phone column. Other columns can be used as placeholders like {name}.

Use curly braces for variables from your CSV/Manual input.
Campaign Progress

Starting...

Blast is running in background. You can close this page or check logs for updates.

Tips Anti-Ban
  • Gunakan jeda (delay) minimal 10-30 detik antar pesan.
  • Gunakan fitur personalisasi agar isi pesan setiap orang berbeda.
  • Rotasi pengiriman dengan menggunakan lebih dari satu device (Multi-Device).
  • Hindari mengirim pesan ke nomor yang belum pernah berinteraksi sebelumnya.
{% endblock %} {% block scripts %} {% endblock %}