Wasm Directoryalpha
Record

create-number-pool-message-params

No description available.

record create-number-pool-message-params {
  auto-detect: option​<bool>,
  media-urls: option​<list​<string>>,
  messaging-profile-id: 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>
media-urlsoption​<list​<string>>
messaging-profile-idstring
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>