Every finance ops person maintains a spreadsheet of SaaS invoices manually pulled from ten different email threads. This is that spreadsheet, but it fills itself.
Mock. Renders whatever your schema pulls out of the subscribed newsletters.
One inbox on Inbin, 5 newsletter or alert subscriptions pointed at it. Every email that lands gets parsed against your schema.
One PUT to /v1/schemas. Inbin extracts these fields from every future email. Hallucination guard drops anything the model invented.
{
"extract": {
"invoice": {
"vendor": { "type": "string", "required": true },
"invoice_id": { "type": "string", "nullable": true },
"period_start": { "type": "string", "format": "date" },
"period_end": { "type": "string", "format": "date" },
"amount_usd": { "type": "number", "required": true },
"line_items": {
"type": "array",
"items": {
"description": { "type": "string" },
"amount_usd": { "type": "number" }
}
}
}
}
}vs. Ramp for SaaS spend: $19+ / user / mo.
Every product listed above exists because the underlying data was hard to get. Newsletters give you that data for free. Inbin structures it.
1,000 events / month, no card required. Private beta.