Zammad Addons -
Finding and installing Zammad add-ons is a straightforward process:
Is the marketplace missing a specific feature? Zammad is open-source. Building a custom addon is a legitimate strategy for medium-to-large enterprises.
Why use addons? Because vanilla Zammad handles tickets, but addons handle business logic . They allow you to sync customer data from your CRM, authenticate users via Active Directory, generate invoices from tickets, and even predict response times with AI. zammad addons
For 90% of custom use cases, writing an external script is safer and easier to maintain:
, agents could suddenly see every piece of company property linked directly to a ticket. Smart Automation : The team set up Triggers and Schedulers Finding and installing Zammad add-ons is a straightforward
: Use platforms like Make.com , Zapier, or Integrately to connect Zammad to over 600+ other applications. Zammad Enterprise Add-ons
Sometimes, an "addon" isn't a plugin but an integration via . Zammad has a powerful REST API, meaning you can effectively build your own addons without writing Ruby code. Why use addons
| Type | Description | Key Characteristics | Examples / Providers | | :--- | :--- | :--- | :--- | | | Premium features available for Enterprise and Corporate subscribers on self-hosted instances. | Custom-coded for paying customers, tied to a specific Zammad version, may involve porting costs for major releases. | Custom feature requests & modifications | | Third-Party Commercial Addons | Paid integrations or automation tools built by external companies. | No-code/low-code platforms, often SaaS-based, usually require a separate subscription. | Synesty ($19.99/month), n8n workflows | | Community & Open-Source Addons | Free packages or scripts developed and shared by the Zammad community. | Variable quality and maintenance status, may be less stable, requires manual installation. | GitHub repositories (e.g., "One Tab Only" addon) | | Browser Extensions | Lightweight add-ons that run in your web browser and interact with the Zammad web interface. | Easy to install, limited integration depth, may not interact with Zammad's backend. | Zammad Time Recorder (Chrome), TimeCamp browser extension |
If you need to change the UI or add a new tab inside Zammad:
The most direct source for official modifications is Zammad GmbH itself. However, their approach is currently more consultative than a traditional marketplace.
Historically, modifying open-source helpdesks meant "forking" the code, which made upgrading to new versions a nightmare of merging code conflicts. Zammad’s package system separates the core code from the addon code. When you upgrade Zammad, the system handles the migration of your installed packages automatically, preserving your custom functionality.