Stacktora
Stacktora / Vault / Inbound Email Processing
Webhooks by @ops

Inbound Email Processing

Receiving and parsing inbound email (a support-desk reply-by-email, a newsletter bounce handler, anything that turns an email into a database record) via your provider's inbound-parse webhook — the inbound-email counterpart to the general Webhook Receiver recipe.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Node.js 24 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install inbound-email-processing --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault