Trigger governed workflows from external events and send structured outputs back to approved endpoints when work completes.
Overview.
Webhooks connect BasilAOS to event-driven business processes. External systems can start workflows with authenticated payloads, and approved workflow results can be delivered to designated endpoints without requiring a custom user interface.
How it works.
Studio exposes a webhook trigger with authentication, path, payload, and condition rules. The incoming event starts a versioned workflow. The workflow validates data, retrieves context, runs models or tools, requests review when required, and sends an approved result to the configured destination.
How to configure.
Create a webhook trigger in Studio.
Define authentication and expected payload fields.
Add validation, routing, and failure handling.
Configure review gates and destination endpoints.
Test with non-production data before activation.

