This workflow follows the Agent → Airtable recipe pattern — see all workflows that pair these two integrations.
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 →
{
"name": "ContractMotion: FERC/PJM Project Sniper (Signal Feed)",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"minutes": 6
}
]
}
},
"id": "cron-trigger",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.1,
"position": [
100,
300
]
},
{
"parameters": {
"url": "https://dataminer2.pjm.com/api/v1/interconnection_queue",
"options": {
"queryParameters": {
"parameters": [
{
"name": "rowCount",
"value": "50"
},
{
"name": "sort",
"value": "actual_completion_date"
},
{
"name": "order",
"value": "DESC"
}
]
}
}
},
"id": "pjm-api",
"name": "PJM Data Miner \u2014 Interconnects",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
300,
300
]
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "c1",
"leftValue": "={{ $json.mw }}",
"operator": "gt",
"rightValue": 100
},
{
"id": "c2",
"leftValue": "={{ $json.project_type }}",
"operator": "contains",
"rightValue": "Load"
}
],
"combinator": "and"
},
"options": {}
},
"id": "load-filter",
"name": "Filter High-MW Load",
"type": "n8n-nodes-base.filter",
"typeVersion": 2,
"position": [
500,
300
]
},
{
"parameters": {
"options": {
"systemMessage": "You are the ContractMotion Signal Analyst. \n\nAnalyze this PJM Interconnection Queue entry and determine if it is likely a Data Center or Hyperscale Campus. \n\nSignals to look for:\n- MW > 200\n- Voltage > 138kV\n- County (Loudoun, Prince William, Franklin, etc.)\n\nProvide a 'Signal Confidence' score (1-10) and a brief summary."
},
"promptType": "define",
"text": "=Queue Entry:\nProject: {{ $json.project_name }}\nMW: {{ $json.mw }}\nCounty: {{ $json.county }}\nState: {{ $json.state }}\nStatus: {{ $json.status }}"
},
"id": "ai-analysis",
"name": "AI \u2014 Campus Detection",
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 3,
"position": [
700,
300
]
},
{
"parameters": {
"operation": "append",
"baseId": "appvIukQfc97MnGRJ",
"tableId": "Active Signals",
"fieldsUi": {
"fieldValues": [
{
"fieldId": "Project Name",
"fieldValue": "={{ $node['Filter High-MW Load'].json.project_name }}"
},
{
"fieldId": "MW",
"fieldValue": "={{ $node['Filter High-MW Load'].json.mw }}"
},
{
"fieldId": "Region",
"fieldValue": "={{ $node['Filter High-MW Load'].json.state }}"
},
{
"fieldId": "Signal Strength",
"fieldValue": "={{ $json.output }}"
},
{
"fieldId": "Type",
"fieldValue": "PJM Interconnect"
}
]
}
},
"id": "airtable-sync",
"name": "Sync to Signal Base",
"type": "n8n-nodes-base.airtable",
"typeVersion": 2,
"position": [
950,
300
]
}
],
"connections": {
"cron-trigger": {
"main": [
[
{
"node": "pjm-api",
"type": "main",
"index": 0
}
]
]
},
"pjm-api": {
"main": [
[
{
"node": "load-filter",
"type": "main",
"index": 0
}
]
]
},
"load-filter": {
"main": [
[
{
"node": "ai-analysis",
"type": "main",
"index": 0
}
]
]
},
"ai-analysis": {
"main": [
[
{
"node": "airtable-sync",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"callerPolicy": "workflowsFromSameOwner"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ContractMotion: FERC/PJM Project Sniper (Signal Feed). Uses httpRequest, agent, airtable. Scheduled trigger; 5 nodes.
Source: https://github.com/Entmarketingteam/ECAS/blob/07479adfdbe4ddb6240b78f695ce80b92bceaa2e/n8n-workflows/n8n-ferc-sniper.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This n8n automation workflow automates the creation, scripting, production, and posting of YouTube videos. It leverages AI (OpenAI), image generation (PIAPI), video rendering (Shotstack), and platform
Liminal Archives - Horror Ambience. Uses airtable, httpRequest, toolThink, agent. Scheduled trigger; 42 nodes.
Ghost-Automated-Blog-System. Uses scheduleTrigger, rssFeedRead, httpRequest, airtable. Scheduled trigger; 38 nodes.
Schedules automated vendor pricing analysis across multiple sources. Fetches delivery reliability and contract data, analyzes vendor performance using Claude AI, then distributes consolidated reports
Wake up to a clean, analyst-style stock digest in your inbox—top gainers/losers, a readable performance table, 3–5 insights, and upcoming events—no spreadsheets, no manual scraping, no copy-paste. Thi