Candidate is waiting on a human action

Fires when a candidate arrives at a manualReview, manualInterview,
or manualPhoneCall node — i.e., a node that pauses for a human
decision. The corresponding candidate.stage_changed event fires
alongside this one with the same previous / current /
branched_through data; subscribe to whichever signal you actually
care about.

Payload

Same envelope shape as candidate.stage_changed. Fires
alongside the corresponding candidate.stage_changed event;
subscribe to whichever you need.

uuid
required

Stable event id. Use as the idempotency key on your end —
Hivemind sends the same value across all retries.

string
enum
required
Allowed:
date-time
required

ISO 8601, UTC. Set when the event is enqueued, not when it's delivered.

data
object
required
Response
2XX

Receiver acknowledged the event.

LoadingLoading…