Skip to Content

whatsapp-mcp


whatsapp-mcp / meta/mark-read / markRead

Function: markRead()

function markRead(args): Promise< | MetaApiFailure | MetaApiSuccess<StatusUpdateResponseBody>>;

Defined in: src/meta/mark-read.ts:25 

POST a read receipt to Meta for the given inbound wamid.

Parameters

args

MarkReadArgs

Returns

Promise< | MetaApiFailure | MetaApiSuccess<StatusUpdateResponseBody>>

Remarks

Meta’s mark-read endpoint is fire-and-forget — { success: true } is the only documented success body. Failures are rare in practice; this call uses the standard retry policy from metaFetch.