AutomationFlowsData & Sheets › Save Finished Ngram Videos to Airtable

Save Finished Ngram Videos to Airtable

Save finished Ngram videos to Airtable. Uses n8n-nodes-ngram, airtable. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesN8N Nodes NgramAirtable
Data & Sheets 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": "Save finished Ngram videos to Airtable",
  "nodes": [
    {
      "parameters": {},
      "id": "a1f0c0e0-0000-4000-8000-000000000041",
      "name": "Ngram: On Video Ready",
      "type": "n8n-nodes-ngram.ngramTriggerCompleted",
      "typeVersion": 1,
      "position": [
        260,
        300
      ],
      "credentials": {
        "ngramApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "resource": "record",
        "operation": "create",
        "base": {
          "__rl": true,
          "value": "REPLACE_WITH_BASE_ID",
          "mode": "id"
        },
        "table": {
          "__rl": true,
          "value": "Videos",
          "mode": "name"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "Video ID": "={{ $json.id }}",
            "Status": "={{ $json.status ?? 'completed' }}",
            "Video URL": "={{ $json.video_url ?? $json.result?.video_url ?? $json.url }}",
            "Completed At": "={{ $now.toISO() }}"
          }
        }
      },
      "id": "a1f0c0e0-0000-4000-8000-000000000042",
      "name": "Create Airtable Record",
      "type": "n8n-nodes-base.airtable",
      "typeVersion": 2,
      "position": [
        540,
        300
      ]
    }
  ],
  "connections": {
    "Ngram: On Video Ready": {
      "main": [
        [
          {
            "node": "Create Airtable Record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "tags": [
    "ngram",
    "video",
    "airtable"
  ]
}

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

Save finished Ngram videos to Airtable. Uses n8n-nodes-ngram, airtable. Event-driven trigger; 2 nodes.

Source: https://github.com/ngramdata/n8n-nodes-ngram/blob/4e8684a30dd8040487b5267645171805cd60f16e/templates/save-video-to-airtable.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

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

Data & Sheets

Send Airtable Data As Tasks To Trello. Uses manualTrigger, airtable, bannerbear, trello. Event-driven trigger; 4 nodes.

Airtable, Bannerbear, Trello
Data & Sheets

Store the output of a phantom in Airtable. Uses manualTrigger, phantombuster, airtable. Event-driven trigger; 4 nodes.

PhantomBuster, Airtable
Data & Sheets

CFP Selection 2. Uses manualTrigger, airtable, bannerbear, trello. Event-driven trigger; 4 nodes.

Airtable, Bannerbear, Trello
Data & Sheets

Wise Airtable. Uses wiseTrigger, wise, airtable. Event-driven trigger; 4 nodes.

Wise Trigger, Wise, Airtable
Data & Sheets

Getresponse Airtable. Uses airtable, getResponseTrigger. Event-driven trigger; 3 nodes.

Airtable, Get Response Trigger