Flow
Forge
Run Workflow
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
Add Node
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
Webhook URL
https://api.flowforge.com/webhook/abc123
Method
POST
GET
PUT
DELETE
Secret Key
Branch Configuration
Condition
Order Status is Completed
Order Total > $100
Customer is VIP
True Path
Send Confirmation
Process Payment
False Path
Send Pending Notice
Cancel Order