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

    Input message for creating/updating a dynamic group.

    interface ContactsDynamicGroupInput {
        defaultGroup?: WebitelContactsLookup;
        description?: string;
        enabled?: boolean;
        name?: string;
    }
    Index

    Properties

    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.