General Development Flow
Implement the endpoint
Build a FastAPI endpoint that receives events and triggers workflow processing
What We’re Building
In this quickstart, we’ll explore a customer care automation system that:Getting Started
To run the example, check out thequickstart branch. It includes a fully implemented workflow so you can observe the event flow, background processing, and results without additional setup.