@vectorize-io/vectorize-client
    Preparing search index...

    Interface FIREFLIESConfig

    Configuration for Fireflies.ai connector

    FIREFLIESConfig

    interface FIREFLIESConfig {
        endDate?: Date;
        maxMeetings?: number;
        participantFilter?: string;
        participantFilterType: string;
        startDate: Date;
        titleFilter?: string[];
    }
    Index

    Properties

    endDate?: Date

    End Date. Include meetings up to this date only. Example: Enter a date: Example 2023-12-31

    FIREFLIESConfig

    maxMeetings?: number

    Max Meetings. Leave blank for no limit, or specify a maximum number. Example: Enter maximum number of meetings to retrieve (leave blank for no limit)

    FIREFLIESConfig

    participantFilter?: string

    Participant's Email Filter. Include meetings where these participants were invited. Example: Enter participant email

    FIREFLIESConfig

    participantFilterType: string

    FIREFLIESConfig

    startDate: Date

    Start Date. Include meetings from this date forward. Example: Enter a date: Example 2023-12-31

    FIREFLIESConfig

    titleFilter?: string[]

    Title Filter. Only include meetings containing any of these keywords in the title. Example: Enter meeting title keywords

    FIREFLIESConfig