eavz
Capsule CRM

Capsule CRM

10 actions
4 triggers

Actions

Name
create_contact

Create a new Person or Organisation in Capsule CRM.

update_contact

Update fields on an existing Person or Organisation.

create_opportunity

Create a new Opportunity in Capsule CRM.

create_project

Create a new Project in Capsule CRM.

create_task

Create a new Task in Capsule CRM.

update_opportunity

Update an existing Opportunity in Capsule CRM.

add_note_to_entity

Add a comment/note to an entity (e.g., contact, opportunity, project).

find_contact

Find a Person by search criteria.

find_project

Find a Project by search criteria.

find_opportunity

Find an Opportunity by search criteria.

Triggers

Name
new_case

Fires when a new case (project) is created in Capsule CRM.

new_opportunity

Fires when a new opportunity is created.

new_task

Fires when a new task is created.

new_project

Fires when a project is created.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'capsule-crm',
  actionName: 'create_contact',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Capsule CRM to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Capsule CRM support?

Capsule CRM supports 10 actions including Create Contact, Update Contact, Create Opportunity, Create Project, Create Task, and more.

Can I use Capsule CRM with AI agents?

Yes. Add Capsule CRM to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Capsule CRM use?

Capsule CRM uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Capsule CRM integration cost?

The Capsule CRM integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Capsule CRM support?

Capsule CRM supports 4 triggers including New Case, New Opportunity, New Task, New Project.

Connect Capsule CRM in 2 minutes

Get 1,000 free actions every month. No credit card required.