Getting Started
Webhooks
Webhooks can be utilized to get notifications of incoming SMS messages.
Follow these steps to set up webhooks:
- Set up your own HTTP server with a valid SSL certificate to receive webhooks. For testing purposes, webhook.site can be useful.
-
Register your webhook with an API request:
-
Send an SMS to the device.
-
The application will dispatch POST request to the specified URL with a payload such as:
-
To deregister a webhook, execute a
curl
request using the following pattern:
Note: Webhooks are transmitted directly from the device; therefore, the device must have an outgoing internet connection. As the requests originate from the device, incoming messages remain inaccessible to us.
For more information, see Features: Webhooks