Creates a new email template.
EXECUTE Example:
EXECUTE CreateEmailTemplate Name = 'Marketo.html', File = 'C:\\Users\\Dell\\Desktop\\Test_Logs\\Marketo.html', Description = 'Test Create Email Template', FolderId = 45, FolderType = 'Folder'
Input
| Name |
Type
|
Required
|
Description
|
| File
|
String
|
False
|
Multipart File. HTML content for template.
|
| FolderId
|
Integer
|
False
|
The Id of the folder
|
| FolderType
|
String
|
False
|
The type of the folder
|
| Name
|
String
|
False
|
The name of the Email Template. Must be unique under the parent folder.
|
| Description
|
String
|
False
|
The description of the email template
|
Result Set Columns
| Name |
Type |
Description
|
| Id
|
String
|
The Id of the created email template
|