Contents
- Workflow Builder Reference Guide Introduction
- Purpose
- AudienceWorkflow Builder Application
- Workflow Builder OverviewWorkflow-Building Exercises
- How to Solicit Post-Transactional Surveys via Email
- How to Use Zendesk Request API to Create a New Zendesk Ticket on Behalf of Another UserWorkflow Blocks
- Assign Case to Agent
- AWS Lambda
- Bright Pattern Create Object
- Bright Pattern Delete Object
- Bright Pattern Search Object
- Bright Pattern Update Object
- Comment
- DB Execute
- Exception Handler
- Exit
- Fetch URL
- Get Next Record
- Get User Configuration
- Goto
- If
- Internal Message
- Log
- Microsoft Dynamics Create Object
- Microsoft Dynamics Delete Object
- Microsoft Dynamics Search Object
- Microsoft Dynamics Select Account
- Microsoft Dynamics Update Object
- RightNow Create Object
- RightNow Search
- RightNow Select Account
- RightNow Update Object
- Salesforce.com Delete
- Salesforce.com Insert
- Salesforce.com Search
- Salesforce.com Select Account
- Salesforce.com Update
- Send Message+
- ServiceNow Create Object
- ServiceNow Search
- ServiceNow Select Account
- ServiceNow Update Object
- Set Variable
- Start Another Workflow
- Transfer Case to Service
- Wait
- Wait+
- Zapier Invoke Zap
- Zapier Select Account
- Zendesk API Request
- Zendesk Create Object
- Zendesk Search
- Zendesk Select Account
- Zendesk Update ObjectReference
- Standard Fields for CRM Objects
- Variables
- String Expressions
- Integer Expressions
- Floating Point Expressions
- Built-In Functions
Wait
The Wait workflow block will pause workflow execution for a specified amount of time (e.g., XX seconds, minutes, hours, days).
Settings
The Wait duration setting is where you specify the number of seconds, minutes, hours, or days for which any workflow execution should be paused; the default time is 10 seconds. Decimal fractions are allowed. The maximum value is 15 days.
Example Usage
The Wait block can be used along with an EMail block in a workflow for soliciting post-transactional surveys via email.
Note that for surveys sent via workflows, the survey arrives faster than email. When soliciting post-transactional surveys via email, we recommend specifying a Wait duration of 24 hours, as shown. Doing so will delay the workflow for 24 hours before sending the survey, ensuring that the survey is available for the customer to read when they answer the email.