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

    Request message for creating a new dynamic group.

    interface ContactsCreateDynamicGroupRequest {
        condition?: ContactsInputDynamicCondition[];
        defaultGroup?: WebitelContactsLookup;
        description?: string;
        enabled?: boolean;
        name: string;
    }
    Index

    Properties

    Input details for the dynamic group.

    defaultGroup?: WebitelContactsLookup

    Default static group to assign if no conditions are met.

    description?: string

    The description of the dynamic group.

    enabled?: boolean

    Enabled status of the dynamic group: active/inactive.

    name: string

    The name of the dynamic group.