Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Enhancement request: provide api to get statistics of all, failed and succeeded emails  #1

Description

@seymurfarziyev

Hi Nosy team!

We would love to have a rest API to get statistics about sending emails to users. Ideally API could accept request param below:

  • input_system

And filters like:

  • email_template=all OR specific name of templ
  • status=all OR failed OR succeeded
  • since=date since which statistics is requested

Response is desired to be like:

[
{
"email": "foo.bar@devhq.de",
"status":"failed",
"latest_action":"timestamp on email server"
},
{
"email": "foo.bar2@devhq.de",
"status":"succseeded",
"latest_action":"timestamp on email server"
}
]

Thanks a lot!

Best,
Seymur

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions