From 4ca1c25c47a95ded60c338fb1dd393921f871b23 Mon Sep 17 00:00:00 2001 From: Aparna Singh Date: Sun, 26 Oct 2025 23:03:34 +0530 Subject: [PATCH] Add checksum.txt for Hacktoberfest compliance --- checksum.txt | 0 ...ype_definition_business_hours_notifier.xml | 40 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 checksum.txt create mode 100644 sys_hub_action_type_definition_business_hours_notifier.xml diff --git a/checksum.txt b/checksum.txt new file mode 100644 index 0000000..e69de29 diff --git a/sys_hub_action_type_definition_business_hours_notifier.xml b/sys_hub_action_type_definition_business_hours_notifier.xml new file mode 100644 index 0000000..8ca1e97 --- /dev/null +++ b/sys_hub_action_type_definition_business_hours_notifier.xml @@ -0,0 +1,40 @@ + + business_hours_notifier + Business Hours Notifier + Global + + Checks whether the current time is within defined business hours and outputs a boolean. + + + + department + string + true + + + start_time + string + true + + + end_time + string + true + + + timezone + string + false + + + + + within_hours + boolean + + + message + string + + +