Status webhook — SMS
POST
https://app.sendapp.ai/api/sms/set_webhook
Register (POST) a URL on your server to receive SMS events in real time (sms_received, device.disconnected, device.reconnected, device.deleted). Each event is forwarded to your URL via HTTP POST. Use DELETE to remove the webhook.
Your server must respond with HTTP 200 within 5 seconds. Errors on your endpoint are silently ignored.
Parameters
3 · 2 required
apikey
required
Your API Key.
token
required
Account token.
url
optional
Your server URL (HTTPS). Not needed for DELETE.
Need help with the integration? info@sendapp.live