workflows.fit
Back to n8n workflows
n8n templateFreeBy Gauthier Huguenin

Track Pennylane invoice payment status with Slack notifications

Who is this for Teams using Pennylane (French accounting platform) who want automatic alerts when invoices are paid or become overdue, without checking Pennylane manually. What it does This workflow runs every 15 minu...

DevelopmentCore NodesCommunicationHITLSticky NoteSchedule TriggerHttp RequestCode
Loading interactive preview...

Template notes

Who is this for

Teams using Pennylane (French accounting platform) who want automatic alerts when invoices are paid or become overdue, without checking Pennylane manually.

What it does

This workflow runs every 15 minutes, fetches all customer invoices from Pennylane, and classifies them as paid, overdue, or upcoming. If any invoices have been paid or are overdue, it sends a summary notification to Slack. If everything is normal, 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 interval 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