Click the button to trigger a workflow that adds data to your database via webhook.
Button Click
User clicks the "Add to Database" button with form data
API Route
Request is sent to /api/trigger-flow
Webhook Trigger
API calls the Lux webhook URL to trigger the flow
Flow Execution
Flow validates input and inserts data into the database
Response
Success/error response is returned and displayed