mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 09:16:46 +00:00
feat: launch Vibeflow n8n v0.5.0
This commit is contained in:
commit
097f35215f
60 changed files with 2831 additions and 0 deletions
29
examples/example-plans.md
Normal file
29
examples/example-plans.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Example Plans
|
||||
|
||||
## Example 1 Plan
|
||||
|
||||
- Workflow name: Lead Intake and Triage
|
||||
- Trigger: Webhook
|
||||
- Systems: Webhook, OpenAI, Slack, HubSpot
|
||||
- Steps:
|
||||
- Receive lead payload
|
||||
- Validate required fields
|
||||
- Score and summarize with AI
|
||||
- Branch on urgency
|
||||
- Notify Slack for hot leads
|
||||
- Upsert lead in HubSpot
|
||||
- Error handling:
|
||||
- Return validation error on missing fields
|
||||
- Send Slack alert on workflow failure
|
||||
|
||||
## Example 2 Plan
|
||||
|
||||
- Workflow name: Daily Orders Digest
|
||||
- Trigger: Schedule weekdays 08:00
|
||||
- Systems: HTTP API, Code/Transform, Microsoft Teams
|
||||
- Steps:
|
||||
- Run on schedule
|
||||
- Fetch yesterday's orders
|
||||
- Aggregate totals and deltas
|
||||
- Generate concise summary
|
||||
- Post digest to Teams
|
||||
Loading…
Add table
Add a link
Reference in a new issue