diff --git a/source/_integrations/workday.markdown b/source/_integrations/workday.markdown index 13fabe530e4..f79db9b09d8 100644 --- a/source/_integrations/workday.markdown +++ b/source/_integrations/workday.markdown @@ -47,8 +47,11 @@ Remove holidays will take dates formatted with `YYYY-MM-DD`, a date range format The offset can be used to see if future days are workdays. For example, put `1` to see if tomorrow is a workday. +Additional categories can be added through the configuration to include optional holidays according to the lists provided in the [python-holidays library](https://github.com/vacanza/python-holidays?tab=readme-ov-file#available-countries) + ## Action `workday.check_date` + This action populates [Response Data](/docs/scripts/service-calls#use-templates-to-handle-response-data) providing feedback if the date is a workday or not.