Multi-Trigger Workflow Continuation with Resume Webhook Pattern
Enables a primary n8n workflow to pause via Wait node and resume with data from a secondary trigger through an external process using resumeUrl context.
This advanced n8n workflow pattern allows a primary execution (triggered by any node) to initiate an external independent process, such as a Telegram bot or web service, while passing a unique resumeUrl. The primary workflow then hits a Wait node set to 'Resume - On Webhook Call', pausing until the external process completes and calls back with additional data.
The secondary workflow, triggered separately (e.g., by Telegram message), receives the resumeUrl as context and forwards its input data
Platform
n8n
Category
Other
Price
$16.99
Creator
Fred Garcia
n8n
workflow-pattern
multi-trigger
webhook
wait-resume
callback
external-process
telegram
asynchronous
advanced-automation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.