Real Geeks
Create, update, assign, and sync Real Geeks leads, activities, users, potential seller leads, and signed outgoing lead webhooks.
Tools
| Name | Description |
|---|---|
create_leadCreate or upsert a Real Geeks lead through the Incoming Leads API. | Create or upsert a Real Geeks lead through the Incoming Leads API. |
get_leadGet a Real Geeks lead by ID, including assignment activities. | Get a Real Geeks lead by ID, including assignment activities. |
update_leadPatch an existing Real Geeks lead. Included activities are appended, not deleted. | Patch an existing Real Geeks lead. Included activities are appended, not deleted. |
add_activitiesAdd one or more Real Geeks activities to an existing lead. | Add one or more Real Geeks activities to an existing lead. |
assign_leadAssign a Real Geeks lead to a user by adding the documented was_assigned activity. | Assign a Real Geeks lead to a user by adding the documented was_assigned activity. |
create_potential_seller_leadCreate an anonymous Real Geeks potential seller lead. | Create an anonymous Real Geeks potential seller lead. |
list_usersList Real Geeks Lead Manager CRM users for a site. | List Real Geeks Lead Manager CRM users for a site. |
Triggers
| Name | Description |
|---|---|
lead_createdReceive Real Geeks lead created webhook payloads from an Outgoing Leads API destination. | Receive Real Geeks lead created webhook payloads from an Outgoing Leads API destination. |
lead_updatedReceive Real Geeks lead updated webhook payloads from an Outgoing Leads API destination. | Receive Real Geeks lead updated webhook payloads from an Outgoing Leads API destination. |
activity_addedReceive Real Geeks activity added webhook payloads from an Outgoing Leads API destination. | Receive Real Geeks activity added webhook payloads from an Outgoing Leads API destination. |
user_updatedReceive Real Geeks user updated webhook payloads from an Outgoing Leads API destination. | Receive Real Geeks user updated webhook payloads from an Outgoing Leads API destination. |
integration_enabledReceive Real Geeks integration enabled webhook payloads from an Outgoing Leads API destination. | Receive Real Geeks integration enabled webhook payloads from an Outgoing Leads API destination. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('real-geeks', 'create_lead', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'real-geeks',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Real Geeks to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Real Geeks support?
Real Geeks supports 7 tools including Create Lead, Get Lead, Update Lead, Add Activities, Assign Lead, and more.
Can I use Real Geeks with AI agents?
Yes. Add Real Geeks to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Real Geeks to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Real Geeks as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Real Geeks tools exposed by that workspace.
Does Real Geeks work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Real Geeks work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Real Geeks?
Real Geeks exposes 7 tools, including Create Lead, Get Lead, Update Lead, Add Activities, Assign Lead, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Real Geeks be used in stateful agent workflows?
Yes. Agents can combine Real Geeks tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Real Geeks use?
Real Geeks uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Real Geeks integration cost?
The Real Geeks integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Real Geeks support?
Real Geeks supports 5 triggers including Lead Created, Lead Updated, Activity Added, User Updated, Integration Enabled.
Connect Real Geeks in minutes
Get 20,000 free action executions every month. No credit card required.