| HtmlURL | String | Yes | The url location of the html newsletter |
| NewExisting | String | Yes | This command creates a new newsletter or updates an existing one.
New = Create a new newsletter
Existing = Edit an existing newsletter
|
| NewsletterID | Integer | Yes, if existing
No, if new
| The id of an existing newsletter, if importing a new newsletter than it must be left blank |
| NewsletterName | String | Yes, if new
No, if existing
| The name of the new newsletter, if updating an existing newsletter than it must be left blank. |
| ReplaceImages | Boolean | No | This command replaces relative image paths in your newsletter with the HtmlURL path.
“false” = (Default) Keeps image paths as is
“true” = Replaces image paths
|
| ReplaceLinks | Boolean | No | This command replaces your relative link paths with the HtmlURL path.
“false” = (Default) Keeps link paths as is
“true” = Replaces link paths
|
| TextURL | String | No | The url location of the text newsletter |