Deskhero Developer Hub
Back to deskhero.com
Automations

Possibilities

Returns the ticket properties an automation condition can be built on (requester email, requester email domain, message subject, message body and the AI evaluated catch all), each with the condition types allowed for it. Passing v greater than 0 adds the Language condition, with the tenant's source languages as its options.

GET /api/{tenant:minlength(2)}/v{version:apiVersion}/automations/possibilities
Authorisation
Minimum role: USER

Request arguments

Name Type Source
vInt32Query
Request body example

Response

Status
200 (OK)
Type
DTO_automation_possibility[]
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_automation_possibility
NameTypeReadOnlyDescription
field_optionsDTO_reference[]Field options
field_keyStringField key
field_labelStringField label
field_placeholderStringField placeholder
condition_typesautomation_condition_type[]Condition types
show_condition_typesBooleanShow condition types
is_defaultBooleanIs default
DTO_reference
NameTypeReadOnlyDescription
idInt32The id of the reference
labelObjectReadOnlyName/Label from referenced object.

Generated Aug 4, 2026 18:37