Slack integration for Active Collab 4. Following events are pushed to a pre-defined channel:
- new task
- new comments
- completed tasks
- Active Collab 4
- custom field 1 is not yet in use for projects
- Download sources and extract them to
custom/modules
within your Active Collab. - Go to slack.com and issue an auth token.
- Open your
config/config.php
and set the SLACK_API_TOKEN:define('SLACK_API_TOKEN', 'xoxp-YOUR-TOKEN-HERE');
. - Login as admin and install module via "Administration → Modules".
- Go to "Administration → Project Settings" and enable the first custom field.
The custom field will now appear in project settings. Enter your channel name here.
Open source licensed under the MIT license (see LICENSE file for details).