The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Clay - Update Record Example",
"nodes": [
{
"parameters": {},
"id": "f6b4c5d7-8e9f-4a1b-2c3d-4e5f6a7b8c9d",
"name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
720,
300
]
},
{
"parameters": {
"resource": "table",
"operation": "updateRecord",
"workspaceId": "12345",
"tableId": "67890",
"webhookUrl": "https://api.clay.com/v3/sources/webhook/pull-in-data-from-a-webhook-abc123def456",
"uniqueField": "Email",
"fieldMappingMode": "json",
"fieldsJson": "{\n \"First Name\": \"John\",\n \"Last Name\": \"Doe\",\n \"Email\": \"john.doe@example.com\",\n \"Company\": \"Updated Corp\",\n \"LinkedIn URL\": \"https://linkedin.com/in/johndoe\",\n \"Phone\": \"+1-555-123-4567\",\n \"Status\": \"Updated\"\n}"
},
"id": "a1b2c3d4-e5f6-7a8b-9c0d-1e2f3a4b5c6d",
"name": "Update Clay Record",
"type": "n8n-nodes-clay.clayApi",
"typeVersion": 1,
"position": [
940,
300
],
"credentials": {
"clayApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking \"Test workflow\"": {
"main": [
[
{
"node": "Update Clay Record",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "1"
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
clayApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Clay - Update Record Example. Uses n8n-nodes-clay. Event-driven trigger; 2 nodes.
Source: https://github.com/bcharleson/n8n-nodes-clay/blob/0b4d769ed2fd347e428640339928d15c37311dfb/examples/clay-update-record-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Report Examples Demo. Event-driven trigger; 7 nodes.
Check if a Twitch Stream is Live. Uses graphql. Event-driven trigger; 7 nodes.
Automatically prune n8n execution history. Uses n8n. Event-driven trigger; 7 nodes.
Google Sheets UI for n8n Workflow. Uses manualTrigger, stickyNote, splitInBatches, googleSheets. Event-driven trigger; 6 nodes.
Reusable and Independently Testable Sub-workflow. Uses executeWorkflowTrigger, manualTrigger, stickyNote. Event-driven trigger; 6 nodes.