POST
/
v3
/
email-template-folders
Create an email template folder
curl --request POST \
  --url https://api.reply.io/v3/email-template-folders \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "Sales templates",
  "folderType": "personal"
}
'
{
  "id": 5,
  "name": "Marketing templates",
  "folderType": "personal",
  "isDefault": false
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Body

application/json

Request body for creating a new email template folder.

name
string
required

Name of the folder

Maximum string length: 128
folderType
enum<string>
required

Type of the folder

Available options:
personal,
team

Response

Email template folder created successfully

An email template folder for organizing templates.

id
integer

Unique identifier for the folder

name
string

Name of the folder

folderType
string

Type of the folder (e.g., "personal", "shared")

isDefault
boolean

Whether this is a default folder