> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# reply_template_folder table

> This table contains entries for folders for reply templates.

## reply\_template\_folder Table (276)

This table contains entries for folders for reply templates.

## Fields

| Name        | Description                                                                          | Type                                                      | Nullable |
| ----------- | ------------------------------------------------------------------------------------ | --------------------------------------------------------- | :------: |
| id          | The primary key (auto-incremented)                                                   | PK                                                        |    No    |
| parent\_id  | The id of the parent folder of this folder. NULL or -1 of this is a toplevel folder. | FK [reply\_template\_folder](./reply-template-folder.mdx) |    No    |
| name        | The name of this folder.                                                             | String(64)                                                |    No    |
| description | The description of this folder.                                                      | String(255)                                               |    Yes   |
| flags       | A bitmap for this folder.                                                            | Int                                                       |    Yes   |
| fullname    | The full name of this folder , i.e. Foo/bar/test.                                    | Clob                                                      |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/G4reeQVP-LmhQATQ/media/loc/en/database/tables/reply_template_folder.png?fit=max&auto=format&n=G4reeQVP-LmhQATQ&q=85&s=5e3d8ea9d639cfbf121bbc1f4943908e" alt="reply_template_folder table relationship diagram" width="760" height="59" data-path="media/loc/en/database/tables/reply_template_folder.png" />

## Indexes

| Fields     | Types      | Description |
| ---------- | ---------- | ----------- |
| parent\_id | FK         | Index       |
| name       | String(64) | Index       |

## Relationships

| Table                                              | Description                                                                                                       |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| [ms\_filter](./ms-filter)                          | This table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails. |
| [reply\_template](./reply-template)                | Templates for automatic and manual replies to emails/sms organized hierachically                                  |
| [reply\_template\_folder](./reply-template-folder) | This table contains entries for folders for reply templates.                                                      |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
