Skip to main content

send Message without customer and sender reference

send Message without customer and sender reference

Request Body required
    messageBody string
    messageSubject string
    fromNumber string
    toNumber string
    sendSynchronously boolean
    delayInSeconds int32
    messagePurposeUuid string
Responses

OK


Schema
    messageUUID string
    status string

    Possible values: [SUCCESS, FAILURE]

    requestUUID string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...