Wait for Reply Widget within a Workflow
The Wait for Reply widget is used to pause workflow execution until a user response is received within a specified duration.
This widget is commonly used in conversational workflows such as WhatsApp journeys, feedback collection, approvals, and user interaction flows.
Users can configure:
- Wait duration.
- Action when no reply is received.
- Stored variables for saving reply payload data.
Steps to configure Wait for Reply Widget
Drag and drop the Wait for Reply widget into the workflow and connect it to the required workflow step.
Configure the wait duration.
Specify:
- Time — Numeric value for the waiting period.
- Unit — Duration unit such as minutes, hours, or days.
Example:
Enable Define action when reply is not received if you want the workflow to handle timeout scenarios.
This allows workflows to trigger alternate actions when the user does not respond within the configured duration.
Configure Stored Variables.
Stored variables are used to save the response payload received from WhatsApp or other supported channels.
Configure:
Example
If no reply is received within the configured duration, the workflow can proceed with the fallback or timeout action if configured.