Skip to Content

whatsapp-mcp


whatsapp-mcp / meta/send-text / sendText

Function: sendText()

function sendText(args): Promise< | MetaApiFailure | MetaApiSuccess<SendMessageResponseBody>>;

Defined in: src/meta/send-text.ts:27 

Issue a text-message send. Returns the raw Meta result; the caller is responsible for mapping a failure to a typed error and persisting the row.

Parameters

args

SendTextArgs

Returns

Promise< | MetaApiFailure | MetaApiSuccess<SendMessageResponseBody>>