eavz
Tidio

Tidio

Live chat and chatbot platform for customer communication

5 actions
2 triggers

Actions

Name
send_message

Send a message in a Tidio conversation

list_visitors

List visitors on your site tracked by Tidio

list_conversations

List conversations in Tidio

get_operator

Get details of a Tidio operator

custom_api_call

Make a custom API call to the Tidio API

Triggers

Name
new_message

Triggers when a new message is received in Tidio

visitor_started

Triggers when a visitor starts a new chat in Tidio

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Tidio 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 actions programmatically.

What actions does Tidio support?

Tidio supports 5 actions including Send Message, List Visitors, List Conversations, Get Operator, Custom API Call.

Can I use Tidio with AI agents?

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

Tidio uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Tidio integration cost?

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

What triggers does Tidio support?

Tidio supports 2 triggers including New Message Received, Visitor Started Chat.

Connect Tidio in 2 minutes

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