The official Python client for the Wawp WhatsApp Automation Platform. Build powerful WhatsApp bots and automation scripts with ease.
- Resource-Based API: Clean syntax like
client.messaging.send_text(). - Full V2 Support: Messaging, Groups, Channels, Labels, and more.
- Webhook Security: Built-in methods to verify HMAC signatures.
- Synchronous & Powerful: Optimized for quick automation and AI integration.
pip install wawp-sdkfrom wawp_sdk import WawpClient
# Initialize the client
client = WawpClient(instance_id='YOUR_ID', access_token='YOUR_TOKEN')
# Send a text message
client.messaging.send_text('201234567890@c.us', 'Hello from the Python SDK!')
# Check session status
info = client.session.info()
print(f"Session Status: {info['status']}")- JS/TS SDK: For Node.js environments.
- PHP SDK: For PHP & Laravel.
- Live API Docs: Test endpoints interactively.
© 2026 Wawp API. All rights reserved.