Ashby · Arazzo Workflow
Ashby Schedule an Interview for an Application
Version 1.0.0
Verify the interviewer exists, create an interview schedule, and confirm the events.
View Spec
View on GitHub
ATSApplicant Tracking SystemRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechAIArazzoWorkflows
Provider
Workflows
interview-schedule
Resolve an interviewer by email and book an interview event on an application.
Looks up the interviewer, confirms the application, creates an interview schedule with one event, and reads the schedules back for that application.
1
resolveInterviewer
userSearch
Look the interviewer up by email before booking anything. Ashby matches interviewers on email, so confirming the user exists here turns a silent scheduling failure into an explicit one.
2
readApplication
applicationInfo
Read the application to confirm it exists and to capture its current stage, which is the context the interview is being booked against.
3
createSchedule
interviewScheduleCreate
Create the interview schedule with a single event covering the supplied window and interviewer. Additional events can be added to the interviewEvents array to book a multi-part onsite in one call.
4
verifySchedule
interviewScheduleList
List the application's interview schedules to confirm the booking is visible on the application and to return the full schedule set.