WAHA 2024.10
Posted in Releases on September 30, 2024 by devlikeapro ‐ 2 min read
🎉 We are thrilled to announce the release of WAHA 2024.10 🎉
WAHA Core - Receive Media
We published 📥 Receive messages in free WAHA Core version, so you can receive media files in your WhatsApp API for free!
We’ll continue to publish features from ➕ WAHA Plus to WAHA Core, so you can use them for free!
{
"event": "message",
"session": "default",
"payload": {
"id": "true_11111111111@c.us_AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"timestamp": 1667561485,
"body": "Check this out (caption for the media)!",
"from": "11111111111@c.us",
"hasMedia": true,
"media": {
"url": "http://localhost:3000/api/files/true_11111111111@c.us_AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.jpg",
"mimetype": "image/jpeg",
"filename": null
}
}
}
n8n Low Code Integration
Meat the new WAHA integration with n8n!
You can build your WhatsApp automation with using n8n and WAHA in pair!
For that we’ve built @devlikeapro/n8n-nodes-waha directly from our Swagger specification, so all available API calls are available in n8n.
Install it on your n8n instance and start building your first workflow:
@devlikeapro/n8n-nodes-waha
Read more about 🧩 n8n Integration
TypeBot Integration
Using the n8n workflow you can integrate TypeBot with WAHA!
👉 Checkout out 🧩 TypeBot Integration
ChatWoot Integration
Using the n8n workflow you can integrate ChatWoot with WAHA!
👉 Checkout out 🧩 ChatWoot Integration
Workflow Templates
👉 Check out https://waha-n8n-workflows.devlike.pro for workflow templates!
Stability fixes
We’re working on internal things to stabilize the product, to avoid any issues with the API.
Check the full 🆕 Changelog for more details!