
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socketβs new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
n8n-nodes-clay
Advanced tools
n8n community node for Clay - Data enrichment and automation platform
A comprehensive n8n community node for Clay - the data enrichment and automation platform that helps you build targeted lead lists, enrich data, and automate your GTM workflows.
This node allows you to create, retrieve, update, and manage your Clay table records directly from n8n workflows. It provides seamless integration with Clay's powerful data enrichment platform, enabling you to automate your lead generation and data management processes.
Perfect for:
For users on n8n v0.187.0+, you can install this node directly through the n8n interface:
n8n-nodes-clay
and click DownloadFor self-hosted n8n instances:
# Navigate to your n8n installation directory
cd ~/.n8n
# Install the node
npm install n8n-nodes-clay
# Restart n8n
For Docker-based n8n installations:
# Add to your Dockerfile or docker-compose.yml
RUN npm install -g n8n-nodes-clay
# Or install at runtime
docker exec -it n8n npm install n8n-nodes-clay
This node provides comprehensive access to Clay's data management platform:
Perfect for managing your Clay table data:
Organize and manage your Clay workspaces:
{
"nodes": [
{
"name": "Create Clay Record",
"type": "n8n-nodes-clay.clayApi",
"parameters": {
"resource": "table",
"operation": "createRecord",
"workspaceId": "12345",
"tableId": "67890",
"fields": {
"First Name": "John",
"Last Name": "Doe",
"Email": "john.doe@example.com",
"Company": "Example Corp"
}
}
}
]
}
{
"nodes": [
{
"name": "Find Clay Records",
"type": "n8n-nodes-clay.clayApi",
"parameters": {
"resource": "table",
"operation": "findRecord",
"workspaceId": "12345",
"tableId": "67890",
"searchField": "Email",
"searchValue": "john.doe@example.com"
}
}
]
}
Clone the repository:
git clone https://github.com/bcharleson/n8n-nodes-clay.git
cd n8n-nodes-clay
Install dependencies:
npm install
Build the node:
npm run build
Link for local testing:
# Link the package globally
npm link
# In your n8n installation directory
npm link n8n-nodes-clay
Start n8n in development mode:
n8n start --tunnel
Run the test suite:
npm test
For detailed usage examples and API reference, visit the Clay API Documentation.
We welcome contributions! Please see our Contributing Guide for details.
MIT
For issues and feature requests, please visit: https://github.com/bcharleson/n8n-nodes-clay/issues
Built with β€οΈ by Brandon Charleson
FAQs
n8n community node for Clay - Data enrichment and automation platform
The npm package n8n-nodes-clay receives a total of 11 weekly downloads. As such, n8n-nodes-clay popularity was classified as not popular.
We found that n8n-nodes-clay demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socketβs new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qixβs account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.