WhatsApp
Communication Doc verified

WhatsApp Connector

Offline WhatsApp click-to-chat primitives: build/parse wa.me and whatsapp:// links, normalize numbers to international format, and render QR codes — zero network calls, zero auth. Personal WhatsApp has no official API (unofficial clients get numbers banned); to SEND or RECEIVE messages programmatically use the 'whatsapp_business' connector.

$pip install "toolsconnector[whatsapp]"
7
Actions
Communication
Category
Free
Apache 2.0

All 7 Actions

Action Description Parameters Returns
build_app_linkBuild a native whatsapp:// deep link[phone, text]WhatsAppLinkResult
build_chat_linkBuild a wa.me click-to-chat linkphone  [text]WhatsAppLinkResult
build_text_linkBuild a text-only wa.me link (recipient picker)textWhatsAppLinkResult
normalize_phoneNormalize a phone number to wa.me international digitsnumberstr
parse_linkParse and validate any WhatsApp linkurlWhatsAppParsedLink
render_qr_svgRender a click-to-chat QR code as SVG (offline)[url, phone, text, scale, dark]WhatsAppQRResult
validate_group_invite_linkValidate a chat.whatsapp.com group invite linkurlWhatsAppParsedLink
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing