Interview scorecard updated

image

This trigger will run a Workflow as soon as a reviewer updates the Issessment scorecard in the Coderbyte dashboard.

You can configure which events should this trigger listen to, however it will work for all Coderbyte Interviews.

Possible event types:

  • Thumb up - positive assessment result
  • Thumb down - negative assessment result
  • Comment added - when a reviewer adds a comment to the scorecard
💡
Multiple scorecard events can occur. E.g. if a reviewer first adds a comment to the scorecard and then clicks on the “thumb up” button, and you have a single Workflow that reacts to both events (thumb up, comment added), it will trigger the Workflow twice.