Weavz
Attention

Attention

Revenue conversation intelligence, transcripts, teams, users, calendar events, and conversation updates.

11 tools
1 trigger

Tools

Name
validate_connection

Validate the Attention API key with a minimal conversations request.

list_conversations

List Attention conversations with optimized pagination and explicit transcript/intelligence includes.

get_conversation

Get one Attention conversation by ID with optional detailed transcript and intelligence fields.

get_conversation_by_external_id

Look up an Attention conversation using an external ID.

update_conversation_title

Change the title of an Attention conversation.

change_conversation_privacy

Set an Attention conversation privacy state to private or public.

archive_conversation

Archive an Attention conversation by ID.

generate_media_download_url

Generate an Attention conversation media download URL.

list_teams

List Attention teams.

list_users

List Attention users and their team/role metadata.

list_calendar_events

List paginated calendar events for an Attention user.

Triggers

Name
new_conversation

Poll Attention conversations and trigger for newly visible conversations after the first baseline run.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Attention 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 Attention support?

Attention supports 11 tools including Validate Connection, List Conversations, Get Conversation, Get Conversation By External ID, Update Conversation Title, and more.

Can I use Attention with AI agents?

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

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

Attention uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Attention integration cost?

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

What triggers does Attention support?

Attention supports 1 triggers including New Conversation.

Connect Attention in minutes

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