Member Junction
    Preparing search index...

    Stats for the integration dashboard overview

    interface IntegrationDashboardStats {
        ActiveIntegrations: number;
        FailedRunsLast24h: number;
        NextScheduledSync: string;
        RecordsSyncedToday: number;
    }
    Index

    Properties

    ActiveIntegrations: number

    Total number of active integrations

    FailedRunsLast24h: number

    Number of failed runs in the last 24 hours

    NextScheduledSync: string

    Next scheduled sync time

    RecordsSyncedToday: number

    Total records synced across all integrations today