Add delays and timing control
Add delays, pauses, and timing control to your workflow. Useful for rate limiting, waiting for external processes, or creating scheduled intervals between actions.
Layout: half
Options: Fixed Delay, Random Delay, Wait Until Time, Wait Until Date
Placeholder: Enter duration (number)
Layout: half
Condition: delayType = ["fixed","random"]
Layout: half
Condition: delayType = ["fixed","random"]
Options: Milliseconds, Seconds, Minutes, Hours
Placeholder: Maximum duration for random delay
Layout: half
Condition: delayType = ["random"]
Placeholder: HH:MM (e.g., 14:30)
Layout: half
Condition: delayType = ["until_time"]
Placeholder: YYYY-MM-DD (e.g., 2024-12-25)
Layout: half
Condition: delayType = ["until_date"]
Layout: half
Condition: delayType = ["until_time","until_date"]
Options: UTC, Local, America/New_York, America/Los_Angeles
Placeholder: Optional message to display during wait...
Layout: full
Layout: half
Condition: delayType = ["until_date"]
Layout: half
Condition: delayType = ["until_date"]
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"content": "string",
"delayDuration": "number",
"delayUnit": "string",
"startTime": "string",
"endTime": "string",
"actualDelay": "number"
}