Weavz
Real Geeks

Real Geeks

Create, update, assign, and sync Real Geeks leads, activities, users, potential seller leads, and signed outgoing lead webhooks.

7 tools
5 triggers

Tools

Name
create_lead

Create or upsert a Real Geeks lead through the Incoming Leads API.

get_lead

Get a Real Geeks lead by ID, including assignment activities.

update_lead

Patch an existing Real Geeks lead. Included activities are appended, not deleted.

add_activities

Add one or more Real Geeks activities to an existing lead.

assign_lead

Assign a Real Geeks lead to a user by adding the documented was_assigned activity.

create_potential_seller_lead

Create an anonymous Real Geeks potential seller lead.

list_users

List Real Geeks Lead Manager CRM users for a site.

Triggers

Name
lead_created

Receive Real Geeks lead created webhook payloads from an Outgoing Leads API destination.

lead_updated

Receive Real Geeks lead updated webhook payloads from an Outgoing Leads API destination.

activity_added

Receive Real Geeks activity added webhook payloads from an Outgoing Leads API destination.

user_updated

Receive Real Geeks user updated webhook payloads from an Outgoing Leads API destination.

integration_enabled

Receive Real Geeks integration enabled webhook payloads from an Outgoing Leads API destination.

Quick Start

TypeScript
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.

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.