mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 06:56:45 +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
17
recipes/invoice-reminder.md
Normal file
17
recipes/invoice-reminder.md
Normal 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?
|
||||
Loading…
Add table
Add a link
Reference in a new issue