Home Nodes Day of Week Node

Day of Week Node

Last updated on Jan 07, 2025

Description

The Day of Week Node allows you to take specific actions based on the day of the week.


Overview

The Day of Week Node is typically used alongside a Time of Day Node to create day-and-time-based routing logic. For example, you might use it to route calls differently on weekends versus weekdays or to handle specific tasks on certain days.


Properties

Field Name Type Description
Time Zone TimeZoneId The time zone to base the day and time calculations on.
Monday Transition Action to take if it’s Monday.
Tuesday Transition Action to take if it’s Tuesday.
Wednesday Transition Action to take if it’s Wednesday.
Thursday Transition Action to take if it’s Thursday.
Friday Transition Action to take if it’s Friday.
Saturday Transition Action to take if it’s Saturday.
Sunday Transition Action to take if it’s Sunday.
Otherwise Transition Action to take if no other condition is met.

Example Use Case

You can use the Day of Week Node to:

  • Route calls to customer support on weekdays and to an answering service on weekends.

  • Trigger specific workflows or messages based on the day, such as sending a reminder on Friday.

Combine it with a Time of Day Node to create detailed scheduling logic, ensuring workflows adjust dynamically based on both the day and the time.