Skip to content

FEAT: Webhook on new mail #1164

@andrinoff

Description

@andrinoff

Describe the feature

A daemon-side hook that POSTs to a configurable URL when new mail arrives matching a filter. Lets users wire matcha into Slack, Discord, Home Assistant, etc.

Why this matters

The unix-philosophy take on notifications: don't bake every integration into the client, give users a hook and let them route.

Notes

  • Config: webhooks: [{filter: \"from:boss\", url: \"...\", template: \"...\"}].
  • Body should be JSON with the parsed envelope; a Go template controls the field selection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions