__link__: Zammad Addons

: Expand how customers reach you with addons for Telegram , Facebook , WhatsApp Business , and SMS (via Twilio).

If a direct add-on does not exist for your favorite software, you can use middleware tools. Connectors on , Make.com , or n8n act as universal add-ons. They allow you to create triggers (e.g., "When a new ticket is created") and actions (e.g., "Create a row in Google Sheets") with zero coding required. Method C: Installing Custom Packages (Pro-Code)

Zammad comes pre-configured with numerous native integrations that function like "addons" to bridge your helpdesk with other business tools. Third-Party Applications - Zammad Admin Documentation

Add-ons for SuiteCRM or Odoo keep customer contact data perfectly synchronized.

Zammad has no native WhatsApp Business API support. However, using a community wrapper (like Waha or Venom ) plus a Make scenario, you can create an addon that: zammad addons

: Pushing notifications from tickets to team chat. 3. API & Webhook Extensions

To successfully scale your helpdesk, you must know what type of custom component fits your exact operational needs: Extension Type Deployment Location Best Used For Upgrade-Safety Built into the core codebase Linking standard third-party tools (LDAP, GitHub, Slack) 100% Safe (Maintained by Zammad) Custom Packages ( .zpm ) Admin Package Management panel Adding custom attributes, objects, or UI tweaks Medium (Requires updates on core rewrites) Enterprise Add-ons Vendor-provisioned code modifications Custom features for Enterprise/Corporate tiers High (Supported under service contracts) The Official Stance on Premium Add-ons

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.

To maximize your helpdesk's efficiency, look for add-ons and integrations across these key operational categories: 1. Advanced Communication Channels : Expand how customers reach you with addons

Turns system monitoring alerts into actionable IT tickets. It automatically closes the ticket when the server issue is resolved.

Highly flexible pathways that allow third-party tools to push and pull data from Zammad automatically.

Core Zammad asks for satisfaction surveys immediately upon closure. This community addon allows you to delay the survey.

Integrations are Zammads "plugins"/"extensions"/"addons" right? They allow you to create triggers (e

While addons offer power, they require responsibility.

For advanced users, Zammad supports (using the .szpm format). These are custom developments that can change the interface or add entirely new backend logic. One Tab Only Addon - Development - Zammad - Community

For enterprise needs, developers often build "Sidecar" apps. These are small web apps that sit in the Zammad side pane (i-frame) to provide: