TelefonAIv1
SMS

Mark an INBOUND reply as handled — or unanswered again

Mark an INBOUND reply as handled — or unanswered again. Use it when your system has dealt with the reply, so it does not stay unanswered in the front desk's inbox. Colleagues with the app open see it immediately. An outbound message gives 400.

PATCH/v1/sms/{id}

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

idstringpathrequired

The id of the resource.

Request

curl --request PATCH \
  --url "https://api.telefonai.dk/v1/sms/<id>" \
  --header "Authorization: Bearer $API_NOEGLE" \
  --header "Content-Type: application/json" \
  --data '{}'

Response

application/json

Success.

object

401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}