Skip to main content
This event fires when a case moves from one phase to the next in the arbitration process. Use it to trigger time-sensitive actions — like filing documents that are only allowed in certain phases, or notifying your team that a deadline window has opened.

Phases

Cases progress through these phases in order:

Payload

string
required
The case that changed phases.
string
required
The phase the case transitioned from.
string
required
The phase the case transitioned to.

Example

Common patterns

Listen for currentPhaseID: "preHearingSubmissions" and automatically create and submit your Final Statement of Case using the filing endpoints.
If the case moves from response to arbitratorAppointment without the respondent filing, you can file a motion requesting a default ruling.