Record
update-email-campaign-params
No description available.
record update-email-campaign-params {
email-campaign-id: string,
from-email-address-id: option<f64>,
from-name: option<string>,
list-id: option<f64>,
name: option<string>,
schedule: option<f64>,
subject: option<string>,
template-id: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| email-campaign-id | string | |
| from-email-address-id | option<f64> | |
| from-name | option<string> | |
| list-id | option<f64> | |
| name | option<string> | |
| schedule | option<f64> | |
| subject | option<string> | |
| template-id | option<f64> |