Generate Weekly Animal Rights Action Briefings from U.S. House Bills with Gemini AI

Go to Workflow
0 views
Built by Open Paws Open Paws
Created on June 05, 2026

Description

🐾 Who’s it for

Animal advocates & campaigners who want a weekly briefing on animal-related bills with clear, actionable steps—no manual research needed.

⏱ What it does

Every Monday at 8 AM, this workflow:

Fetches all House bills scheduled for the week.
Cleans and downloads bill PDFs.
Analyzes each bill with Gemini (relevance, urgency, stance, key action points).
Filters irrelevant bills using built-in thresholds.
Runs a research subworkflow for lobbying, sponsor, and coalition intel.
Generates a ready-to-send HTML action email with scripts, contacts, and deadlines.

⚙️ How to set up

Import this workflow into n8n.
Download & import the Research Subworkflow and select it in the “Research” node.
Add email credentials (SMTP, Gmail, etc.) in the Email node.
(Optional) Adjust Gemini prompt or thresholds for your priorities.

🔑 Requirements

Gemini API key** (via Google AI Studio or Vertex AI).
Email provider credentials**.
Research subworkflow** (linked above).

🎛 How to customize

Edit the Gemini prompt** to focus on specific issues (e.g., wildlife, farmed animals).
Change relevance/urgency thresholds** to include more or fewer bills.
Tweak the HTML email design** or call-to-action style.

Nodes Used (7)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
HTML
n8n-nodes-base.html
HTTP Request
n8n-nodes-base.httpRequest
Information Extractor
@n8n/n8n-nodes-langchain.informationExtractor
OpenRouter Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenRouter
Send Email
n8n-nodes-base.emailSend
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured