B2B / SMB · Voice Workflow
QuickBooks Invoice Follow-Up
After any customer call, the post-call workflow checks QuickBooks for overdue invoices and, if one exists, drafts and texts a personalized reminder with a secure pay link.
Workflow
How it runs, step by step
- 01TRIGGER
Call ended
After any call with a customer, the post-call workflow checks their billing status.
- 02INTEGRATION
Fetch open invoices
Query QuickBooks for the customer's open and overdue invoices.
- 03BRANCH
Overdue invoice?
Branch on whether an overdue balance exists.
- if no → Done (nothing due)
- if yes → Draft reminder
- 04END
Done (nothing due)
End the workflow when nothing is overdue.
- 05AI AGENT
Draft reminder
Generate a personalized, non-aggressive reminder referencing the invoice.
- 06INTEGRATION
Send reminder
Text the reminder with a secure pay link via Twilio.
- 07MEMORY
Log follow-up
Record that a follow-up was sent to avoid duplicate reminders.
- 08END
Done
Complete the workflow.