workflows.fit
Back to n8n workflows
n8n templateFreeBy Gauthier Huguenin

Send overdue invoice reminders from Pennylane to Slack

Who is this for Finance teams and freelancers using Pennylane (French accounting platform) who want daily alerts for unpaid invoices that need follow-up. What it does This workflow runs daily at 9 AM, fetches all cust...

DevelopmentCore NodesCommunicationHITLSticky NoteSchedule TriggerHttp RequestCode
Loading interactive preview...

Template notes

Who is this for

Finance teams and freelancers using Pennylane (French accounting platform) who want daily alerts for unpaid invoices that need follow-up.

What it does

This workflow runs daily at 9 AM, fetches all customer invoices from Pennylane, and identifies unpaid invoices past their deadline by 7 or more days. If overdue invoices are found, it sends a detailed Slack reminder with invoice number, amount, days overdue, and a direct link to the PDF. If no invoices are overdue, the workflow ends silently.

How to set up

1. Import this workflow into n8n 2. Create a Header Auth credential with name Authorization and value Bearer <YOURPENNYLANETOKEN> 3. Select your Slack channel in the SL Send Notification node 4. Adjust the schedule time in the Schedule Trigger node if needed

Requirements

- Pennylane account with API access (Essentiel plan or higher) - Pennylane API token with scope: customerinvoices:all - (Optional) Slack workspace for notifications