Update Interviews
Update single or multiple interviews with automatic email notifications. Can update candidate info, scheduling, status, and notes.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
If providing interviewDate or interviewTime, both must be provided together Scheduled time must be in the future Email notification sent automatically if scheduling is updated Cannot update completed or in-progress interviews to certain statuses
interviewId
Interview ID
candidateName
Updated candidate name (1-100 chars)
candidateEmail
Updated email (lowercase)
candidatePhone
Updated phone (max 30 chars)
candidateCountryCode
Country code
interviewDate
New date YYYY-MM-DD (requires interviewTime)
interviewTime
New time HH:MM or HH:MM:SS (requires interviewDate)
scheduledAt
Alternative to date/time - ISO datetime string
roundNumber
Round number (1-10), must exist in campaign
status
pending|scheduled|in_progress|completed|cancelled|expired
timezone
Timezone
notes
Updated notes (max 500 chars)
Response
Interview updated successfully (single)
success
data
message
timestamp
version