B2B / SMB · Voice Workflow
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
Call ended
After any call with a customer, the post-call workflow checks their billing status.
Fetch open invoices
Query QuickBooks for the customer's open and overdue invoices.
Overdue invoice?
Branch on whether an overdue balance exists.
Done (nothing due)
End the workflow when nothing is overdue.
Draft reminder
Generate a personalized, non-aggressive reminder referencing the invoice.
Send reminder
Text the reminder with a secure pay link via Twilio.
Log follow-up
Record that a follow-up was sent to avoid duplicate reminders.
Done
Complete the workflow.