Skip to Content

whatsapp-mcp


whatsapp-mcp / meta/types / SendTextRequestBody

Interface: SendTextRequestBody

Defined in: src/meta/types.ts:35 

Request body for sending a plain text message.

Properties

messaging_product

readonly messaging_product: "whatsapp";

Defined in: src/meta/types.ts:36 


recipient_type

readonly recipient_type: "individual";

Defined in: src/meta/types.ts:37 


text

readonly text: { body: string; preview_url?: boolean; };

Defined in: src/meta/types.ts:40 

body

readonly body: string;

preview_url?

readonly optional preview_url?: boolean;

to

readonly to: string;

Defined in: src/meta/types.ts:38 


type

readonly type: "text";

Defined in: src/meta/types.ts:39