Manual Intake
Authenticated users can upload files from the dashboard. Text files are extracted inline; PDFs are stored for the OCR worker path.
Operational reference for setup, connector configuration, review gates, workers, and output delivery.
Authenticated users can upload files from the dashboard. Text files are extracted inline; PDFs are stored for the OCR worker path.
Use Configuration to connect Google OAuth, discover Gmail labels, choose monitored labels or Drive folders, and save workspace-scoped polling settings.
API, webhook, WhatsApp, Teams, and upload-portal intake use workspace-scoped tokens or signatures before creating workflow runs.
Post JSON to /api/connectors/webhook with x-operon-workspace-id. Configure CONNECTOR_WEBHOOK_SECRET to require a shared secret header.
Validation failures create review items. Operators can edit fields, approve, reject, rerun extraction, or escalate.
Completed and approved runs create delivery records for enabled adapters. Configure mappings and credentials, then use test delivery before going live.
Enabled connectors expose health state through /api/connectors/status, backed by connector events and last-error metadata.
Output mappings and recent audit events are exposed through dedicated workspace-scoped APIs for operator visibility.
First-party events are validated server-side and persisted when Supabase is configured, while avoiding third-party tracking.
Run npm run worker with OPERON_APP_URL and WORKER_SECRET to process queued workflow jobs, connector polling, and output retries continuously.
Operational analytics stay first-party with approximate IP data, and workspace owners can copy support diagnostics with sensitive information redacted.