-
Notifications
You must be signed in to change notification settings - Fork 1
Validation webhooks for external logic #77
Copy link
Copy link
Open
Labels
discoveryResearch and design explorationResearch and design explorationpriority: P2Nice-to-haveNice-to-haveserverServer changesServer changessize: LLarger effort — multiple days, design decisions neededLarger effort — multiple days, design decisions needed
Milestone
Metadata
Metadata
Assignees
Labels
discoveryResearch and design explorationResearch and design explorationpriority: P2Nice-to-haveNice-to-haveserverServer changesServer changessize: LLarger effort — multiple days, design decisions neededLarger effort — multiple days, design decisions needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Explore support for external webhook calls during field validation. Covers cases where validation logic can't be expressed declaratively — it lives in another service (e.g., "is this SKU valid?" requires checking an inventory API, "is this region available?" requires an infrastructure service).
Key questions
Context
Related to CEL expressions (#76) and externally managed fields — these are complementary. CEL handles internal complexity without network calls; webhooks handle external validation logic that requires calling another service.