Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

43 changes: 42 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
# plugin-Slack
# Matomo Slack plugin

Deliver the right information to stakeholders automatically, exactly when they need it. Save time with scheduled delivery to Slack channels, email, or mobile instead of manual sharing. Try now - it’s free!

[![Build Status](https://github.com/matomo-org/plugin-Slack/actions/workflows/matomo-tests.yml/badge.svg)](https://github.com/matomo-org/plugin-Slack/actions/workflows/matomo-tests.yml)

## Description

Standard dashboard reports sometimes aren’t enough to keep stakeholders informed. If you need to share insights quickly and make analytics more actionable, **scheduled report delivery** and **custom alerts** ensures no one misses the data that matters most.

With the **Matomo Slack** plugin, you can set up automated reports and tailored alerts directly in Slack. This keeps your team updated, saves time, and makes it easier to monitor changes and respond promptly.

## How the Matomo Slack Plugin Works

### Automate and Deliver Reports Anywhere
- Integrate directly with Slack so your team can access analytics where they already collaborate.
- Schedule delivery daily, weekly, or monthly to suit your reporting cycles.
- Export reports as PDF, CSV or TSV for different use cases.

### Seamless integration with Matomo
- Works across all standard and premium Matomo reports.
- Supports key Matomo features such as [Segments](https://matomo.org/faq/reporting-tools/about-segments-in-matomo/), [Goals](https://matomo.org/faq/reports/create-a-goal-in-matomo/), [Ecommerce](https://matomo.org/faq/reports/set-up-ecommerce-tracking-in-matomo/), and [Funnels](https://matomo.org/faq/reports/create-and-manage-funnels/).

### Managing Features
- Set up Matomo custom alerts and receive notifications in Slack.
- Automate delivery of any Matomo report.
- Share reports via Slack integration.
- Choose from multiple export formats (PDF, CSV or TSV).
- Schedule recurring reports daily, weekly, or monthly.
- Integrates seamlessly with the Matomo platform

## Get the Matomo Slack Plugin Today for Free

Automate the way your organisation shares analytics. With the Slack plugin, your insights will always reach the right people at the right time without manual effort.

## Installation

Install it via Matomo Marketplace

## License

GPL v3 or later
25 changes: 12 additions & 13 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,28 @@
"version": "5.0.0",
"theme": false,
"require": {
"matomo": ">=5.4.0-b4,<6.0.0-b1"
"matomo": ">=5.0.0-b4,<6.0.0-b1"
},
"authors": [
{
"name": "Matomo",
"email": "",
"homepage": ""
"email": "[email protected]",
"homepage": "https://matomo.org"
}
],
"support": {
"email": "",
"issues": "",
"forum": "",
"irc": "",
"wiki": "",
"source": "",
"docs": "",
"rss": ""
"email": "[email protected]",
"issues": "https://github.com/matomo-org/plugin-Slack/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/matomo-org/plugin-Slack",
"wiki": "https://github.com/matomo-org/plugin-Slack/wiki"
},
"homepage": "",
"license": "GPL v3+",
"keywords": [
"Slack",
"ScheduledReports"
]
"ScheduledReports",
"CustomAlerts"
],
"category": "integration"
}
Binary file added screenshots/0_Create_and_Schedule_Report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/1_List_Schedule_Reports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2_Create_Slack_Alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/4_List_Custom_Alerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading