cURL
curl --request GET \ --url https://api.reply.io/v3/email-template-folders \ --header 'X-API-Key: <api-key>'
[ { "id": 5, "name": "Marketing templates", "folderType": "personal", "isDefault": false } ]
Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Returns all email template folders for the authenticated user.
API key passed in the X-API-Key header
List of email template folders
Unique identifier for the folder
Name of the folder
Type of the folder (e.g., "personal", "shared")
Whether this is a default folder