whatsapp-mcp / webhook/payload-types / StatusUpdateNormalised
Interface: StatusUpdateNormalised
Defined in: src/webhook/payload-types.ts:32
A delivery / read / failed status update for one of our outbound messages.
Properties
errorCode
readonly errorCode: number | null;Defined in: src/webhook/payload-types.ts:40
eventId
readonly eventId: string;Defined in: src/webhook/payload-types.ts:34
kind
readonly kind: "status_update";Defined in: src/webhook/payload-types.ts:33
phoneNumberId
readonly phoneNumberId: string;Defined in: src/webhook/payload-types.ts:35
recipientWaId
readonly recipientWaId: string | null;Defined in: src/webhook/payload-types.ts:39
status
readonly status: string;Defined in: src/webhook/payload-types.ts:38
Meta status: sent, delivered, read, failed.
ts
readonly ts: Date | null;Defined in: src/webhook/payload-types.ts:41
waMessageId
readonly waMessageId: string;Defined in: src/webhook/payload-types.ts:36