I built an AI-powered RevOps system that runs directly inside Salesforce using n8n+ Python

I built an AI-powered RevOps system that runs directly inside Salesforce using n8n+ Python.

Most “automation” lives outside the CRM.

Spreadsheets, Zapier chains, manual updates…

I wanted to build something different:

:backhand_index_pointing_right: an agent that treats Salesforce as the source of truth.

Here’s what it does:

• Scans stale accounts + new leads every night

• Enriches company data automatically

• Scores each account (0–100) using Python logic

• Writes the score + reasoning back into Salesforce

• Creates high-priority Tasks for sales

• Generates Opportunities for high-intent accounts

• Notifies the team instantly

No manual data entry. No CSVs. No guesswork.

Everything happens directly inside Salesforce:

→ clean pipeline

→ structured data

→ actionable next steps

This is just Agent 1 (“Prospector”) from a larger system I’m building:

RevOps Autopilot — AI agents that handle outbound, deal desk, and churn prevention.

If you’re working on RevOps, GTM systems, or AI automation would love to connect and exchange ideas.

salesforce #RevOps #GTM #Automation ai #n8n #Startups

Multi-agent orchestration with Salesforce as source-of-truth — that’s the RevOps automation most organizations get wrong. A few questions: (1) How do you coordinate handoffs between Prospector, Deal Desk, and Churn Prevention agents? (2) When agent scoring disagrees with sales team’s manual priority, which wins? (3) Which enrichment APIs are you pulling company data from? This kind of agentic GTM system is exactly where the market is moving.

I’m using Salesforce as the coordination layer, so agents don’t call each other directly. Each one writes state back into CRM fields, and flows handle the handoffs like creating an opportunity or triggering churn actions. If AI scoring conflicts with sales input, manual always wins, but I log both to improve the model over time. For enrichment, I’m currently using Clearbit and planning to expand with more data sources and first party signals.