prepare("INSERT INTO workflows (name, trigger_event) VALUES (?, ?)"); $stmt->execute([$name, $trigger]); $newWorkflowId = $pdo->lastInsertId(); header("Location: workflow_actions.php?id=" . $newWorkflowId); exit; } } } // Fetch workflows from the database $stmt = $pdo->query("SELECT * FROM workflows ORDER BY created_at DESC"); $workflows = $stmt->fetchAll(); ?> FinMox Workflows

Your Automation Workflows

Click any workflow to view and edit its actions

Smart Candidate Intake

Automatically captures, enriches, and routes new candidates.

Interview Scheduling

Automates calendar checks and interview coordination.

Onboarding Automation

Creates and tracks onboarding tasks for new hires.

Active

Trigger: