Integration types
Written By Jozef
Last updated 20 days ago
There are several methods for integrating with the JobMojito platform:
Interview portal
Simply redirect candidates to the interview portal, and JobMojito will handle everything, including authentication, authorization, and data deletion requests.
Interview portal (you do the authentication)
If your platform handles authentication and authorization, your backend system can call one of our Actions API endpoints to obtain a token, and you can then redirect the user to that link. The candidate will be authenticated and can start the interview directly.
Iframe
You can open the interview portal in an iFrame. All UI elements will be hidden while keeping the same process as the "Interview portal" option.
iFrame (you do the authentication)
This is the same as the "Interview portal (you handle authentication)" option, except that the menu elements are hidden.
Webhooks
In any of the methods above, the webhooks are delivering updates back to your platform in regards to the state of the interview.