Freescout customers groups - Set groups of Freescout Customers for easier group emailing
Find a file
2024-07-22 12:17:01 +02:00
Config Add required config.php file 2024-07-16 12:10:11 +02:00
Database/Migrations Update the database schema 2024-07-16 12:04:08 +02:00
Entities Add the ability to create a new Customers Group 2024-07-17 14:45:39 +02:00
Http Group e-mails by first character in the group creation/edition form 2024-07-20 18:36:58 +02:00
Providers Expand the list of "cc" for a conversation before sending it 2024-07-19 18:52:11 +02:00
Public Include the expected "Public" directory 2024-07-16 12:05:44 +02:00
Resources/views Group e-mails by first character in the group creation/edition form 2024-07-20 18:36:58 +02:00
CHANGELOG 0.2.0 release 2024-07-20 18:47:53 +02:00
composer.json 0.2.0 release 2024-07-20 18:47:53 +02:00
COPYING Set basic module metadata 2024-07-16 11:51:47 +02:00
module.json 0.2.0 release 2024-07-20 18:47:53 +02:00
README.md [ReadMe] Add install instructions 2024-07-22 12:17:01 +02:00
start.php Set basic module metadata 2024-07-16 11:51:47 +02:00

Millions Missing France - Freescout Customers Groups

Description

This module adds the ability to create groups of customers, that can then be selected when starting a new conversation. A groups is a list of customers, and selecting it when starting a conversation adds the e-mail addresses of all these customers to the "CC:" list of the sent e-mail.

Installation instructions

Install the module

Install from the archive

Download the release tarball and extract its content into Modules/MMFCustomersGroups.

wget https://port.numenaute.org/MMF/freescrout-customers-groups/archive/0.2.0.tar.gz -O freescrout-customers-groups-0.2.0.tar.gz
tar xf freescrout-customers-groups-0.2.0.tar.gz -C Modules
mv Modules/freescrout-customers-groups Modules/MMFCustomersGroups

Install from git

git clone https://port.numenaute.org/MMF/freescrout-customers-groups.git Modules/MMFCustomersGroups

Update the database schema

php artisan migrate