Greenhouse Integration
Connect Telescopic to Greenhouse to automatically send AI literacy assessments when candidates reach a specific interview stage.
⏱️ Setup time: ~10 minutes
Prerequisites
- Admin access to your Greenhouse account
- A Telescopic account with API access
Step 1: Create a Greenhouse API Key
- Log into Greenhouse as an admin
- Navigate to Configure → Dev Center → API Credential Management
- Click Create New API Key
- Select Harvest API
- Name it
Telescopic Integration - Grant these permissions:
- Candidates:
GET,POST - Applications:
GET - Jobs:
GET
- Candidates:
- Click Create and copy the API key
Step 2: Configure Telescopic
- Go to your Telescopic Dashboard
- Navigate to Settings → Integrations → Greenhouse
- Paste your Greenhouse API key
- Set your trigger stage (e.g., "Assessment")
- Click Save
Or use the API:
curl -X POST https://telescopic.ca/api/integrations/greenhouse/config \
-H "Authorization: Bearer YOUR_TELESCOPIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"greenhouseApiKey": "YOUR_GREENHOUSE_API_KEY",
"triggerStage": "Assessment",
"enabled": true
}'Step 3: Set Up Webhook in Greenhouse
Webhooks notify Telescopic when candidates move between interview stages.
- In Greenhouse, go to Configure → Dev Center → Webhooks
- Click Create New Webhook
- Configure:
- Name: Telescopic
- When: Candidate has changed stage
- Endpoint URL:
📋 Get your webhook URL:
Go to your Telescopic Dashboard → Settings tab → copy the Greenhouse Webhook URL
- Generate a Secret Key and save it
- Add the secret key to your Telescopic Greenhouse settings
- Click Create Webhook
💡 The secret key is used to verify webhook signatures. Keep it secure.
Step 4: Create an Assessment Stage
Add an interview stage that will trigger assessments:
- In Greenhouse, go to a job's Job Setup → Interview Plan
- Click Add Stage
- Name it Assessment (must match your trigger stage)
- Position it where you want candidates to take the assessment
Step 5: Test the Integration
- Move a test candidate to your Assessment stage
- Check that they receive an email with the assessment link
- Complete the assessment
- Verify results appear on the candidate's Activity Feed in Greenhouse
How It Works
Candidate moves to Assessment stage
Recruiter moves candidate in Greenhouse
Greenhouse sends webhook to Telescopic
Automatic, happens instantly
Candidate receives assessment email
Unique link valid for 72 hours
Candidate completes assessment
~15-20 minutes
Results pushed to Greenhouse
Appears as note on candidate profile
Results in Greenhouse
After completion, results appear on the candidate's Activity Feed:
🎯 Telescopic AI Literacy Assessment
Overall Score: 🟢 85/100
Breakdown:
- • Prompt Quality: 🟢 88/100
- • Context Usage: 🟢 82/100
- • Iteration Skills: 🟢 85/100
- • Efficiency: 🟢 84/100
Strong AI collaboration skills demonstrated.
🔗 View Full Results
Troubleshooting
Webhook not firing
- Verify the webhook is enabled in Greenhouse
- Check the endpoint URL includes your correct Company ID
- Ensure the webhook is set to "Candidate has changed stage"
Signature verification failing
- Confirm your webhook secret key matches in both Greenhouse and Telescopic
- Make sure there are no extra spaces in the secret key
Results not appearing in Greenhouse
- Confirm your Greenhouse API key has POST permission for Candidates
- Check that the candidate ID is correctly stored
Need Help?
Contact us at support@telescopic.ca