Zammad Addons New
Released: February 2026
Zammad’s native "Thumbs up / Thumbs down" is too basic for modern NPS (Net Promoter Score) surveys.
Installing these new packages is easier than ever thanks to the Zammad Package Manager (introduced in version 6.0).
Step-by-step:
In the competitive landscape of customer support, Zammad has carved out a unique niche. As a modern, open-source helpdesk, it offers a sleek UI, powerful automation, and multi-channel management out of the box. However, as businesses scale, the "vanilla" version often requires specific enhancements.
This is where the ecosystem of Zammad addons comes into play. Until recently, addons for Zammad were fragmented—a mix of community scripts, semi-supported plugins, and complex API hacks. But 2024 and 2025 have ushered in a new generation of Zammad addons that are more stable, feature-rich, and enterprise-ready than ever before. zammad addons new
In this article, we will explore the latest Zammad addons, how they bridge the gap between open-source flexibility and commercial power, and why upgrading your stack with these new tools is a strategic necessity.
Most new addons are distributed as .gem files or via GitHub.
Pro Tip: Always test new addons in a Docker sandbox first. The "newest" addons for Zammad may rely on bleeding-edge Node.js packages.
What it is: An enhancement to Zammad’s basic SLA module. The "New" Difference: Standard Zammad tracks first response time and close time. New Dynamic SLA addon adds:
Since "piece" is not a standard Zammad command, you likely need to: Released: February 2026 Zammad’s native "Thumbs up /
Are you trying to create a specific type of addon (e.g., a new Ticket Overview, a Channel integration, or a generic UI modification)? I can provide more specific code if you clarify the goal.
Title: Supercharge Your Help Desk: Exploring New Zammad Addons for 2026
Slug: zammad-addons-new-2026
Meta Description: The Zammad ecosystem is growing fast. Discover the newest official and community addons for reporting, automation, security, and AI that will transform your open-source help desk.
If you are running a customer support team, you already know the power of Zammad. As a leading open-source help desk, it offers ticketing, automation, and knowledge management out of the box. Best for: Teams with over 5 agents who
But the real magic happens when you extend it.
The Zammad ecosystem has exploded with new Zammad addons over the last 12 months. Whether you need enterprise-grade analytics, WhatsApp integration, or AI-powered response generation, there is now an addon for that.
Let’s dive into the newest addons you need to install right now.
For developers, the zammad-addons organization on GitHub offers bleeding-edge, free scripts. Newcomers to watch:
Zammad addons are essentially Rails Engines. You can create a skeleton plugin using the standard Rails plugin generator.
Run this inside your Zammad development folder (or wherever you keep your code):
rails plugin new zammad_addon_my_new_feature --mount-at=/my_new_feature --full