Send a daily investment research email with Olostep, OpenAI, and Gmail

Go to Workflow
0 views
Built by Abid Ali Awan Abid Ali Awan
Created on June 11, 2026

Description

Daily Investment Research Email with Olostep, OpenAI, and Gmail

This n8n template researches a stock watchlist with Olostep, turns the results into a concise OpenAI-generated investment research report, converts the report into a styled HTML email, and sends it with Gmail.

It can run manually for testing or automatically at weekday US market open.

This workflow is for research automation only. It does not provide financial advice, price targets, or buy/sell/hold recommendations.

What This Workflow Does

Runs at 9:30 AM US Eastern time on weekdays, or manually.
Reads a comma-separated stock watchlist.
Builds one investment research query per ticker.
Uses Olostep to search for public investment sources.
Combines the ticker results into one watchlist payload.
Uses OpenAI to create one Markdown report for the full watchlist.
Converts the report into a styled HTML email.
Sends the final report through Gmail.

Requirements

n8n
Olostep account and API key
OpenAI account and API key
Gmail OAuth2 credential in n8n
Olostep community node: n8n-nodes-olostep

Required Credentials

Create or select these credentials after importing the workflow:

Olostep credential for Olostep Search - Investment Sources
OpenAI credential for OpenAI - Create Full Watchlist Email Report
Gmail OAuth2 credential for Send HTML Email via Gmail

The workflow export does not include API keys, OAuth tokens, credential IDs, personal email addresses, or instance metadata.

Setup Instructions

Install the Olostep community node in n8n:

Settings -> Community nodes -> Install

Package:

n8n-nodes-olostep

Open the credential-backed nodes and select your local credentials:

Olostep Search - Investment Sources
OpenAI - Create Full Watchlist Email Report
Send HTML Email via Gmail

Open Investment Watchlist and update:

tickers
email_to
email_from
email_subject_prefix

Run the workflow with Manual Test Trigger.

Review the email output.

Activate the workflow when ready.

Schedule

The schedule trigger uses:

30 9 * * 1-5

Run n8n with the America/New_York timezone if you want this to match 9:30 AM US Eastern market open.

The workflow does not automatically skip US market holidays. Add a market-calendar check if you need holiday-aware execution.

Example Use Case

An investor or analyst wants a daily pre-work research digest for a stock watchlist such as MSFT,NVDA,AAPL. Instead of manually searching filings, investor relations pages, earnings updates, and market news every morning, this workflow gathers public source results, summarizes opportunity signals and risk signals, and sends one structured HTML email for review.

Customization Ideas

Add more tickers to the watchlist.
Change the email recipient list.
Adjust the report prompt for a different research style.
Add a market-calendar step to skip exchange holidays.
Replace Gmail with another email provider supported by n8n.

Nodes Used (3)

Code
n8n-nodes-base.code
Gmail
n8n-nodes-base.gmail
OpenAI
@n8n/n8n-nodes-langchain.openAi