Skip to main content
PUT
/
v3
/
email-template-folders
/
{id}
Update an email template folder
curl --request PUT \
  --url https://api.reply.io/v3/email-template-folders/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Renamed folder"
}
'
{
  "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.

Path Parameters

id
integer
required

Email template folder ID

Query Parameters

folder_type
string
required

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

Body

application/json

Request body for updating an email template folder.

name
string
required

New name for the folder

Maximum string length: 128

Response

Email template folder updated 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