feat: launch Vibeflow n8n v0.5.0

This commit is contained in:
Felipe Domingues 2026-04-12 13:33:57 -03:00
commit 097f35215f
60 changed files with 2831 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# Recipe: Invoice Reminder Workflow
## Scenario
Track invoices nearing due date, notify the internal team, and optionally send customer reminders with explicit approval rules.
## Caution
This recipe should not assume customer-facing messages are allowed without confirmation.
## Suggested intake questions
1. Where do invoice records come from?
2. How many days before due date should reminders fire?
3. Is there an approval step before contacting customers?
4. Which channels should be used for internal vs external notifications?
5. How should paid invoices be excluded?