WhatsApp Connector Pack
★Trusted◇Sandbox optionalv1.0.0MIT✔Verified80Connectorby AgentNode · published 6 months ago · toolpack
Send and receive WhatsApp messages via the Business API.
Send text messages, images, and documents through WhatsApp Business API. Supports message templates, quick replies, and read receipts.
Quick Start
agentnode install whatsapp-connector-packRuns in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.
Usage
From packagefrom whatsapp_connector_pack.tool import run
result = run(
action="send_message",
to="+14155551234",
message_type="text",
text="Hi Maria! Your order #ORD-7823 has been shipped. "
"Expected delivery: March 21, 2026. "
"Track your package here: https://track.example.com/ORD-7823"
)
print(f"Message ID: {result['message_id']}")
print(f"Status: {result['status']}")
print(f"Timestamp: {result['timestamp']}")Environment Variables
WHATSAPP_PHONE_NUMBER_IDWhatsApp Business phone number ID from Meta Business Manager
WHATSAPP_ACCESS_TOKENWhatsApp Business API access token from Meta for Developers
Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works
Verification
Package installs and imports correctly. runtime checks passed.
This package was executed and validated by AgentNode before listing. Install, import, and runtime checks passed.
Verified in real_auto mode
Last verified 12d ago· Runner v2.0.0
Use this when you need to...
- ›Send order confirmation messages to customers via WhatsApp
- ›Build a WhatsApp chatbot for appointment scheduling
- ›Broadcast promotional templates to opted-in customer lists
- ›Receive and process incoming WhatsApp messages for support triage
- ›Send delivery tracking updates with interactive reply buttons
README
Version History
Capabilities
Connector
Permissions
Declared by the publisher. Checked before execution by the policy gate.
Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more
Privacy
All tool execution happens locally on your machine. AgentNode never receives:
- • Tool inputs or outputs
- • Execution logs
- • Data your agent processes
Only install events and search queries are sent to the registry.
agentnode install whatsapp-connector-packEnvironment Variables
WHATSAPP_PHONE_NUMBER_IDrequiredWHATSAPP_ACCESS_TOKENrequiredFiles (3)
License
MITStats
Compatibility
Frameworks
Runtime
pythonPython Version
>=3.10Trust & Security
Publisher
AgentNode
@agentnode