provider Message Template Folders POST /teammates/{teammate_id}/message_template_folders
@utdk/front /teammates/{teammate_id}/message_template_folders
Create teammate folder
Create a new message template folder belonging to the requested teammate. Required scope: `message_templates:write`
teammate_id path required
The teammate ID. Alternatively, you can supply an email as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1).
string

Try it

Authentication
Configure credentials for Core API
createTeammateFolder
POST/teammates/{teammate_id}/message_template_folders
Create a new message template folder belonging to the requested teammate. Required scope: `message_templates:write`

Parameters

required

The teammate ID. Alternatively, you can supply an email as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1).

Input

required

Name of the message template folder

ID of the parent folder to be placed into. Goes into the root folder if unspecified or if null.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.createTeammateFolder({
  "teammate_id": "tea_123"
})