@webitel/api-services
    Preparing search index...
    interface ContactsDynamicCondition {
        assignee?: WebitelContactsLookup;
        expression?: string;
        group?: WebitelContactsLookup;
        id?: string;
    }
    Index

    Properties

    The ID of the assignee that should be assigned if the condition is met (optional).

    expression?: string

    The query or condition expression used to evaluate the group.

    The ID of the static group that should be assigned if the condition is met.

    id?: string

    The unique ID of the condition.