Skip to content
Recued
Menu
← Back to recipes

Analyze Deal with Gemini (Free AI)

by recued-core v3

Reads deal data from HubSpot, sends it to your open Gemini tab for analysis, and displays the response in the sidebar. No API key needed — uses your existing Gemini account.

How it works 10 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Data fetch
deal ?
gemini_response ?
Process (8 steps)
deal_ready compare
Check if deal result properties exists
gemini_ready compare
Check if gemini response exists
has_response compare
Check if gemini response text exists
already_sent compare
Check if recipe send prompt exists
setup_checklist to_checklist
Format results as an actionable checklist
send_prompt ?
skip: step.already_sent equal true
analysis coalesce
Use the first available value from: gemini response text, recipe gemini response text
deal_summary to_summary
Format results as a summary card
Settings 2 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

hubspot setting =
analysis prompt setting = Analyze this CRM deal and suggest 3 concrete next steps to move it forward: Deal: {{step.deal.result.properties.dealname}} Amount: {{step.deal.result.properties.amount}} Stage: {{step.deal.result.properties.dealstage}} Owner: {{step.deal.result.properties.owner_name}} Close date: {{step.deal.result.properties.closedate}} Days since last activity: {{step.deal.result.properties.days_inactive}} Be specific and actionable. Format as a numbered list.

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

About

Tags

hubspot dealaigeminifreeanalysis

Details

10 steps 2 configurable settings recipe_id: analyze-deal-gemini