Integration
Webhook
An HTTP callback that notifies your application in real-time when an event occurs, such as SMS delivery confirmation or incoming message.
A webhook is an HTTP POST request sent from one system to another when a specific event occurs. Instead of polling for updates, your server receives instant notifications.
Common SMS Webhooks
- Delivery receipt — notified when SMS is delivered or fails
- Incoming SMS — notified when your phone receives a message
- Status change — notified when device goes online/offline
In MySMSGate, incoming SMS are automatically forwarded to your web dashboard. The Android app sends results via the polling mechanism, and you can track delivery in real-time on the History page.