clay-common-errors

Featured

Diagnose and fix the most common Clay errors and integration issues. Use when encountering Clay errors, debugging failed enrichments, or troubleshooting webhook delivery problems. Trigger with phrases like "clay error", "fix clay", "clay not working", "debug clay", "clay enrichment failed", "clay webhook error".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Clay Common Errors ## Overview Quick reference for the top 12 most common Clay errors across webhooks, enrichment columns, HTTP API columns, Claygent, and CRM integrations. Each error includes the exact symptom, root cause, and fix. ## Prerequisites - Clay account with an active table - Access to Clay table error indicators (red cells, exclamation marks) - Browser developer tools for webhook debugging ## Instructions ### Error 1: Webhook Returns 422 Unprocessable Entity **Symptom:** Data sent to webhook URL but rows never appear in table. **Cause:** Invalid JSON payload or missing Content-Type header. **Fix:** ```bash # Always include Content-Type header curl -X POST "$CLAY_WEBHOOK_URL" \ -H "Content-Type: application/json" \ -d '{"email": "test@example.com", "domain": "example.com"}' # Validate JSON before sending echo '{"email": "test@example.com"}' | jq . || echo "Invalid JSON!" ``` --- ### Error 2: Webhook URL Returns 404 **Symptom:** `404 Not Found` when POSTing to webhook URL. **Cause:** Table was deleted, webhook was replaced, or URL was copied incorrectly. **Fix:** Open the Clay table, click **+ Add > Webhooks > Monitor webhook**, and re-copy the URL. Each table has a unique webhook ID. --- ### Error 3: Enrichment Column Shows "No Data Found" **Symptom:** Enrichment column returns empty for most rows. **Cause:** Input data quality is poor (personal email domains, invalid domains, missing fields). **Fix:** ```typescript // Pre-validate before ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

clay-known-pitfalls

Identify and avoid the top Clay anti-patterns, gotchas, and integration mistakes. Use when reviewing Clay integrations for issues, onboarding new team members, or auditing existing Clay table configurations. Trigger with phrases like "clay mistakes", "clay anti-patterns", "clay pitfalls", "clay what not to do", "clay gotchas", "clay code review".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clay-webhooks-events

Implement Clay webhook receivers and HTTP API column callbacks for real-time data flow. Use when setting up webhook endpoints, handling enrichment callbacks from Clay, or building event-driven integrations with Clay tables. Trigger with phrases like "clay webhook", "clay events", "clay callback", "handle clay data", "clay notifications", "clay HTTP API column".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clay-advanced-troubleshooting

Deep-debug complex Clay enrichment failures, provider degradation, and data flow issues. Use when standard troubleshooting fails, investigating intermittent enrichment failures, or preparing detailed evidence for Clay support escalation. Trigger with phrases like "clay hard bug", "clay mystery error", "clay impossible to debug", "difficult clay issue", "clay deep debug".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clay-hello-world

Send your first record to Clay and get enriched data back. Use when starting a new Clay integration, testing webhook setup, or verifying that enrichment columns are working. Trigger with phrases like "clay hello world", "clay example", "clay quick start", "first clay enrichment", "test clay webhook".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clay-incident-runbook

Execute Clay incident response procedures for enrichment failures, credit exhaustion, and data flow outages. Use when Clay enrichments stop working, webhook delivery fails, or CRM sync breaks in production. Trigger with phrases like "clay incident", "clay outage", "clay down", "clay emergency", "clay broken", "clay enrichment stopped".

2,266 Updated today
jeremylongshore