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

    Interface IntegrationQueueItemInput

    interface IntegrationQueueItemInput {
        agentId: string;
        channelId: string;
        channelType: IntegrationChannelType;
        destinationRef?: string | null;
        destinationUrl?: string | null;
        eventName: string;
        extraHeaders?: Record<string, string>;
        maxRounds?: number;
        orderedSequence?: number | null;
        payloadBody: string;
        secretRef?: string | null;
    }
    Index
    agentId: string
    channelId: string
    destinationRef?: string | null
    destinationUrl?: string | null
    eventName: string
    extraHeaders?: Record<string, string>
    maxRounds?: number
    orderedSequence?: number | null
    payloadBody: string
    secretRef?: string | null