EmbedTests

Embed Guide for Test

The test module of ezyhire can be embedded into 3rd party websites via an iFrame, enabling you to display test lists, send tests to candidates, or conduct candidate interviews seamlessly.

The code samples of the iFrame is available.

Code Sample
 <iframe
    frameBorder="0"
    height="600px"
    src="https://ezyhire-next.azurewebsites.net/render/templates/{yourApiKey}"
    width="100%"
></iframe>