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 classification
  • notification - Send email notifications
  • quote-extraction - Extract quote data from supplier emails

GET /api/trigger - List available workflows