Is Matomo a good fit for tracking object analytics?

Am trying to implement email tracking, example events are (sent, opened, etc).

Wondering if Matomo is a good fit to collect those events instead of storing them in the email DB, to avoid updating the email DB frequently.

DB example

{
  id,
  title,
  body,
  analytics: {.  <------- is it good idea to use Matomo to store this data
    sent,
    opened
  }
}