Whinself is a powerful WhatsApp integration platform that enables seamless communication and automation for businesses and projects. Our platform provides robust APIs and tools to connect your applications with WhatsApp's messaging capabilities.
Build intelligent chatbots, automate processes, create smart home triggers, and integrate with web applications using our comprehensive WhatsApp messaging client with full multimedia support.
Take control of your WhatsApp groups with powerful management capabilities. Automate group creation, deploy interactive polls, schedule targeted content, and implement moderation.
Leverage WhatsApp's channels feature to build your marketing presence. Create and manage broadcast channels, schedule content, and engage with your audience effectively.
We believe in straightforward pricing without hidden fees or complex calculations.
That's it. No surprises, no hidden fees.
Whinself runs seamlessly as a Docker container, making deployment simple across any environment:
{
"nrurl": "https://your-webhook-endpoint.com/incoming",
"SlotID": "MyWhatsAppBot",
"debuglevel": 0,
"logsse": true,
"devicename" : "whinself",
"portin": 3000
}
Mandatory Configuration Parameters:
nrurl
: The webhook URL where incoming WhatsApp messages will be postedSlotID
: Your unique WhatsApp bot identifierportin
: Port number the Whinself server will run onOptional Configuration Parameters:
debuglevel
: Log level (0=DEBUG, 1=INFO, 2=WARN, 3=ERROR)docker run -d \
--name whinself \
-p 3000:3000 \
-v $(pwd)/config.json:/app/config.json \
whinself/whinself:latest
Navigate to http://localhost:3000
and scan the WhatsApp QR code to connect your device.
That's it! Your Whinself instance is now running and ready to power your WhatsApp integrations.