ConnectorData & eventsAvailable now
Webhook Ingest
A signed endpoint for anything that can POST: HMAC verified, tenant stamped, event governed.
The webhook connector gives any system that can POST a way into the governed event stream: a per-tenant endpoint that verifies an HMAC signature on every delivery before anything else happens. Unsigned or badly signed payloads are rejected at the door, fail-closed, so the stream never carries an event whose origin cannot be proven. It is the fastest path for the long tail of tools, a legacy WMS, a niche SaaS, a script, that will never get a dedicated connector.
Each accepted payload is stamped with its tenant and source and deduplicated by the delivery id or content hash, so a sender's retry never becomes a duplicate event. The connector keeps a receipt per delivery, so you can trace any event back to the exact POST that produced it. Webhook Ingest is available now: built and maintained by Fibric, and provisioned with a deployment engineer through the early-access program.
- Kind
- Connector
- Category
- Data & events
- Publisher
- Fibric
- Availability
- Available now
- Sold by
- Fibric
- Support
- Developed and supported by Fibric
Authentication
An HMAC shared secret per registered sender, used to sign each payload, stored in your tenant's secret store.
What it reads
- Signed POST deliveries from any system you register
- Delivery ids and content hashes, for deduplication
- Signature failures and rejected payloads, surfaced as security events
What it can do
- Records a delivery receipt per accepted payload
- Tags payloads it has processed
Requirements
- A sending system that can POST JSON and sign the body with a shared secret
Works with
Operations AnalystOperator Ask what is happening in plain language and get an answer grounded in your real data. Then turn that answer into a vetted action. Live Exception RoutingOperator Clears the exception before it stalls the line, rerouting work and dispatching the fix the moment flow breaks on the floor. Available now PostgreSQLConnector Reads your operational tables under row-level tenant isolation, the same wall that keeps tenants out of each other's data. Available now Amazon S3Connector Watches a bucket for the report, feed, or proof file that lands: an inbox an ingest operator can pick up and normalize. Available now MQTT BrokerConnector Subscribes to your IoT fleet. Every sensor topic becomes a governed event with a timestamp, a source, and a tenant it belongs to. Available nowThis connector is developed, published, and supported by Fibric. It integrates with Webhook Ingest through published APIs. Third-party names and logos identify the systems an integration connects to; they are the property of their respective owners, who are not affiliated with Fibric and do not sponsor or endorse this listing. Trademark policy
Bring Webhook Ingest into your early-access deployment
Available now means a deployment engineer wires this with you, and it runs propose-only until you approve live actions.