Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface NoCodeWebhookIngestResult

    interface NoCodeWebhookIngestResult {
        actionCount: number;
        actionEventIds: string[];
        agentId: string;
        executionEventId: string;
        executionId: string;
        platform: "generic" | "n8n" | "zapier" | "make";
        sessionId: string;
        status: string;
        workflowId: string;
        workflowName: string;
    }
    Index
    actionCount: number
    actionEventIds: string[]
    agentId: string
    executionEventId: string
    executionId: string
    platform: "generic" | "n8n" | "zapier" | "make"
    sessionId: string
    status: string
    workflowId: string
    workflowName: string