Zammad Addons New [work] ⟶

If you run Zammad on your own servers, you have complete flexibility to install community packages, custom third-party packages, or develop your own using Zammad's robust REST API and Ruby on Rails architecture.

Getting started with Zammad addons is relatively straightforward. Here are the steps to follow: zammad addons new

For years, Zammad has been the quiet giant of open-source helpdesk software — powerful, secure, and delightfully opinionated. But the real magic now happens in its rapidly expanding addon ecosystem . The latest generation of Zammad addons moves beyond simple integrations. They transform the system into a truly composable customer support hub. If you run Zammad on your own servers,

module MyNewFeature class Engine < ::Rails::Engine isolate_namespace MyNewFeature # Register the addon with Zammad initializer "my_new_feature.register_addon" do |app| # Zammad specific registration logic usually goes here # For example, adding a new channel or ticket hook end But the real magic now happens in its

This paper outlines the current state and latest developments for Zammad addons (often referred to as "Packages" or "Integrations") as of early 2026 1. The Addon Concept in Zammad Zammad distinguishes between core integrations addons/packages Download Zammad Integrations:

// In app/assets/javascripts/apps/my_new_feature/my_new_feature.js