Delay (Pabbly)
Overview
The Delay Module in Pabbly Connect allows you to pause workflow execution for a specified period before proceeding to subsequent steps. This powerful feature helps control the timing of your automated processes.Delay Types
1. Delay For
- Purpose: Sets a specific duration to pause the workflow.
- Configuration:
- Select a delay unit (Minutes, Hours, Days, or Weeks)
- Enter a numerical value (e.g., 11)
- Example use case: Wait 11 minutes before sending a follow-up email.
2. Delay Until
- Purpose: Pauses the workflow until a specific date and time.
- Configuration:
- Enter a date and time in YYYY-MM-DD HH:mm:ss format
- Must be in UTC+0 Time Zone
- Example use case: Schedule a promotional message to be sent at a precise future date/time.
3. Delay After Queue
- Purpose: Adds a waiting period after the last queued delay, helping control rate-limiting and race conditions.
- Configuration:
- Select a delay unit (Minutes, Hours, Days, or Weeks)
- Enter a numerical value (e.g., 11)
- Example use case: When multiple webhooks arrive in quick succession (like form submissions), using an 11-minute delay ensures each submission is processed separately. If a webhook with name="John" arrives at 3:00 PM and another with name="Sarah" arrives at 3:05 PM, the system processes John's data at 3:11 PM and Sarah's data at 3:22 PM, preventing system overload while maintaining a consistent processing queue.
Last edited by a moderator: