A portfolio-ready workflow automation project for an e-commerce client.
Client Order-to-Invoice Automation | n8n, Airtable, Twilio WhatsApp, Webhooks
- Designed automated workflow for e-commerce client replacing 12+ hours/week of manual operations.
- New orders automatically trigger PDF invoice generation, Airtable order logging, inventory-ready item tracking, and WhatsApp confirmation.
- Built a zero-manual-touch pipeline from order receipt to customer confirmation.
n8n_workflows/Client_Order_to_Invoice_Automation.json
sample_payloads/sample_order_payload.json
airtable/airtable_schema.csv
templates/invoice_template.html
templates/whatsapp_message.txt
docs/Setup_Guide.md
docs/Workflow_Explanation.md
docs/Portfolio_Case_Study.md
screenshots_guide/Screenshot_Capture_Checklist.md
- Webhook receives new order.
- Order payload is validated.
- Invoice totals are calculated.
- Invoice HTML is generated.
- PDF generation API node is triggered.
- Airtable order record is created.
- WhatsApp confirmation is sent through Twilio.
- Success response is returned to the client system.
Open n8n → Workflows → Import from File → select:
n8n_workflows/Client_Order_to_Invoice_Automation.json
Replace placeholders:
YOUR_AIRTABLE_BASE_ID
YOUR_TWILIO_ACCOUNT_SID
PDF API credentials
Airtable credentials
Twilio credentials