B
BillFlow
Business Profile

Used on printed invoices and to determine CGST/SGST vs IGST.

Invoice Settings
Pabbly Automation

Add Pabbly Connect webhook URLs to activate each workflow. Left blank, that automation stays inactive — nothing is sent until you configure it here.

Fires on create and on Send/Resend. The payload includes invoice_html — a self-contained, ready-to-render copy of the invoice (no dependency on this app) you can drop straight into an email body, or pass to an HTML→PDF/image step in your workflow to attach the invoice as a file.

Automation-ready API

For a scheduled Pabbly Connect workflow to check due reminders and send them (e.g. via WhatsApp), it can call:

List reminders due nowGET /api/reminders/due
Mark a reminder sentPOST /api/reminders/:id/mark-sent