Record
create-message-params
No description available.
record create-message-params {
auto-detect: option<bool>,
from-op: option<string>,
media-urls: option<list<string>>,
messaging-profile-id: option<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
| Name | Type | Description |
|---|---|---|
| auto-detect | option<bool> | |
| from-op | option<string> | |
| media-urls | option<list<string>> | |
| messaging-profile-id | option<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> |