confirm_event
Confirm a held event by transitioning its status from 'hold' to 'confirmed', provided the hold is still valid.
Instructions
Promote a held event to a confirmed booking. The event must currently have status="hold" and its hold_expires_at must not have passed. After confirmation, event.started and event.ended lifecycle webhooks fire at the scheduled times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID of the hold to confirm |