Identifications delivered straight into your system of record — so nobody re-types a result into a spreadsheet, and nothing gets transcribed wrong.
Point VeroMass at your LIMS, ELN or internal service and supply the credentials it needs. They are encrypted before storage and never shown again.
A mandatory dry run shows you exactly what will be sent and confirms your endpoint accepts it. No integration delivers real data until this passes.
Each delivery carries an HMAC-SHA256 signature over its ID, timestamp and body, so your endpoint can confirm the payload genuinely came from VeroMass and is not a replay.
When a job completes, its results are dispatched to your endpoint — retried with backoff if your system is briefly unavailable, and re-sendable on demand if anything needs replaying.
Each delivery is logged with its status and outcome. You can see what was sent, when, and whether it landed — and re-send any delivery that did not.
Deliveries carry the compound-level result set with its group statistics. We are explicit about the shape of the payload rather than promising a granularity the data does not support.
Integration is over signed HTTP webhooks, so anything that can receive a request can receive VeroMass results — commercial LIMS, an in-house ELN, or a middleware layer you already run.
Automated delivery to a production system of record only begins after you have explicitly previewed and approved what it sends.
Integration is delivered as signed webhooks to an endpoint you control. We do not currently ship pre-built connectors for specific LIMS vendors — if you need one for your platform, tell us which and it will inform what we build next.