Email to all users?

I’d like to send individual emails to each Piwik user when we do maintenance upgrades on the server.

Is there a way to obtain the list of emails from the control panel (or otherwise)? The other option I have is manually maintaining an internal announcements mailing list and maintaining that manually.

In this particular context maintenance announcements are already sent for other services but Piwik has become increasingly important and has frequent-enough updates that I am considering this type of individual email.

Hi there,

You can use the UsersManager.getUsers API to get the list of all user emails: Reporting API Reference: API Reference - Matomo Analytics (formerly Piwik Analytics) - Developer Docs - v3

1 Like