Skip to main content
POST
/
v3
/
email-template-folders
Create an email template folder
curl --request POST \
  --url https://api.reply.io/v3/email-template-folders \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Sales templates",
  "folderType": "personal"
}
'
{
  "id": 5,
  "name": "Marketing templates",
  "folderType": "personal",
  "isDefault": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

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
read-only

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