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