WEBHOOK_EVENT_PROCESS_FAIL
interface WebhookEventProcessFailEventSanitised { category: "webhook"; clientId: string | undefined; data: { deliveryAttempts: number | undefined; error: { message: string; type: string }; eventType: string; id: string; url: string; webhookId: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "WEBHOOK_EVENT_PROCESS_FAIL"; userAgent: string | undefined; version: "1";}
Properties
category
category: "webhook"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
deliveryAttempts: number | undefined;
error: { message: string; type: string };
eventType: string;
id: string;
url: string;
webhookId: string;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "WEBHOOK_EVENT_PROCESS_FAIL"
userAgent
userAgent: string | undefined