yes, it works with your expensive ats
We send JSON to your webhook endpoint. Your developers verify we sent it, via a secret key you set. That's literally it. Stop overthinking this.
integration in three inevitable steps
You Give Us a URL
Paste your webhook endpoint into our dashboard. We'll send assessment results there when candidates finish destroying themselves.
We Send JSON
Standard webhook POST with candidate scores, submission details, and savage AI commentary. Signed with your secret key for security theater.
Your ATS Updates
Your system receives the data and does whatever expensive thing it does with candidate records. We don't judge your life choices.
works with every overpriced platform
If your ATS can receive a webhook (they all can), we integrate. Here's documentation for the usual suspects. Send these links to your implementation team and watch them realize it's a 30-minute task they'll bill you three days for.
Workday
Enterprise complexity for simple problems
iCIMS
Because acronyms make everything better
SAP SuccessFactors
German engineering meets HR nightmares
Oracle Taleo
Legacy systems never die
Greenhouse
Actually has decent documentation
Lever
Modern APIs for modern times
JazzHR
SMB favorite with actual webhooks
BambooHR
Pandas sold separately
Jobvite
Still exists, still works
Workable
Clean API, reasonable docs
Pinpoint
UK's finest recruiting platform
Literally Any Other ATS
If it accepts webhooks, we work with it
what your system receives (ish)
A beautiful JSON payload containing everything you need to make hiring decisions. Candidate details, question selections, AI-generated scores across multiple dimensions, and detailed feedback that's actually entertaining to read.
We sign every webhook with HMAC-SHA256 using your secret key, because security consultants need to justify their existence. Your developers will have this working before lunch, unless they're the type who needs three meetings to change a button color.
View Full ErrorGolf Documentation{ "event": "submission.completed", "candidate": { "name": "Sarah Chen", "email": "[email protected]" }, "questions": [1, 42, 78], "scores": { "overall": 74.6, "quality": 73.3, "creativity": 71.7, "ingenuity": 78.3, "humor": 58.3, "correctness": 83.3 }, "timestamp": "2025-01-15T14:30:00Z", "submission_id": "abc123...", "summary": "Solid problem-solving..." }
stop procrastinating, start integrating
Your ATS vendor charges you thousands per month. All ErrorGold needs is 30 minutes of developer time to add a webhook endpoint. This is the easiest integration decision you'll make... this quarter.