Skip to main content

Overview

Service requests use a two-part state system:
  • Primary state: Main stage (DRAFT → QC → UNDERWAY → COMPLETE)
  • Supplement state: Additional context (PENDING, APPROVED, REJECTED, etc.)

State combinations

Workflow

Key states to handle

Implementation

Webhooks

Real-time updates are available via webhooks:
  • state_change - Any state transition
  • media_rejected - Images need fixes
  • invalidate_sr - Request cancelled
See webhook events for complete details.