Ashby · Arazzo Workflow
Ashby Request and Submit Interview Feedback
Version 1.0.0
Resolve a feedback form definition, request feedback from an interviewer, submit it, and read it back.
View Spec
View on GitHub
ATSApplicant Tracking SystemRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechAIArazzoWorkflows
Provider
Workflows
interview-feedback
Resolve the feedback form, request feedback, submit the form, and verify.
Lists and reads a feedback form definition to learn its field paths, creates a feedback request for an interviewer, submits the filled form, and reads the application's feedback back.
1
listFormDefinitions
feedbackFormDefinitionList
List the organization's feedback form definitions so the caller can pick a real definition id rather than guessing.
2
readFormDefinition
feedbackFormDefinitionInfo
Read the chosen feedback form definition. This is the step that makes the submission possible: each field in the definition carries the path that the submitted fieldSubmissions must use.
3
requestFeedback
applicationfeedbackrequestcreate
Open a feedback request so the interviewer is prompted in Ashby and the submission below is attributed to a real request rather than appearing unsolicited.
4
submitFeedback
applicationfeedbacksubmit
Submit the completed feedback form, crediting it to the interviewer. The fieldSubmissions paths must match the definition read above or Ashby rejects the submission.
5
listFeedback
applicationFeedbackList
List the application's feedback to confirm the submission landed and to return the full feedback set for the application.