A significant portion of what people call "Zammad addons" is actually built on top of third-party integration platforms. Instead of being a plugin that lives inside Zammad, these tools act as a smart bridge between Zammad and countless other applications. They are an alternative to custom coding and are perfect for businesses that need to connect Zammad to their existing software ecosystem without heavy developer resources.

allows linking company assets (servers, licenses) directly to support tickets. Zammad User Documentation specific functionality to add to your Zammad instance, or are you interested in developing your own extension?

: Community addons are not officially supported by Zammad GmbH. If an addon breaks your database, you may have to manually roll back to a backup.

Zammad GmbH, the company behind the software, offers official add-ons primarily to its . Currently, these add-ons are a key differentiator between the free Community Edition and paid subscriptions. At present, they encompass:

For 90% of custom use cases, writing an external script is safer and easier to maintain:

Create a dedicated Zammad API token with limited, specific permissions (Least Privilege Principle).

Zammad is an open-source helpdesk/ticketing system (Ruby on Rails + Elasticsearch). Addons extend its functionality via integrations, plugins, and customizations. This report covers common addon categories, notable integrations, deployment/maintenance considerations, and recommended steps for evaluation and installation.

While not always labeled as "add-ons," Zammad includes several modular features that can be enabled to expand its capabilities: AI Integration : Features like AI Ticket Summary

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.

Secure the .zpm (Zammad Package Manager) file from a trusted developer or GitHub repository. Access the Server: Connect to your Zammad server via SSH.

zammad run bundle exec rails r "Package.install('path/to/addon.zpm')" Use code with caution.

To help you find or build the perfect extension for your setup, please tell me: