Wasm Directoryalpha
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

NameTypeDescription
from-email-address-idf64
from-namestring
list-idf64
namestring
scheduleoption​<f64>
subjectstring
template-idf64