1Q RFQ Workflows
Workflow server running. Use the API endpoints to trigger workflows.
API Usage:
POST /api/trigger
{ "workflow": "<name>", "args": [...] }Available workflows:
email-batch-processing- Process email batches with classificationnotification- Send email notificationsquote-extraction- Extract quote data from supplier emails
GET /api/trigger - List available workflows