Marketing & Advertising Automation

0026 Mailcheck Airtable Monitor

0026 Mailcheck Airtable Monitor

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

Workflow Overview

Total Nodes
4
Node Types
0

Workflow JSON

2.32 KB
{
  "name": "0026 Mailcheck Airtable Monitor",
  "nodes": [
    {
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        470,
        200
      ],
      "parameters": {
        "table": "Table 1",
        "operation": "list",
        "additionalOptions": {}
      },
      "credentials": {
        "airtableApi": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Mailcheck",
      "type": "n8n-nodes-base.mailcheck",
      "position": [
        670,
        200
      ],
      "parameters": {
        "email": "={{$json[\"fields\"][\"Email\"]}}"
      },
      "credentials": {
        "mailcheckApi": "Mailcheck API Credentials"
      },
      "typeVersion": 1
    },
    {
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        870,
        200
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "ID",
              "value": "={{$node[\"Airtable\"].json[\"i...

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