Activate a paused job after preview and voice validation - the explicit trust moment where user says "yes, start posting"
Activate a paused job after preview and voice validation. This is the explicit trust moment where the user says "yes, start posting."
bolta.get_job(job_id) → verify job exists and is in paused statusbolta.get_voice_profile(voice_profile_id)bolta.get_account_info(account_id)bolta.update_job(job_id, {status: "active"}){
"job_id": "uuid",
"status": "active",
"next_run": "2026-02-21T09:00:00Z"
}
{
"job_id": "uuid",
"confirm_preview_reviewed": true,
"confirm_schedule_understood": true
}
Result: Job status → active, first run scheduled