HATS Procedures
Procedures define multi-step workflows that can run manually on cases or be triggered by automations. Configuration is org admin only.
Open procedures
- Expand Settings in the sidebar.
- Click Procedures (
/hats/procedures).
Procedure list
The list shows configured procedures with name, description, and status. Click a row to edit.
Create or edit a procedure
- Open a procedure or create new.
- Define procedure metadata (name, description, triggers).
- Add steps — each step defines an action, form, or task template.
- Save the procedure.
Edit procedure steps
- From procedure detail, open a step (
/hats/procedures/[id]/steps/[stepId]). - Configure step fields, tokens, and behavior.
- Save changes.
Steps can reference case field tokens (e.g., client name, vendor admin phone) for dynamic content.
Run a procedure on a case
End users run procedures from case detail — not from this admin page:
- Open a case.
- Use Actions → Run procedure.
- Select the procedure and confirm.
See Case Actions and Tasks.
Best practices
- Name procedures clearly (e.g., "Post-enrollment welcome sequence").
- Test on a non-production case before wide rollout.
- Coordinate with automations for hands-free triggering.
See Automations.