Appends an event to the candidate’s event log and re-evaluates the fulfillment condition. If the condition is now satisfied, the candidate atomically transitions to PENDING. Only candidates with status OPEN accept events.
API token. Create one from the dashboard.
Event payload. candidate_alias and type are required. Include value when the fulfillment condition uses payload matching or numeric comparisons.
The candidate_alias of the candidate to submit the event to.
8 - 255The event type string. Must match the event field in condition leaf nodes for the fulfillment condition to be satisfied.
1Optional payload value. Required when the condition leaf uses match (exact equality) or a numeric comparator (gt, gte, lt, lte, eq). For example, submit "value": 4 with "type": "rating" to satisfy { "event": "rating", "gte": 3 }.
Event recorded