KMD Agency doesn’t lock you into one SMS provider. Configure any HTTP-based SMS API from Communications → SMS Settings.
Fields
| Field | Notes |
|---|---|
| Provider name | A label for your own reference. |
| API endpoint | Your SMS provider’s send URL. |
| HTTP method | GET or POST, matching your provider’s API. |
| Authentication method | Bearer token, custom header, basic auth, or a query-string API key — whichever your provider expects. |
| API key / secret | Your provider credentials. Write-only, like every other credential in the platform. |
| Sender ID | The “from” name or number your provider assigns. |
Testing and safety
- “Send test SMS” confirms your configuration actually works before you rely on it.
- Sending is rate-limited per recipient to prevent runaway costs from a misconfiguration or abuse.
- Failures are logged without ever writing your API credentials to the log.
SMS is not sent automatically for every platform event — it’s infrastructure for features that use it (like SMS notifications), not a blanket replacement for email.