FlowForge

Components

Triggers
Webhook Trigger
Starts workflow via HTTP request
Scheduled Trigger
Runs workflow on a schedule
Form Submission
Triggered by form submissions
Actions
Send Email
Send an email with custom content
Send Slack Message
Post a message to a Slack channel
Condition
Branch workflow based on conditions
API Request
Make an HTTP request to any API

Workflow Stats

Nodes: 5
Connections: 4
Status: Active
Webhook Trigger
POST /webhook/123
Triggers workflow when a webhook is received
POST /webhook/123
Check Status
Condition
Check if order status is completed
If order.status === 'completed'
Send Confirmation
Email
Send order confirmation email
To: customer@example.com
Notify Team
Slack
Send notification to team channel
#orders channel

Configuration

Selected Node: Webhook Trigger

https://api.flowforge.com/webhook/abc123

Branch Configuration