docs(inbound-email): add greenfield framework pages (.NET, Spring, Go, Phoenix, Symfony)#6
Open
docs(inbound-email): add greenfield framework pages (.NET, Spring, Go, Phoenix, Symfony)#6
Conversation
…, Phoenix, Symfony) Each greenfield framework now has an inbound-email setup page covering the unified webhook endpoint, shared-secret configuration, Postmark + Mailgun provider setup, a curl test recipe, and the response shape including pending_attachment_downloads. Rewrites _intro.md to reflect the current supported-providers set (Postmark + Mailgun out of the box, open parser interface for additional adapters) and the dual-mode webhook model (unified endpoint on greenfield frameworks, provider-specific endpoints on the legacy host-app integrations).
This was referenced Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds inbound-email setup pages for the five greenfield framework ports that came online in the iter 71–88 rollout. Each page documents:
POST /{prefix}/webhook/email/inboundroute with?adapter=postmark|mailgunselection (or theX-Escalated-Adapterheader).Reply-Toaddresses.X-Escalated-Inbound-Secretheader to attach.outcome,ticket_id,reply_id, andpending_attachment_downloadsfields that the orchestration service returns.Also rewrites
_intro.mdto reflect:Files
sections/inbound-email/dotnet.md(new)sections/inbound-email/spring.md(new)sections/inbound-email/go.md(new)sections/inbound-email/phoenix.md(new)sections/inbound-email/symfony.md(new)sections/inbound-email/_intro.md(rewritten)Test plan