Template Folders

Returns the names and IDs of all Optimail template folders for a particular brand.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Notes

  • If ParentFolderID is included in the request, the response will include only Optimail template folders located in the specified parent folder and not templates located in any subfolders of the specified folder.

Sample Request

https://apiX.optimove.net/current/optimail/GetTemplateFolders?BrandID=4&ParentfolderID=3321

Sample Response

{
	"BrandID":4,
	"Folders":[
		{"ID":100004,"Name":"Test 1","ParentFolderID": 3321},
		{"ID":100046,"Name":"Test 2","ParentFolderID": 3321}
	]
}
Query Params
int32
required
int32
Response
200

Success

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!