Circle V2 API Docs
    Preparing search index...
    • Posts a new-vote alert to the Slack incoming webhook configured via AI_FEEDBACK_SLACK_WEBHOOK_URL. Fire-and-forget: skips silently when the webhook is not configured, and NEVER throws — a Slack failure must not affect the user's feedback submission (logged and swallowed).

      Parameters

      • params: {
            feedback: Pick<
                AiFeedbackRow,
                "id"
                | "flow"
                | "rating"
                | "comment"
                | "correction",
            >;
            logger: BaseLogger;
        }

      Returns Promise<void>