# PostTemplate

PostTemplate

A post template used for content inspiration.

**Fields:**
- `id`: `PostTemplateId!` - The unique identifier for the template. *(🧪 Preview)*
- `body`: `String!` - The main content body of the template, may contain {{placeholders}}. *(🧪 Preview)*
- `description`: `String!` - A short user-facing description of the template. *(🧪 Preview)*
- `emoji`: `String!` - The emoji associated with the template. *(🧪 Preview)*
- `organizationId`: `OrganizationId!` - The organization that owns this template. *(🧪 Preview)*
- `title`: `String!` - The title of the template. *(🧪 Preview)*
- `visibility`: `PostTemplateVisibility!` - The visibility level of the template. `public` is returned for
Buffer-managed templates. *(🧪 Preview)*
- `createdAt`: `DateTime!` - The date and time the template was created. *(🧪 Preview)*
- `updatedAt`: `DateTime!` - The date and time the template was last updated. *(🧪 Preview)*