Custom Fields
This section will cover details of using ClearFeed Custom Fields
Custom Fields let you add properties to requests, tickets, and customers. For requests and tickets, these properties extend standard fields such as Status, Priority, and Assignee. They help:
Tag requests with custom values
Build requester-facing forms for structured data capture before ticket creation
Enable granular reporting, especially for single-select fields
Field Types
ClearFeed supports the following types of custom fields:
Single Select
Multi Select
Single-Line Text
Multi-Line Text
Number
Date
Date & Time
User Select
Attachment
Creating a New Custom Field
Go to Forms on the ClearFeed WebApp.
Click on Fields
Click Create New Field
Choose the desired Field Type
(Optional) For Text fields, specify the Character Limit.
(Optional) Add User Description — Shown to end users when they fill out forms. Use this to explain what the field captures and guide users in providing the right input.
(Optional) Add AI Description — Used to auto-fill this field with AI. Provide guidance on how AI should interpret and use this field. Available for all field types (except User select)

Usage
Fill via Triage
Click the Edit button on any triage message in Slack to view and update the values for custom fields.
Fill via WebApp
Open a request → Scroll to Forms and Custom Fields → Enter values.
Use in API Payloads
API custom-property payloads reference custom fields by stable IDs. Select and multi-select fields also have IDs for each option.
To find and copy these IDs:
Go to Forms → Fields.
Turn on Show API IDs. Field IDs appear next to each field type. Option IDs appear inside select and multi-select option tags.
Click a field ID or option tag to copy its ID.
The IDs are hidden by default and appear only in the fields list, not in the field editor. Names can change, but IDs remain stable. When creating a ticket through the API, use these IDs in the fields object. See Create Ticket via Form for payload details and an example.
Use in Forms
Custom Fields can be added to request forms to gather structured data at the time of ticket creation. Learn how to Create Forms
Use in Automations
Custom Fields can be referenced in automation Send Message and Webhook actions using placeholders. For User Select fields, you can reference the selected user's name, email, or id, for example {{ticket.Support Owner.email}}. Learn more in Adding Parameters in Messages.
FAQs
Is there a limit on number of fields we can create? Answer: Users can create as many single-select and multi-select fields. For the text type fields, we currently support the creation of up to 50 fields. Please contact support@clearfeed.ai if you want to create more than 50 text-type fields.
How many fields will be displayed in the triage request block? Answer: The first five configured custom fields will be shown on the triage message block. However, all the created custom fields will be visible once you click on the
Editbutton on Triage. All the fields will also be visible on the ClearFeed Web App.Can I bulk upload values for a custom field (e.g., via CSV import)? Answer: Currently, ClearFeed does not support bulk uploading of field values (such as options for a single-select or multi-select field) via CSV or similar methods. You can use the Custom Fields API to bulk add field values programmatically. Alternatively, if you have a large number of values to add, please contact support—one-time manual insertion may be possible as a workaround in some cases.
Last updated
