AutomationFlowsGeneral › Update Yourang Contact Details

Update Yourang Contact Details

Original n8n title: Yourang - Update Contact

Yourang - Update Contact. Uses n8n-nodes-yourang. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesN8N Nodes Yourang
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "name": "Yourang - Update Contact",
  "nodes": [
    {
      "parameters": {},
      "id": "b1e7c5d4-8f2a-4a3b-9c6d-1e2f3a4b5c6d",
      "name": "When clicking 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "resource": "contact",
        "operation": "update",
        "contactId": "your-contact-id-here",
        "first_name": "Jane",
        "last_name": "Smith",
        "email": "jane.smith@example.com",
        "address": "456 Oak Avenue, Los Angeles, CA 90001"
      },
      "id": "a2b3c4d5-6e7f-8a9b-0c1d-2e3f4a5b6c7d",
      "name": "Update Contact Details",
      "type": "n8n-nodes-yourang",
      "typeVersion": 1,
      "position": [
        450,
        300
      ],
      "credentials": {
        "yourangApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking 'Test workflow'": {
      "main": [
        [
          {
            "node": "Update Contact Details",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "contact-update",
  "tags": []
}

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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Yourang - Update Contact. Uses n8n-nodes-yourang. Event-driven trigger; 2 nodes.

Source: https://github.com/reddoaksrl/n8n-nodes-yourang/blob/master/templates/contact-update.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Yourang - Execute Batch Action. Uses n8n-nodes-yourang. Event-driven trigger; 2 nodes.

N8N Nodes Yourang
General

Yourang - Execute Single Action. Uses n8n-nodes-yourang. Event-driven trigger; 2 nodes.

N8N Nodes Yourang
General

Yourang - Get Action History. Uses n8n-nodes-yourang. Event-driven trigger; 2 nodes.

N8N Nodes Yourang
General

Yourang - Get Call History. Uses n8n-nodes-yourang. Event-driven trigger; 2 nodes.

N8N Nodes Yourang
General

Yourang - Get Call Transcript. Uses n8n-nodes-yourang. Event-driven trigger; 2 nodes.

N8N Nodes Yourang