Skip to Content

whatsapp-mcp


whatsapp-mcp / meta/send-text / SendTextArgs

Interface: SendTextArgs

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

Properties

accessToken

readonly accessToken: string;

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

Access token bound to this WABA number.


body

readonly body: string;

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

Body text. UTF-8; the Meta API enforces its own length limits.


previewUrl?

readonly optional previewUrl?: boolean;

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

When true, Meta will attempt to render a link preview from body.


to

readonly to: string;

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

Recipient WhatsApp id in E.164 without leading +.


waPhoneNumberId

readonly waPhoneNumberId: string;

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

Meta’s wa_phone_number_id — the numeric WABA number id, not our internal uuid.