Forward matching SMS
to your webhook
A lightweight service that receives SMS messages from your Android forwarder app, stores them securely with duplicate protection, and lets you review everything in a professional admin panel.
Zero-Seven-Zero-Five-Four-Six
Everything you need for SMS forwarding
Powerful features wrapped in a clean, professional interface
Pattern Matching
Configure sender filters and SMS patterns on your Android app. Only matching messages get forwarded — everything else is ignored.
Duplicate Protection
Every message is hashed with SHA-256. Identical messages are detected and rejected automatically — no double-forwarding.
Secure Storage
Messages are stored in a MySQL database with full metadata: sender, destination, timestamp, IP, and status.
Search & Filter
Find any message instantly by sender, destination, or content. Paginated results for smooth browsing.
User Management
Database-backed authentication with role-based access. Create admins, managers, and users with granular permissions.
Security First
Bcrypt password hashing, CSRF protection, session regeneration, and protected admin routes out of the box.
How it works
Three simple steps from SMS to dashboard
Android App Detects SMS
The app monitors incoming SMS and forwards only messages matching your configured sender filter and pattern.
Webhook Receives It
The SMS body is URL-encoded and sent to this service. We validate, hash, and store it with duplicate protection.
Review in Admin Panel
Log in to the dashboard to browse, search, and inspect every received message with full metadata.
Webhook endpoint
A simple HTTP endpoint that accepts URL-encoded SMS content via GET or POST. Returns a plain-text status response.
- Accepts GET and POST
- URL-encoded SMS body
- SHA-256 duplicate detection
- Plain-text status response
# Send an SMS to the webhook
GET https://websms.exclutips.com/sms.php
?number=01700000000
&sender=IVACBD
&sms=%28IVACBD%29%20For%20security...
# Response (HTTP 200)
OK
# Duplicate response (HTTP 200)
DUPLICATE
Frequently asked questions
Everything you need to know about the service
number, sms, sender) are accepted in either method.
Ready to get started?
Access the admin panel to manage your SMS messages and users.
Go to Admin Panel