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

    Function recordIntegrationDelivery

    • Parameters

      • params: {
            agentId: string;
            channelId: string;
            eventName: string;
            maxReceipts?: number;
            payloadSha256: string;
            receipt: WebhookDeliveryReceipt;
            sequence: number;
            workspace: string;
        }

      Returns {
          agentId: string;
          attempts: number;
          channelId: string;
          delivered: boolean;
          deliveryId: string;
          error: string | null;
          eventName: string;
          httpStatus: number | null;
          payloadSha256: string;
          receipt: unknown;
          recordId: string;
          sequence: number;
          ts: number;
          url: string;
      }