{
  "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"
}