Skip to content

Processes/sales — selling and invoicing customerssales

Set up a CRM — sales processSet up a CRM

moderatefully automatable🔁 once

Configure the CRM with a custom pipeline, properties, and email templates. HubSpot is the canonical route; the CRM arena ranks the alternatives.

HubSpot has a comprehensive API. Full pipeline, property, and template management via API.

Current agent ceiling

An agent can run 4 of 6 steps 3 of them behind a human approval gate ⏸

⚡ Closable with today’s market (1 — via Browser Automation for Agents): Create HubSpot account (computer-use candidate — a browser agent can drive this deterministic web flow)

No workaround yet (1): Connect Gmail (manual form/portal — no API path)

How it runs

Route-coded block flow: emerald = agent, amber = manual form/portal, red = needs a human. ⏸ approval gate · ⏳ async wait.

01Create HubSpot account

manual form
HubSpot logoHubSpot45⏸ approval gate

or:Salesforce Sales Cloud logoSalesforce Sales Cloud61·Twenty logoTwenty49

⚡ agentic workaround: computer-use candidate — a browser agent can drive this deterministic web flow Steel, top of Browser Automation for Agents · assisted, not autonomous — a human supervises; verify the portal’s terms allow automation

runs in parallel · 2

02Configure deal pipeline

agent
HubSpot logoHubSpot45⏸ approval gate

or:Salesforce Sales Cloud logoSalesforce Sales Cloud61·Twenty logoTwenty49

1 API call
  • POST /crm/v3/pipelines/deals

03Set up custom properties

agent

or:Salesforce Sales Cloud logoSalesforce Sales Cloud61·Twenty logoTwenty49

1 API call
  • POST /crm/v3/properties/contacts

runs in parallel · 2

04Create email templates

agent
HubSpot logoHubSpot45⏸ approval gate

or:Salesforce Sales Cloud logoSalesforce Sales Cloud61·Twenty logoTwenty49

1 API call
  • POST /marketing/v3/emails

05Import existing contacts

agent
HubSpot logoHubSpot45⏸ approval gatemedium risk

or:Salesforce Sales Cloud logoSalesforce Sales Cloud61·Twenty logoTwenty49

1 API call
  • POST /crm/v3/imports

06Connect Gmail

manual form
HubSpot logoHubSpot45⏸ approval gate

or:Salesforce Sales Cloud logoSalesforce Sales Cloud61·Twenty logoTwenty49

Context the agent needs first: sales pipeline stages (from the founder) · sales deal properties (from the founder)

The market options

Each role resolves against its arena’s live leaderboard — the default is the process’s canonical vendor, alternatives ranked by agent-readiness.

CRM6 steps

Simulate this process

simulated dry run from the mapped process — no real calls are made
For agents Process manifest (JSON)·/llms.txt