Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.3
This workflow is provided as-is. Please review and test before using in production.
What problem does this workflow solve? Missed return pickups create logistics delays, extra follow ups, and unhappy customers for e commerce teams. This workflow automates return pickup reminders...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.twilio, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by InfyOm Technologies.
Original n8n.io sourceMissed return pickups create logistics delays, extra follow-ups, and unhappy customers for e-commerce teams. This workflow automates return pickup reminders, ensuring customers are notified on the day of pickup via WhatsApp messages and automated voice calls, without any manual effort.
The workflow starts at a fixed time every day (e.g., 9β10 AM) using a Schedule Trigger.
It fetches rows from Google Sheets where:
This ensures only relevant pickups are processed.
Each matching row is processed individually to send customer-specific reminders.
Using a Code node, the workflow creates:
Messages include:
A personalized WhatsApp message is sent via Twilio, reminding the customer to keep the package ready.
If required, the workflow places an automated voice call using Twilio and reads out a clear pickup reminder using text-to-speech.
Once notifications are sent:
| Order ID | Customer Name | Phone Number | Product | Pickup Date | Address | Return Reason | Status |
|---|
Perfect for:
It also works well for service visits, deliveries, appointments, and field operations.
Just connect:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Send return pickup reminders via WhatsApp & voice calls using Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Ticket Management |
| Author | InfyOm Technologies |
| Published | 26 Dec 2025 |
Use the JSON export at /data/workflows/12148/12148.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
What problem does this workflow solve? Missed return pickups create logistics delays, extra follow ups, and unhappy customers for e commerce teams. This workflow automates return pickup reminders...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Ticket Management use case.