Adds WhatsApp as a channel to Zammad via Quepasa
You need Quepasa installed and working to use this addon.
Edit the files in src/
Migration files should go in src/db/addon/quepasa
(see this post)
Update version and changelog in quepasa-skeleton.szpm
Build a new package make
This outputs dist/quepasa-vXXX.szpm
Install the szpm using the zammad package manager.
Repeat
Included is a helper script to create new migrations. You must have the python
inflection
library installed.
apt install python3-inflection
pip install --user inflection
To make a new migration simply run:
make new-migration
Join us in our public matrix channel #cdr-link-dev-support:matrix.org.
This is a free software project licensed under the GNU Affero General Public License v3.0 (GNU AGPLv3) by The Center for Digital Resilience and Guardian Project.
ðŸ¤
zammad run rake zammad:package:migrate
zammad run rake assets:precompile systemctl restart zammad