1407 Splitout Schedule Automation Scheduled

1407 Splitout Schedule Automation Scheduled

Complex
High
24
Nodes
Complex
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
24
Node Types
11

Node Types

split Out
Grants to List
1 node
http Request
Get Grant Details, AI Grants since Yesterday
2 nodes
lm Chat Open Ai
OpenAI Chat Model, OpenAI Chat Model1
2 nodes
information Extractor
Summarize Synopsis, Eligibility Factors
2 nodes
merge
Merge
1 node
airtable
Save to Tracker, Get New Eligible Grants Today, Get Subscribers
3 nodes
remove Duplicates
Only New Grants
1 node
html
Generate Email
1 node
schedule Trigger
Everyday @ 9am, Everyday @ 8.30am
2 nodes
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note6, Sticky Note7
8 nodes
gmail
Send Subscriber Email
1 node

Workflow JSON

41.39 KB
{
  "name": "1407 Splitout Schedule Automation Scheduled",
  "nodes": [
    {
      "id": "c17e444e-0a5e-4bfe-8de6-c3185de4465d",
      "name": "Grants to List",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        -240,
        -180
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "oppHits"
      },
      "typeVersion": 1
    },
    {
      "id": "9251d39c-6098-42fa-aadd-3a22464dee64",
      "name": "Get Grant Details",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        280,
        -280
      ],
      "parameters": {
        "url": "https://apply07.grants.gov/grantsws/rest/opportunity/details",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "contentType": "form-urlencoded",
        "bodyParameters": {
          "parameters": [
            {
              "name": "oppId",
              "value": "={{ $json.id }}"
            }
          ]
        }
      },
      "typeVersion": 4.2
...

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