Home/Webhook Trigger Example

Webhook Flow Trigger

Click the button to trigger a workflow that adds data to your database via webhook.

Flow: webhook-add-to-database
Database Insert
This flow receives data via webhook and inserts it into the "testing" table.
How It Works
1

Button Click

User clicks the "Add to Database" button with form data

2

API Route

Request is sent to /api/trigger-flow

3

Webhook Trigger

API calls the Lux webhook URL to trigger the flow

4

Flow Execution

Flow validates input and inserts data into the database

5

Response

Success/error response is returned and displayed