mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 16:56:00 +03:00
[GH-ISSUE #469] Feature request: Accessing API via webhook JSONResponse #306
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#306
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?
Originally created by @baiomys on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/469
Hi.
Telegram API has a killer feature: in response to webhook call we can send 200+JSON object containing method (for example sendMessage) and payload.
It can be really useful in direct single email related actions upon getting info from webhook: deletion, tagging, etc. Without creating extra traffic overhead.