Inbound processing allows you to send inbound emails (whatever@inbound.postmarkapp.com) to Postmark, which we then process and deliver to you via a web hook in nicely formatted JSON. This tool is useful if you allow people to send or reply to emails, which are then processed by your application.
To get started, you need a couple things first.
Servers are just logical groups for the emails sent and received through Postmark. In general, you should create one server for each application you have, so that you have a better overview of your statistics. You may also want to set up different servers for each of your environments - development, staging, and production.
If you already have configured Postmark Inbound, you can go straight to the code examples.