This article explains how to build a HappyFox Workflow that, when HR creates an onboarding ticket, automatically creates related tickets for IT, Finance, and Facilities, applies the correct task checklist to each one, and notifies HR and department leads — coordinating onboarding across teams without manual handoffs.
Note: This article walks through one common way to structure a multi-department onboarding workflow. The actual design — which departments are involved, what identifies an onboarding ticket, and how tasks are organized — depends on your organization's process. If you need help adapting this pattern to your own setup, reach out to the HappyFox Support team for guidance.
Applicable Plans: Available on all plans.
Prerequisites
- HappyFox Help Desk must be integrated with HappyFox Workflows. See Integrating HappyFox Help Desk with HappyFox Workflows.
- Task templates for the IT, Finance, and Facilities onboarding checklists must already exist in HappyFox Help Desk. See how to create and use task templates.
- The destination category or department for each of the three related tickets (IT, Finance, Facilities) must already exist in HappyFox Help Desk.
- You must have permission to create and edit workflows in HappyFox Workflows.
Step 1: Set up the trigger
- Log in to HappyFox Workflows.
- Click Create Workflow.
- Choose HappyFox Help Desk as the trigger app and select the Ticket Created trigger.
- Select a sample onboarding ticket to use as the test trigger.
- Add a trigger filter so the workflow runs only for onboarding tickets. Depending on how your organization structures ticket data, this could be a Category, Request Type, or Form field — for example, Category equals Employee Onboarding.
- Click Save and Test.
Note: A trigger filter narrows down which tickets start the workflow. Without one, this workflow would run on every new ticket created in HappyFox Help Desk, not only onboarding requests. See how to set up and combine trigger conditions for more on filter logic.
Step 2: Create the IT onboarding ticket
- Click Add Action.
- Select Create Related Ticket. This creates a new ticket linked to the original onboarding ticket, owned separately by the IT team.
- Set the Category field to your IT department's category.
- Set the Subject and Description fields, using merge fields to pull in the new hire's name and start date from the trigger ticket.
- Click Add Action and select Create Task With Task Template. This applies a predefined checklist of tasks to a ticket.
- Choose your IT onboarding task template — for example, IT Onboarding Checklist. (Template names are illustrative; use the names configured in your own account.)
- Click Add Action and select Add Subscribers. Add the IT team lead or distribution list to the related ticket.
Note: If the same task template always applies to IT onboarding, select it directly, as shown above. If the correct template depends on a ticket property instead — for example, employee type or work location — add a condition that checks that property first, then select the matching template for each path.
Note: Adding someone as a subscriber does not require them to log in to HappyFox Help Desk. They receive an email automatically for every update on the ticket.
Step 3: Create the Finance onboarding ticket
Repeat the same three actions as Step 2, substituting the Finance department's category and task template.
- Add a Create Related Ticket action set to the Finance category.
- Add a Create Task With Task Template action using your Finance onboarding checklist — for example, Finance Onboarding Checklist.
- Add an Add Subscribers action to notify the Finance team lead.
Step 4: Create the Facilities onboarding ticket
Repeat the same pattern for Facilities.
- Add a Create Related Ticket action set to the Facilities category.
- Add a Create Task With Task Template action using your Facilities onboarding checklist — for example, Facilities Onboarding Checklist.
- Add an Add Subscribers action to notify the Facilities team lead.
Step 5: Notify HR that onboarding has started
- Click Add Action and select Add Reply, applied to the original onboarding ticket.
- Compose a message confirming that the IT, Finance, and Facilities tickets have been created, using merge fields to reference the new hire's name and the related ticket IDs.
Step 6: Save, test, and enable the workflow
- Click Save and Test to confirm each action runs correctly against your sample ticket.
- Open the three related tickets created during the test and confirm each has the correct category, task template, and subscriber.
- Enable the workflow.
Warning: Enabling this workflow creates real tickets in the IT, Finance, and Facilities queues for every ticket that matches your trigger filter. Test thoroughly against a sample ticket and review the created tickets for accuracy before enabling it for live traffic.
Your onboarding workflow now creates IT, Finance, and Facilities tickets automatically, applies the right task checklist to each, and keeps HR and department leads informed as soon as an onboarding ticket is created. Next, see how to set up and combine trigger conditions to fine-tune which onboarding tickets this workflow applies to.