| name | zoho-recruit-openclaw-skill |
| description | Connect OpenClaw to Zoho Recruit via OAuth and API endpoints. Use when setting up Zoho Recruit authentication, storing refresh/access tokens in Vercel KV, checking Recruit API reachability/connectivity, listing job openings/candidates, or building applicant sync automations (e.g., Indeed -> Zoho Recruit). |
Zoho Recruit OpenClaw Skill
Deploy and run a minimal OAuth + API bridge for Zoho Recruit.
Configure
Set these environment variables in Vercel:
ZOHO_CLIENT_ID
ZOHO_CLIENT_SECRET
ZOHO_REGION (com, eu, in, ...)
ZOHO_SCOPE (default recommended: ZohoRecruit.modules.ALL,ZohoRecruit.modules.notes.ALL,ZohoRecruit.settings.ALL,ZohoRecruit.search.READ,ZohoRecruit.modules.attachments.READ)
INTERNAL_API_SECRET
Optional:
ZOHO_REFRESH_TOKEN (read-side fallback when KV is absent)
ZOHO_API_DOMAIN (optional companion to ZOHO_REFRESH_TOKEN)
ZOHO_RECRUIT_BASE (override Recruit API host)
ZOHO_REDIRECT_URI (if you want a custom callback URL)
ZOHO_TOKEN_KEY (defaults to zoho:tokens)
ZOHO_RECRUIT_DECISION_FIELD_MAP (maps normalized decision metadata into tenant-specific Recruit fields)
For write-side endpoints, also connect Vercel KV / Upstash and ensure these are present:
KV_REST_API_URL
KV_REST_API_TOKEN
Endpoints