How to Install and Uninstall tryton-modules-marketing-automation Package on Kali Linux

Last updated: July 07,2024

1. Install "tryton-modules-marketing-automation" package

In this section, we are going to explain the necessary steps to install tryton-modules-marketing-automation on Kali Linux

$ sudo apt update $ sudo apt install tryton-modules-marketing-automation

2. Uninstall "tryton-modules-marketing-automation" package

Learn how to uninstall tryton-modules-marketing-automation on Kali Linux:

$ sudo apt remove tryton-modules-marketing-automation $ sudo apt autoclean && sudo apt autoremove

3. Information about the tryton-modules-marketing-automation package on Kali Linux

Package: tryton-modules-marketing-automation
Version: 6.0.4-1
Installed-Size: 319
Maintainer: Debian Tryton Maintainers
Architecture: all
Depends: python3-genshi, python3-pkg-resources, python3-werkzeug, tryton-modules-marketing (>= 6.0), tryton-modules-web-shortener (>= 6.0), tryton-server (>= 6.0), tryton-server-api-6.0, python3:any, libjs-sphinxdoc (>= 5.2)
Size: 44672
SHA256: 2da3e66e5a60ef51a67e4606fb2deb7a214b0a6007d09c860e73cfc902ef85fe
SHA1: 59803253ffedcee55b85f1cd3a4e3ffedfce04b7
MD5sum: b0bc15fd104167cf0bf7d4cced69322c
Description: Tryton application platform - marketing automation module
Tryton is a high-level general purpose application platform. It is the base
of a complete business solution as well as a comprehensive health and hospital
information system (GNUHealth).
.
The marketing_automation module allows marketing actions to be automated. It is
based on scenarios and activities that are executed on selected records.
.
Scenario
********
.
A scenario provides the entry point for records into an automated marketing
campaign. Each record can only enter a scenario once.
.
A cron task runs periodically to find new records to apply the scenario to.
.
Activity
********
.
The activities form a scenario. They define which action should be triggered
and when it should happen. The activities are organized as a tree.
.
Actions
*******
.
Send E-Mail
.
The activity send an e-mail to the party defined on the record.
The E-mail is composed using an HTML `Genshi `_
template with `record` in the evaluation context.
All `` elements have their `href` replaced by a shortened version used to
trigger children activities. If the `href` value is `unsubscribe`, it is
replaced by the URL which allows the recipient to block their record for the
scenario.
A empty image is automatically added at the end of the `` to track when
emails are opened.
.
Record
******
.
It stores a reference to the records included in each scenario. If the record
is blocked, no activity will be triggered for the record.
.
Record Activity
***************
.
It stores the state of a record for an activity of the scenario.
.
A cron task runs periodically to execute any waiting record activity that is
due.
.
Configuration
*************
.
The marketing_automation module uses parameters from the section:
.
[marketing]:
- `email_from`: The default `From` for the email.
- `automation_base`: The base URL without a path for the unsubscribe URL
and the empty image.
The default value is created using the configuration `[web]` `hostname`.
Description-md5:
Homepage: https://www.tryton.org/
Section: python
Priority: optional
Filename: pool/main/t/tryton-modules-marketing-automation/tryton-modules-marketing-automation_6.0.4-1_all.deb