For the complete documentation index, see llms.txt. This page is also available as Markdown.

Business Hour Checker

The Business Hour Checker block determines whether the current time falls within your configured business hours and routes the conversation accordingly.

This allows you to create different customer experiences during business hours and non-business hours, such as routing customers to different flows, sending automated replies, or collecting customer information for follow-up.

Configure Business Hours

Before using the Business Hour Checker, you need to configure your business hours.

  1. Open Flow Builder.

  2. Add a Business Hour Checker block.

  3. Click the Business Hours link in the block.

This opens the Business Hours settings page, where you can configure:

  • Business hours for each day of the week

  • Specific date exceptions

  • Public holiday schedules

Click Save after completing your configuration.

Add a Business Hour Checker

  1. Open Flow Builder.

  2. Select Business Hour Checker.

  3. Connect both output paths to the appropriate flow blocks.

The block has two outputs:

Business Hours

Routes customers to this path when the current time is within your configured business hours.

Non-Business Hours

Routes customers to this path when the current time is outside your configured business hours.

Last updated