Buyer answers
Explain how provider activity enters SIRJ before it becomes proof.
Technical, operations, and procurement reviewers need a readable path from provider setup through verified delivery, scoped payloads, normalized records, sync status, and supported outputs.
Ingestion answerWhat does webhook and API ingestion include?
Ingestion includes the connector setup manifest, OAuth or API-key access, selected provider resources, tenant-scoped webhook callback URLs, request verification, rate limits, raw payload storage, normalized event creation, sync state, and visible health or failure states.
A buyer can separate a connected provider from an event stream that is verified, scoped, normalized, and safe enough to support dashboards, reports, alerts, Ask Data answers, or exports.
Review the supporting pathIngestion answerHow are webhook callback URLs scoped?
SIRJ builds webhook callback URLs from the application base URL plus account id, client id, and connection id, so the receiving route knows which tenant, workspace, and provider connection should own the incoming event.
A callback URL is not shared across every customer. The URL structure keeps provider delivery attached to one account, one client workspace, and one connection before the payload is processed.
Review the supporting pathIngestion answerWhat happens when webhook verification fails?
A webhook request must pass the provider verifier before SIRJ maps payload records. Failed verification returns an error and does not update sync state, raw payload storage, normalized event storage, or downstream reporting surfaces.
Bad signatures, missing signatures, or untrusted delivery attempts should not quietly pollute reporting data or make a connector look healthy.
Review the supporting pathIngestion answerHow does an incoming event become report-ready data?
After verification and resource checks pass, SIRJ maps the provider payload into raw payload records, normalizes supported event types, upserts normalized events, updates sync state, and records sync-run status for connector health review.
The buyer can trace an event from delivery through raw evidence and normalized rows before the event is allowed to support charts, weekly insights, reports, or exported proof.
Review the supporting path