Product Manager IA
The Product Manager IA does the market intelligence for you: it monitors a topic (your competitors, a technology, a market), structures what it finds and delivers you a summary.
What it does
- Periodic monitoring (e.g. Monday at 8am) — searches for what's new on a defined topic.
- Capitalization — records each finding in a "Market intelligence & Innovation" database.
- Summary — sends you a prioritized digest by email.
How it is assembled
- Collection — an agent with web search brings back the relevant items in structured form (JSON).
- Iteration — a loop (
foreach) processes each finding one by one. - Storage — each item is recorded in the database (see No-code actions).
- Sending — a summary email via
email.send.
The agent tolerates prose around the JSON: even if the model adds an introductory sentence, the structured data is correctly extracted.
Adapting it to your context
- Define the topic and the monitoring sources.
- Structure the database according to what you want to capitalize on.
- Choose the frequency and format of the summary.