Skip to main content
POST
Create folder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Folder name.

Required string length: 1 - 255
folderType
enum<string>
required

Folder category, tag or customField.

Available options:
tag,
customField
parentId
string | null

Parent folder id, or null/omit for a top-level folder.

Response

OK

id
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
name
string
required
folderType
enum<string>
required
Available options:
tag,
flow,
customField,
automatedResponse,
trigger,
webhook,
sequence,
emailTopic,
fbComment,
igComment,
igStory,
outboundAutomatedResponse
workspaceId
string
required
isTrash
boolean
required
paths
null[]
required
parentId
string | null