Inboxkit is an “inbound email as JSON webhook” tool: developers point their MX records to it, configure their own webhook endpoint, and every incoming email is parsed into JSON and POSTed to the application backend. It is well suited for connecting email intake to ticketing systems, automation workflows, SaaS products, or internal systems without having to run your own mail server and MIME parsing pipeline.
Its core design is fairly developer-friendly: webhooks are signed with HMAC-SHA256 plus a timestamp, in a Stripe-like format. You can verify them in a few lines using verifyWebhook from @inboxkit/sdk, or implement verification yourself based on the documentation. Attachments are not included in the request body as base64; instead, they are hosted on R2 and returned as signed CDN URLs with configurable expiration, reducing webhook payload size. When delivery fails, Inboxkit performs six retries with exponential backoff, and the Dashboard lets you view event logs, response results, and manually replay events. The documentation also includes pages for the REST API, payloads, signatures, attachments, retry policy, and more, with a clear Quickstart flow.
The current v1 preview is free. Future plans are expected to include a free tier with 100 events/month, plus Hobby at $9/month, Pro at $29/month, and Scale at $99/month, offering higher event volumes, more inboxes, longer retention, custom-domain MX support, and SIEM streaming. The official site states clearly that pricing is not yet finalized, so production budgets should leave room for changes.
The strengths are its simple integration, clear security model, sensible attachment handling, and built-in retry and replay features, all of which can significantly reduce the engineering burden of email processing. The limitations are that it is still in preview, with stability and commercial terms not fully settled. The available material does not indicate whether it is open source or self-hostable, and only a JavaScript/TypeScript SDK is shown, so support for ecosystems such as Python, Go, and Java remains unclear.
Inboxkit is a good fit for development teams that need to quickly consume inbound email events, such as customer support ticketing, email attachment collection, email-driven automation, and SaaS mailbox intake. The source content does not provide details on access from China, and payment methods are not disclosed. If network connectivity, compliance, or controllability are important, you may want to evaluate Mailgun, Postmark, SendGrid Inbound Parse, Cloudflare Email Workers, or a self-built email parsing solution.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on inboxkit.app official site.
inboxkit.app is an Unknown Dev Tools provider. TG4G tracks its product information, an overall rating of 8.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach inboxkit.app directly.