Trigger: Subtask Created
Fires an automation the instant a subtask is added inside a Projects board.
The Subtask created trigger fires an automation whenever a subtask (an item with a parent task) is added inside a board in the Projects module. It's the subtask-only version of the generic item-created trigger — it never reacts to top-level tasks.
When to use it
- Automatically notify the parent task's owner whenever someone adds a step.
- Auto-clone a standard checklist (create fixed subtasks) whenever a subtask opens on a certain type of board.
- Track how many steps get created per task over time.
Trigger settings
- Board: restrict to one board. Empty = any board in the workspace.
- Parent task: restrict to subtasks created under one specific task (handy for a recurring "master" task). Empty = any.
Available variables
$record.object_type,$record.object_id,$record.workspace_id$trigger.parent_item_id— the parent task's ID$trigger.board_id— the board's ID
Steps
- Open Automations from the side menu and start a new one (or edit an existing one).
- Drag the "Subtask created" block from the Boards section of the block panel.
- Optionally set the Board and/or Parent task filters.
- Connect the trigger to an action, e.g. "Notify the team" or "Log activity".
- Flip the Active switch and save.
Example
A "Client onboarding" board has a "New client" task with a subtask per step (KYC, contract, system setup). Set Parent task = New client, then add a "Notify the team" action: "A new onboarding step was added, check the board." The team finds out without babysitting the board.
Tips
- Pair it with a condition node if you only care about certain active-project boards.
- This trigger has no live conversation/contact picker for test runs — just activate the automation and create a test subtask to see it fire.
Related articles
-
Build your first workflow
Omnifox workflows automate your operation: a trigger starts the automation and action nodes do the work. Build a welcome message in minutes.
-
Workflow triggers catalog
Learn which events can start a workflow automatically in Omnifox.
-
Action nodes available in workflows
Discover the actions a workflow can run automatically.
-
Conditions and branching (if/then) in a workflow
Make your flows take decisions and follow different paths based on each contact data.
-
Ready-to-use workflow templates
Start your automations in minutes from prebuilt flows you can customize.