Record
patch-campaigns-id-body-settings
No description available.
record patch-campaigns-id-body-settings {
authenticate: option<bool>,
auto-fb-post: option<list<string>>,
auto-footer: option<bool>,
auto-tweet: option<bool>,
fb-comments: option<bool>,
folder-id: option<string>,
from-name: string,
inline-css: option<bool>,
preview-text: option<string>,
reply-to: string,
subject-line: string,
template-id: option<s32>,
title: option<string>,
to-name: option<string>,
use-conversation: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| authenticate | option<bool> | |
| auto-fb-post | option<list<string>> | |
| auto-footer | option<bool> | |
| auto-tweet | option<bool> | |
| fb-comments | option<bool> | |
| folder-id | option<string> | |
| from-name | string | |
| inline-css | option<bool> | |
| preview-text | option<string> | |
| reply-to | string | |
| subject-line | string | |
| template-id | option<s32> | |
| title | option<string> | |
| to-name | option<string> | |
| use-conversation | option<bool> |