v8.2.1

aldinokemal/go-whatsapp-web-multidevicev8.2.1Feb 4, 2026by aldinokemal

AI Summary

Documentation and configuration release adding extensive Chatwoot integration documentation and new configuration options for device management and webhook control.

Key Highlights

  • New CHATWOOT_DEVICE_ID configuration for multi-device setups
  • WHATSAPP_WEBHOOK_INCLUDE_OUTGOING to control outgoing message webhooks
  • Comprehensive Chatwoot integration documentation in docs/chatwoot.md

New Features

  • Device-specific Chatwoot configuration
  • Webhook outgoing messages toggle

Full Release Notes

## What's New in v8.2.1

šŸ“š **Documentation & Configuration Release: Chatwoot Enhancements**

This patch release adds extensive documentation for the Chatwoot integration and introduces new configuration options for device management and webhook control.

---

## ✨ New Features

### New Configuration Options
- **`CHATWOOT_DEVICE_ID`**: Specify which WhatsApp device to use for Chatwoot integration in multi-device setups
- **`WHATSAPP_WEBHOOK_INCLUDE_OUTGOING`**: Control whether outgoing messages are included in webhook notifications

---

## šŸ“š Documentation

### Chatwoot Integration Documentation
- **New Guide**: Added comprehensive `docs/chatwoot.md` with complete integration guide
- **Prerequisites**: Detailed requirements for Chatwoot setup
- **Configuration**: Complete examples for environment variables and CLI flags
- **Setup Process**: Step-by-step guide for API channel creation and webhook configuration
- **Troubleshooting**: Common issues and solutions for outbound messages and device management

---

## šŸ”§ Technical Improvements

### Configuration Updates
- Updated `.env.example` with new Chatwoot configuration options
- Minor improvements to Chatwoot webhook handler
- Dependency updates

---

## What's Changed
* feat: add comprehensive Chatwoot integration documentation by @aldinokemal

**Full Changelog**: https://github.com/aldinokemal/go-whatsapp-web-multidevice/compare/v8.2.0...v8.2.1