PUT
/
messaging
/
send
/
{messageType}
/
{id}
{
  "receipts": {},
  "scheduled": {},
  "removed": [
    "<string>"
  ],
  "error": 123,
  "errorMessage": "<string>",
  "errorThrowable": {
    "cause": {},
    "stackTrace": [
      {
        "methodName": "<string>",
        "fileName": "<string>",
        "lineNumber": 123,
        "className": "<string>",
        "nativeMethod": true
      }
    ],
    "message": "<string>",
    "localizedMessage": "<string>",
    "suppressed": [
      {}
    ]
  },
  "rateLimited": false,
  "errorRetryable": false,
  "errorContext": {}
}

Path Parameters

messageType
string
required

One of the supported message types

id
string
required

The ID of the message to send

Response

200 - application/json

successful operation

The response is of type object.