Data Processing & Analysis

0120 Manual GoogleSheets Automate Triggered

0120 Manual GoogleSheets Automate Triggered

Manual
Medium
4
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
4
Node Types
0

Workflow JSON

2.75 KB
{
  "name": "0120 Manual GoogleSheets Automate Triggered",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Dropcontact",
      "type": "n8n-nodes-base.dropcontact",
      "position": [
        650,
        300
      ],
      "parameters": {
        "email": "={{$json[\"email\"]}}",
        "options": {
          "siren": true,
          "language": "fr"
        },
        "additionalFields": {
          "company": "={{$json[\"companyName\"]}}",
          "website": "={{$json[\"website\"]}}",
          "linkedin": "={{$json[\"LinkedIn\"]}}",
          "full_name": "={{$json[\"fullName\"]}}",
          "last_name": "={{$json[\"lastName\"]}}",
          "first_name": "={{$json[\"firstName\"]}}"
        }
      },
      "credentials": {
        "dropcontactApi": {
          "id": "6",
          "name": ""
  ...

Showing first 1000 characters. Click "Expand" to view the full JSON.