Custom field
Created Custom Field
Payload example:
📘This event is being sent when a new custom field is created.
Event name
custom_field.created
Payload fields
Parameter | Type | Description |
---|---|---|
id | integer | Custom field ID |
title | string | Custom field title |
isRequired | boolean | A boolean value that indicates, that custom field should be filled on case create/update page. |
isFilterable | boolean | A boolean value that indicates, that custom field will be shown in filters |
isVisible | boolean | A boolean value that indicates, that custom field will be visible in preview and on test case page. |
default_value | string | Default value for custom field |
value | string | |
type | string | Custom field type. Available values: |
entity | string | Custom field entity. Available values: |
Deleted Custom Field
Payload example:
📘This event is being sent when a custom field is deleted.
Event name
custom_field.deleted
Payload fields
Parameter | Type | Description |
---|---|---|
id | integer | Custom field ID |
title | string | Custom field title |
isRequired | boolean | A boolean value that indicates, that custom field should be filled on case create/update page. |
isFilterable | boolean | A boolean value that indicates, that custom field will be shown in filters |
isVisible | boolean | A boolean value that indicates, that custom field will be visible in preview and on test case page. |
default_value | string | Default value for custom field |
value | string | |
type | string | Custom field type. Available values: |
entity | string | Custom field entity. Available values: |
Updated Custom Field
Payload example:
📘This event is being sent when a custom field is updated.
Event name
custom_field.updated
Payload fields
Parameter | Type | Description |
---|---|---|
id | integer | Custom field ID |
title | string | Custom field title |
isRequired | boolean | A boolean value that indicates, that custom field should be filled on case create/update page. |
isFilterable | boolean | A boolean value that indicates, that custom field will be shown in filters |
isVisible | boolean | A boolean value that indicates, that custom field will be visible in preview and on test case page. |
default_value | string | Default value for custom field |
value | string | |
type | string | Custom field type. Available values: |
entity | string | Custom field entity. Available values: |
Last updated