Overview: 🚀 SpringVerify + Zoho Recruit Integration GuideIntegrating ZR<>SV and candidate form setup: video link
Initializing BGV for candidates, prefilled BGV form, and getting status on Zoho Recruit: video link
Log in to the SpringVerify portal → Integrations.
Find the Zoho Recruit card and click Connect.
You’ll be redirected to Zoho Recruit — log in and click Accept.
You’ll return to SpringVerify with a confirmation message: “Zoho Recruit Integration added successfully.”
Go to Settings → Modules → Candidates
Create a new section called BGV.
⚠️ Field names must match exactly as given here.
Add the following fields:
Picklist: SpringVerify Package → add package names from SV portal.
Single-Line: SpringVerify BGV Status
Multi-Line: SpringVerify BGV Remarks
URL: SpringVerify BGV Report
Click Save Layout.
Open a Candidate Detail Page or create a new candidate.
Upload required documents as attachments.
SpringVerify AI will parse docs, auto-categorize (employment, education, etc.), and prefill details.
Select the SpringVerify Package from the dropdown → click Save.
BGV Initiation:
Webhook method: Instantly triggers BGV when a package is selected.
Cron method: Sync runs every 5 minutes to fetch updates.
If issues occur (missing docs, duplicate email/phone, etc.), the field BGV Remarks will show the failure reason.

Congratulations! You have successfully integrated Zoho Recruit with SpringVerify. Bravo 👏
By implementing a background verification process, your organisation has made a smart decision to ensure the accuracy of employee information. This step strengthens trust, integrity, and reliability within your team.
A. Adding Zoho Recruit Organization name to SV: Follow the steps to copy the token from SV Integration page, to be used for webhook configuration
In Zoho Recruit, go to Settings → Workflow Rules → Create Rule.
2. Select the “Candidates” module. Give it a name and description of your choice.
3. Select “On a Record Action” > “Field Update” > Choose “SpringVerify Package” field.
4. Choose “All Candidates” and click on Next
5. Click on “Instant Actions” and select “Webhook”
6. Click on “New Webhook”
7. Follow the instructions:
Give it a name of your choice
Add URL “https://dev-webhook.in.springverify.com/zoho_recruit” if you want to test on SpringVerify’s sandbox account, else add “https://webhook.in.springverify.com/zoho_recruit” for Production.
Select “POST” in the method
Give it a description of your choice
Keep Authorization Type as “General”
Add the following field with these specific names under the “Parameters in Standard Format” (Name:Value)
id: Candidate Id
package: SpringVerify Package
Add the following field with these specific names under the “Append Custom Parameters” (Name:Value)
token: Token copied from SpringVerify’s Zoho Recruit integration page
(optional) At the “Parameters in the User Defined Format”, give it the name “Full_Name”. This will be a combination of first and last name. Select First Name and click on Insert. It will be displayed in the text area below. Then click on that text area and add a space. Then select Last name and click on insert again.
Click on “Save and Associate” Button.
List of file names/ category names supported with the Integration for Document mapping and processing
### ID Check
- id
- pan
- aadhaar
- passport
- voterid
- driving license/ driving
### Employment Check
- emp
- offer
- appointment
- payslip
- resignation
- releiving
- internship
- termination
### Education Check
- edu
- degree
- diploma
- certificate
- transcript
- marksheet/ mark
- grade
- provisional
- completion
- attendance
- bonafide
- consolidated
- semester
- course
- program
- academic
- result
- scorecard
- registration
- graduation
- postgraduate
- undergraduate
- class
### Address Check
- add
- address
- aadhaar
- aadhar
- rental
- sale
- gas
- electricity
- passport
- bank
- rent
- affidavit
FAQs (Quick Reference)
Q1. What does the integration do?
Fetches candidate docs, pre-fills the BGV form, initiates verification, and sends reports/status back into Zoho Recruit.
Q2. Why is BGV not starting?
Ensure SpringVerify Package is selected.
Check that the BGV fields are added correctly.
Verify the integration is active.
Q3. How often are statuses/reports updated?
Every 3 hours (Cron) or instantly (if Webhook is set up).
Q4. Who updates the fields?
You select SpringVerify Package.
SpringVerify updates BGV Status, Remarks, and Report URL automatically.
Q5. What if labels/fields don’t match?
Integration will fail. Ensure fields match the KBA exactly.