Wasm Directoryalpha
Record

create-short-code-message-params

No description available.

record create-short-code-message-params {
  auto-detect: option​<bool>,
  from-op: string,
  media-urls: option​<list​<string>>,
  subject: option​<string>,
  text: option​<string>,
  to: to-number,
  type-op: option​<create-message-request-type-op-enum>,
  use-profile-webhooks: option​<bool>,
  webhook-failover-url: option​<string>,
  webhook-url: option​<string>,
}

Fields

NameTypeDescription
auto-detectoption​<bool>
from-opstring
media-urlsoption​<list​<string>>
subjectoption​<string>
textoption​<string>
toto-number
type-opoption​<create-message-request-type-op-enum>
use-profile-webhooksoption​<bool>
webhook-failover-urloption​<string>
webhook-urloption​<string>