mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-24 22:25:51 +03:00
[PR #103] [MERGED] feat: add per-email webhook configuration with customizable payloads #107
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/HaschekSolutions/opentrashmail/pull/103
Author: @Lars-
Created: 7/9/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @geek-at
Base:
master← Head:master📝 Commits (1)
0e93c6dfeat: add per-email webhook configuration with customizable payloads📊 Changes
7 files changed (+692 additions, -10 deletions)
View changed files
📝
CHANGELOG.md(+7 -0)📝
README.md(+140 -3)📝
python/mailserver3.py(+136 -6)➕
tools/test_webhook.py(+145 -0)📝
web/inc/OpenTrashmailBackend.class.php(+102 -0)📝
web/inc/core.php(+40 -1)📝
web/templates/email-table.html.php(+122 -0)📄 Description
Implements webhook support as requested in #96 by @d33pcode.
What's New
API Endpoints
GET /api/webhook/get/[email]POST /api/webhook/save/[email]POST /api/webhook/delete/[email]Example Payload Template
Testing
Tested with included
tools/test_webhook.pyscript. All existing functionality remains unchanged.Closes #96
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.