@webitel/api-services
    Preparing search index...

    Input message for creating/updating a condition.

    interface ContactsInputCondition {
        assignee?: WebitelContactsLookup;
        expression?: string;
        group?: string;
        position?: ContactsPosition;
    }
    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.

    group?: string

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

    position?: ContactsPosition

    The position of the condition in the group.