Source system
textRequired input
Normalizes source, event type, entity ID, timestamp, and attributes.
Normalize pasted webhook events into a stable routing shape.
Normalize pasted webhook events into a stable routing shape.
Webhook Event Normalizer is a ready-to-run Noderan marketplace workflow for developer & api teams. It helps users move from a manual process to a repeatable automation with visible credit cost and app-based execution.
Short answers for activation, pricing, inputs, and execution review.
Required input
Required input
Source System
stripeEvent Json
{"type":"invoice.paid","id":"evt_123","created":"2026-06-23T10:30:00.000Z","data":{"object":{"id":"in_123","customer":"cus_123"}}}{
"sourceSystem": "stripe",
"eventJson": "{\"type\":\"invoice.paid\",\"id\":\"evt_123\",\"created\":\"2026-06-23T10:30:00.000Z\",\"data\":{\"object\":{\"id\":\"in_123\",\"customer\":\"cus_123\"}}}"
}Normalized Event
Routing Key
stripe.invoice.paidAttributes
Warnings
{
"normalizedEvent": {
"source": "stripe",
"eventType": "invoice.paid",
"entityId": "in_123",
"timestamp": "2026-06-23T10:30:00.000Z",
"actor": null
},
"routingKey": "stripe.invoice.paid",
"attributes": {
"originalEventId": "evt_123"
},
"warnings": [
"No external webhook was called."
]
}Review the workflow and expected credit cost.
Connect the tools or inputs required for execution.
Run the workflow and inspect outputs in the app history.
Start with the outcome. Inspect the proposed steps, scope, and estimate before connecting tools or running live.