Playbooks are powerful workflow tools in AbuseHQ that allow you to move through new cases quickly—either manually or automatically.
To configure Playbooks:
Click the Add new Playbook button.
Enter a name for the Playbook.
💡 Tip: Choose a name that helps you identify it later.
Click the Add Transition button.
NEW
.+ new State
and name it (e.g., CustomerNotice
).Manual
.Now we’ll add another transition to continue the workflow:
CustomerNotice
(the one we just created).Resolved
.Automatic
.Case
, State Entry Date
.is more than
.7 days
.You’ll be brought back to the Transition page, and the Precondition field will now show the data you defined. Click the Add button.
You’ll return to the main Playbook page.
Manual – A button appears on the case page if the precondition is met. Clicking it triggers the transition.
Event – When a new event is added to a case, the precondition is evaluated and may trigger the transition.
Automatic – The system periodically checks the precondition. If matched, the transition is triggered.
Useful for time-based workflows (e.g., “after 14 days, go to the next state”).
API – This transition is triggered only via an API call. No UI button is displayed.