eavz
Help Scout

Help Scout

9 actions
4 triggers

Actions

Name
create_conversation

Start a new conversation.

send_reply

Sends a reply in an existing conversation.

add_note

Adds a note to a conversation.

create_customer

Adds a new customer to Help Scout.

update_customer_properties

Updates customer's properties.

find_conversation

Finds an existing conversation using provided filter.

find_customer

Finds a customer by email.

find_user

Finds a user by email.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
conversation_created

Triggers when a new conversation is started in a mailbox.

conversation_assigned

Triggers when a conversation is assigned to a user.

new_customer

Triggers when a new customer is added.

tags_updated

Triggers when tags on a conversation are modified.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Help Scout supports 9 actions including Create Conversation, Send Reply, Add Note, Create Customer, Update Customer Properties, and more.

Can I use Help Scout with AI agents?

Yes. Add Help Scout 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 Help Scout use?

Help Scout uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Help Scout integration cost?

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

What triggers does Help Scout support?

Help Scout supports 4 triggers including Conversation Created, Conversation Assigned, New Customer, Tags Updated.

Connect Help Scout in 2 minutes

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