Story: Inbound Email Webhook
story: Inbound Email Webhook
Role
Platform operator
Key
inbound
Want
As a platform operator, I want a shared webhook endpoint that Postmark can POST to for any app's inbound email
So That
So that inbound emails are reliably delivered and queryable via the MCP/API for test account registration and future inbound workflows
Acceptance Criteria
- Shared webhook endpoint deployed in k8s via Tailscale funnel
- Endpoint returns 200 on POST (ACK only, no processing)
- HTTP Basic Auth secures the endpoint
- Any app's Postmark server can point InboundHookUrl to the shared endpoint
- Inbound emails queryable via search_inbound_messages MCP tool
Success Metric
Send email to test@intelligentstaffingsystems.ai, query via MCP within 60 seconds
Related Architecture
arch-deployment-postmark— deployment diagram
Related
project-postmark-email— parent project pageboard-platform-playbook— ticket tracks on platform-playbook board