Skip to main content
Custom fields allow you to associate additional data with your cases using key-value pairs. This feature provides flexibility to include additional information that isn’t covered by Decisionly’s standard fields.

Custom Field Requirements

Custom fields must adhere to the following requirements:
  • Field limit: Maximum of 25 key-value pairs per case
  • Key constraints: Each key must be 50 characters or fewer
  • Value types: Values must be strings only
  • String values: Maximum length of 250 characters

Using Custom Fields

When creating or updating a case, you can include custom fields in your request body. These fields can be used to:
  • Store internal reference IDs
  • Include category or classification data
  • Trigger workflow rules for automated case handling
  • Store any other relevant case metadata

Managing Custom Fields

You can create, update, and remove custom fields as needed:
  • Create/Update: Set a value for the field in your request
  • Remove: Set the field value to null to completely remove the key-value pair from the case

Example

Custom Fields with Workflow Rules

Custom fields can power Decisionly’s workflow rules, enabling automated actions based on field values. When using custom fields for workflow automation:
  • Maintain consistency: Use identical string values across cases (e.g., always use “high_priority” instead of mixing with “High Priority”)
  • Document conventions: Maintain internal documentation of your custom field naming and value conventions