Skip to content
KMD Agency Documentation

SMS Configuration

KMD Agency doesn’t lock you into one SMS provider. Configure any HTTP-based SMS API from Communications → SMS Settings.

Fields

FieldNotes
Provider nameA label for your own reference.
API endpointYour SMS provider’s send URL.
HTTP methodGET or POST, matching your provider’s API.
Authentication methodBearer token, custom header, basic auth, or a query-string API key — whichever your provider expects.
API key / secretYour provider credentials. Write-only, like every other credential in the platform.
Sender IDThe “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.