Skip to main content
POST
Add a new folder.

Authorizations

Authorization
string
header
required

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

Body

application/json

Folders are used to group conversations. A conversation can be assigned to an folder.

id
integer

Internal ID.

title
string

Title of the folder.

unread_conversations_count
integer

Number of conversation with at least one unread customer message.

Response

200 - application/json

Success

Folders are used to group conversations. A conversation can be assigned to an folder.

id
integer

Internal ID.

title
string

Title of the folder.

unread_conversations_count
integer

Number of conversation with at least one unread customer message.