Weavz
Common Room

Common Room

GTM intelligence API for adding contacts, activities, segments, tags, and receiving Common Room workflow webhooks.

10 tools
1 trigger

Tools

Name
get_token_status

Return status information for the Common Room API token and room.

add_or_update_contact

Add or update a Common Room contact in an API destination source.

get_contact_by_email

Get a Common Room contact by email address.

anonymize_contact

Queue Common Room right-to-be-forgotten anonymization for a contact by email.

add_or_update_activity

Add or update an activity in a Common Room API destination source.

get_activity_types

List Common Room activity types supported by the room.

list_segments

List Common Room segments in the room.

list_tags

List Common Room user-defined tags.

create_tag

Create a Common Room tag or return the existing matching tag.

delete_tag

Delete a Common Room tag by ID. This removes the tag wherever it is used.

Triggers

Name
webhook_event_received

Receive Common Room workflow webhook payloads for contacts, organizations, and activities.

Quick Start

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

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

const result = await weavz.actions.execute('common-room', 'get_token_status', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'common-room',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Common Room to my app?

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

What tools does Common Room support?

Common Room supports 10 tools including Get Token Status, Add Or Update Contact, Get Contact By Email, Anonymize Contact, Add Or Update Activity, and more.

Can I use Common Room with AI agents?

Yes. Add Common Room 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 Common Room be used in stateful agent workflows?

Yes. Agents can combine Common Room 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 Common Room use?

Common Room uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Common Room integration cost?

The Common Room integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Common Room support?

Common Room supports 1 triggers including Webhook Event Received.

Connect Common Room in minutes

Get 20,000 free action executions every month. No credit card required.