Skip to main content
POST
/
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

folderType
string
required

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

Response

Email template folder created successfully

An email template folder for organizing templates.

id
integer
required

Unique identifier for the folder

name
string
required

Name of the folder

folderType
string
required

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

isDefault
boolean

Whether this is a default folder