Stay on top of new AI funding without manual research. Each morning the system gathers fresh grants, checks if they match your needs, saves key details to Airtable, and sends a clean Gmail summary to your team. It is built for operations and growth teams that track grants or similar opportunities.
Two schedules run the flow. At 8:30am it searches the grants API for AI listings posted since yesterday, splits the list, and removes any IDs that were processed before. For each new item it fetches full details, then uses OpenAI to summarize the goal and pull out eligibility factors. The two AI results are merged and stored in Airtable with the grant link and notes. At 9:00am it reads the new eligible records from Airtable, builds an HTML digest, gets subscriber emails from Airtable, and sends with Gmail. This two stage design keeps data collection and messaging clean and reliable.
You need an Airtable base for the tracker, an OpenAI API key, and a Gmail connection in n8n. Expect to cut daily grant checks from about an hour to a few minutes and scale to thousands of listings. It also adapts to other lead sources if you change the API query and the ID used for de duplication.