Create a template folder
POST/emails/locations/:locationId/templates/folders
Create a new template folder
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location ID
- application/json
- Body
- Example (auto)
Bodyrequired
namestringrequired
Folder name
userIdstring
ID of the user performing this action
{
"name": "Spring Campaigns",
"userId": "507f1f77bcf86cd799439011"
}
Success
- application/json
- Schema
- Example (auto)
Schema
idstringrequired
Folder ID
namestringrequired
Folder name
createdAtstring
Created timestamp
updatedAtstring
Updated timestamp
traceIdstring
Trace ID of request
{
"id": "67f15c2ae99226d5bcccb8f3",
"name": "Spring Campaigns",
"createdAt": "2025-07-24T11:55:43.598Z",
"updatedAt": "2025-07-24T11:55:43.598Z",
"traceId": "019e4ef5-a65e-4198-8cf9-8e93dca9bda4"
}