Zammad Push Plugin
A comprehensive guide to installing and configuring the Zammad Push Notification Plugin for Tammad. Enhance your Zammad instance with real-time mobile notifications.
1
Download Plugin
Download the Zammad Push Plugin package for Tammad to get started.
Download Plugin (.szpm)2
Installation
Upload the downloaded .szpm file to your Zammad instance via the admin interface under System → Packages.
3
Configuration & Activation
After installing the package, you must run the following commands on your Zammad server to register the plugin, migrate the database, and restart the service.
zammad run rake zammad:package:post_installzammad run rake db:migratesystemctl restart zammad
Note: Ensure you have the necessary permissions to execute these commands.