Add webhook delivery logging to track webhook delivery success and errors.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/c7ce6715-e505-4cee-8ab6-3d08467223da.jpg
This commit is contained in:
alphaeusmote
2025-04-10 01:54:37 +00:00
parent 7258a5da9b
commit 8108139e80
3 changed files with 118 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useToast } from "@/hooks/use-toast";
import { queryClient, apiRequest } from "@/lib/queryClient";
import { useAuth } from "@/hooks/use-auth";
import { useOrganization } from "@/context/organization-context";
import { Webhook } from "@shared/schema";
import { Webhook, WebhookDeliveryLog } from "@shared/schema";
import {
Card,