Package Information
Released: 9/23/2025
Downloads: 24 weekly / 51 monthly
Latest Version: 0.1.12
Author: Brandon Charleson
Available Nodes
Documentation
n8n-nodes-clay
![]()
An n8n community node for integrating with Clay, the data enrichment and automation platform.
Features
- Create Records: Add new records to Clay tables via webhook
- Update Records: Update existing records using Clay's auto-dedupe feature
- Field Mapping: Manual field mapping or JSON object input
- Error Handling: Comprehensive error handling with user-friendly messages
Installation
Community Nodes
- Go to Settings > Community Nodes in your n8n instance
- Click Install
- Enter
n8n-nodes-clay - Click Download
Manual Installation
cd ~/.n8n
npm install n8n-nodes-clay
Setup
1. Get Your Clay API Key
- Log into Clay
- Go to Settings → API
- Copy your API key
2. Configure Credentials in n8n
- Go to Credentials → Add Credential
- Select "Clay API"
- Enter your API key
- Save the credential
Operations
Table Operations
- Create Record: Add new records to Clay tables via webhook
- Update Record (Upsert): Create or update records using auto-dedupe
Usage
Create Record
- Add the Clay node to your workflow
- Select "Table" resource and "Create Record" operation
- Enter your Workspace ID and Table ID
- Configure the webhook URL from Clay
- Map your data fields
Update Record
- Select "Update Record (Upsert)" operation
- Enable auto-dedupe in Clay table settings
- Include a unique identifier field
- Map your data fields
Requirements
- n8n version 0.187.0 or higher
- Clay account with API access
License
MIT
Support
For issues and questions: GitHub Issues