Zammad Addons //free\\
: Supports LDAP/Active Directory for user management and integrates with monitoring tools like Checkmk and Zabbix for automated incident ticketing.
Always check if Zammad can achieve your goal natively before installing a third-party script. Native features are more stable and survive system updates seamlessly.
This replacement mechanism is where the primary challenge of addon development lies. If your addon modifies a core Zammad file (e.g., search_controller.rb ) and you then update Zammad, the update will overwrite that file with a new official version. To get your addon's functionality back, you would have to reinstall your addon , which would then overwrite the new official file with your custom version . This can create a tug-of-war and potential instability. Because of this complexity, it's often recommended that new functionalities be added without modifying existing core code, but this isn't always possible.
Zammad, their beloved open-source helpdesk, was a powerhouse. But it was also a strict rule-follower. Every ticket from a customer named “M. Jones” went to the same queue, regardless of whether M. Jones was a Fortune 500 CEO or a high-school hobbyist. Every urgent request like “My drone is in a tree and it’s starting to rain!” sat next to a low-priority “How do I change the LED color?”. zammad addons
Integrating services like Twilio or Plivo allows agents to send ticket updates directly to a customer’s mobile phone via SMS.
: Companies like SER Solutions once found specific functions missing in Zammad. They paid to have them developed as custom add-ons. Instead of keeping them proprietary, Zammad integrated these features into the core software so the entire community could benefit.
Zammad comes with native integrations that you can activate directly from the under System → Integrations . : Supports LDAP/Active Directory for user management and
To sum it all up, here are the critical trade-offs you'll face when choosing your addon strategy.
Understanding Zammad's Architecture: Addons vs. Integrations
Add-ons utilizing SAML, OpenID Connect, or OAuth2 allow your team and customers to log in using existing corporate credentials (e.g., Google Workspace, Microsoft Entra ID). This replacement mechanism is where the primary challenge
: Offers a dedicated Zammad node to connect with over 1,000 services for complex, self-hosted automation.
Integration scripts for Salesforce, HubSpot, or Microsoft Dynamics pull real-time customer data cards directly into the Zammad ticket sidebar. 3. Authentication and User Management


