Recued
← Back to recipes

Competitor Mention Scanner

by recued-core v1 action

Scans recent deal notes and emails for competitor mentions, compares against known competitors, and highlights new ones.

How it works

Data fetch
deal deal-reader-hubspot
Fetch reader from hubspot
activities activity-reader-hubspot
Fetch reader from hubspot
Process (13 steps)
guard_deal guard
Stop if deal is missing
text_activities filter
Filter by condition
activity_ages map
Extract timestamp from each item
recent_activities filter
Filter by condition
hashed_activities hash_replace
Anonymize sensitive fields for safe AI processing
skip: config.enable_ai equal false
extracted ai-extract
AI extracts structured fields from data
skip: config.enable_ai equal false
restored_ids hash_restore
Restore anonymized fields back to real values
skip: config.enable_ai equal false
new_competitors filter
Filter by condition
skip: config.enable_ai equal false
competitor_rows map
Extract from each item
skip: config.enable_ai equal false
checklist to_checklist
Format results as an actionable checklist
competitor_names pluck
Extract name from each item
skip: config.enable_ai equal false
competitor_names_joined join
Join items with ", "
skip: config.enable_ai equal false
summary template
Generate text from a template
skip: step.new_competitors is_empty
Output
checklist checklist
summary summary

Settings (2)

Configurable at install. Defaults shown — change anytime in the extension.

enable ai toggle = on
lookback days number = 30

Tags

hubspot dealcompetitorhubspotai

Details

15 steps 2 configurable settings recipe_id: extract-competitor-mentions-hubspot

Install

Install in Recued View publisher Open Kitchen

If the webclient is not paired yet, copy extract-competitor-mentions-hubspot and paste it after pairing.