Imported from bare git on Zurich
Go to file
Johan Jongsma 1dacfdbaf9 Flatten webhook payload for simpler template access
- Add uid, from, subject at top level of WebhookPayload
- Allows {{body.from}} instead of {{body.message.from}}
- Fixes empty fields in OpenClaw hook templates
- Full message object still available for detailed access
2026-02-02 22:01:17 +00:00
.gitignore chore: add binary to gitignore 2026-02-01 12:26:48 +00:00
config.yaml feat: year filter, auto-create folders on move, fix MIME parser issues 2026-02-01 12:26:44 +00:00
go.mod Initial commit 2026-02-01 08:03:59 +00:00
go.sum Initial commit 2026-02-01 08:03:59 +00:00
mail-bridge Flatten webhook payload for simpler template access 2026-02-02 22:01:17 +00:00
main.go Flatten webhook payload for simpler template access 2026-02-02 22:01:17 +00:00
mime.go Add attachment download endpoint for DocSys integration 2026-02-01 21:30:50 +00:00