Inbin converts inbound emails into typed JSON events delivered as signed webhooks. It addresses the need to extract structured data from email-based workflows without writing custom parsing code.
Users create an inbox and define a schema. Incoming messages are parsed against that schema, with any hallucinated content from the model discarded. The service then constructs a JSON payload containing an id, inbox identifier, schema version, envelope details such as sender and subject, and an extracted object that matches the schema. This payload is delivered via HTTP POST to a configured endpoint. Each delivery is signed with HMAC, retried up to six times, and moved to a dead-letter state if all attempts fail. The median time from email receipt to event delivery is 1.2 seconds. The entire API consists of seven endpoints.
The service is in private beta and available only at api.inbin.dev/v1. It is intended for developers handling use cases such as turning newsletters into database records, invoices into JSON, real-estate listings into deals, shipping notifications into tracking updates, or changelogs into feeds. No dashboards are provided for end users. Access requires requesting beta entry, and the service currently carries no cost.
Inbin is a Developer Tools project. It focuses on converting unstructured emails like newsletters and invoices into usable structured data without manual parsing. Inbin is a B2B product aimed at developers and automation engineers. It ships for API.
It is developed by Inbin, and it first shipped in 2024. Key capabilities include email to JSON, Schema Validation, and Signed Webhooks. It exposes integrations via a public API. Inbin is currently in beta.
Summary written by a language model from the project’s public pages.
What PulseGate has recorded for this listing
Same category — not a similarity match