Record
update-messaging-profile-params
No description available.
record update-messaging-profile-params {
id: string,
created-at: option<string>,
enabled: option<bool>,
id-v2: option<string>,
name: option<string>,
number-pool-settings: option<number-pool-settings>,
record-type: option<messaging-profile-record-type-enum>,
updated-at: option<string>,
url-shortener-settings: option<url-shortener-settings>,
v1-secret: option<string>,
webhook-api-version: option<messaging-profile-webhook-api-version-enum>,
webhook-failover-url: option<string>,
webhook-url: option<string>,
whitelisted-destinations: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| created-at | option<string> | |
| enabled | option<bool> | |
| id-v2 | option<string> | |
| name | option<string> | |
| number-pool-settings | option<number-pool-settings> | |
| record-type | option<messaging-profile-record-type-enum> | |
| updated-at | option<string> | |
| url-shortener-settings | option<url-shortener-settings> | |
| v1-secret | option<string> | |
| webhook-api-version | option<messaging-profile-webhook-api-version-enum> | |
| webhook-failover-url | option<string> | |
| webhook-url | option<string> | |
| whitelisted-destinations | option<list<string>> |