Skip to main content

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

Workflow preview

Workflow preview
100%
Send a daily investment research email with Olostep, OpenAI, and Gmail preview
Open on n8n.io

1. Workflow Overview

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 re...

Best for

  • Crypto Trading automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-olostep.olostepscrape, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.gmail, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Abid Ali Awan.

Original n8n.io source

1.1 Workflow description

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

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

  1. Runs at 9:30 AM US Eastern time on weekdays, or manually.
  2. Reads a comma-separated stock watchlist.
  3. Builds one investment research query per ticker.
  4. Uses Olostep to search for public investment sources.
  5. Combines the ticker results into one watchlist payload.
  6. Uses OpenAI to create one Markdown report for the full watchlist.
  7. Converts the report into a styled HTML email.
  8. 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

  1. Install the Olostep community node in n8n:
Settings -> Community nodes -> Install

Package:

n8n-nodes-olostep
  1. 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
  1. Open Investment Watchlist and update:
tickers
email_to
email_from
email_subject_prefix
  1. Run the workflow with Manual Test Trigger.

  2. Review the email output.

  3. 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.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Weekday Market Open Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Manual Test Trigger

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 3 - Investment Watchlist

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Split Tickers

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Olostep Search - Investment Sources

Type / Role
n8n-nodes-olostep.olostepScrape - olostepScrape
Config choices
Version 1

Block 6 - Combine Ticker Research

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - OpenAI - Create Full Watchlist Email Report

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.2

Block 8 - Build HTML Email Body

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Send HTML Email via Gmail

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 10 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Send a daily investment research email with Olostep, OpenAI, and Gmail
Complexity intermediate
Nodes 14
Categories Crypto Trading, AI Summarization
Author Abid Ali Awan
Published 29 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15387/15387.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send a daily investment research email with Olostep, OpenAI, and Gmail do?

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 re...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Summarization use case.